variable comparison problem
- viski
- Offline
- Senior Member
-
Less
More
- Posts: 56
- Thank you received: 1
23 Nov 2015 13:32 #65698
by viski
variable comparison problem was created by viski
Logic i have to compare to be output true !
If (%IW1-%IW0)>0&<5 | <-6 then TRUE
if (%IW1-%IW0) <0&>=5 | >=-6 then TRUE
How to wrote this into COMPARE block ?
If (%IW1-%IW0)>0&<5 | <-6 then TRUE
if (%IW1-%IW0) <0&>=5 | >=-6 then TRUE
How to wrote this into COMPARE block ?
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
Less
More
- Posts: 7803
- Thank you received: 2084
24 Nov 2015 04:57 - 24 Nov 2015 04:58 #65727
by cmorley
Replied by cmorley on topic variable comparison problem
break it up a bit should work.
I think this is the logic you want:
I think this is the logic you want:
(%IW1-%IW0)>0 ---+----%IW1-%IW0)<5--------+--------output
L-------%IW1-%IW0)<-6----J
Last edit: 24 Nov 2015 04:58 by cmorley.
Please Log in or Create an account to join the conversation.
Time to create page: 0.049 seconds