@@InstrumentationTools mam, i have tried , but a dialog box of "extra expression" is coming. Could you show it with an example, please? I tried with SL1=50 and 30 < SL1 >40 at different times but it is showing the same error.
Please watch lesson 32, 33, 34. Use your script as explained in the above lessons. Create a temporary variable and assign the result of your script. Then use the same variable in your blink animation. Example: IF (SL1 > 40.0) AND (SL1 < 50.0) THEN myvariable = 1; ELSE myvariable = 0; ENDIF;
Thanks God ma'am for your clear tutorial about this part of SCADA, God bless you more.
what expression should I wright for a sensor to blink between range from 30 to 40 or at value 50 only ?
use conditions , =, etc
@@InstrumentationTools mam, i have tried , but a dialog box of "extra expression" is coming. Could you show it with an example, please? I tried with SL1=50 and 30 < SL1 >40 at different times but it is showing the same error.
Please watch lesson 32, 33, 34.
Use your script as explained in the above lessons.
Create a temporary variable and assign the result of your script. Then use the same variable in your blink animation.
Example:
IF (SL1 > 40.0) AND (SL1 < 50.0) THEN
myvariable = 1;
ELSE
myvariable = 0;
ENDIF;
@@InstrumentationTools thanks mam, its working.
I want that box to change its direction when it reaches to the sensor and sensor blinks....what should be the solution? please help
How to stop the motor blinking when it will reach at the other end
Just change the expression/condition as per your need. (use conditions like , =, etc)
Say, Motor = 0 means blink, Motor = 1 means NO blink, etc.
thanks