I am trying to create a system to control a can retort.
I can't figure out the syntax for the > (greater then) symbol in calculations.
I want to use a 'greater then' condition on the calculations, but it is not accepting the symbol.
Any ideas?
Greater Then
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Hi Paul
I take it your using flowcode to program your system.
Are you using a decision box in which case you will need
Or are you using a C Code box in which case you will need
If you are using a calculation box then it will fail as this is a comparison not a calculation.
I take it your using flowcode to program your system.
Are you using a decision box in which case you will need
Code: Select all
var > var2
Code: Select all
if(var > var2){statement;}
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- goldwingers
- Posts: 118
- Joined: Wed Sep 06, 2006 1:22 pm
- Location: London
- Been thanked: 1 time
- Contact:
CAN
Hi steve,
Please excuse the content, but what is CAN, is it a new divice to open a tin of Beans? or something totally different, I can see you use a car door on your grapic in V3, but i couldnt find any reference to what it is or does within the help file.
Ian
Please excuse the content, but what is CAN, is it a new divice to open a tin of Beans? or something totally different, I can see you use a car door on your grapic in V3, but i couldnt find any reference to what it is or does within the help file.
Ian