Hi,
I am currently programming a DT85 to monitor several temperatures. I need to reference an alarm if any one of 8 temperature sensors are over X sensor + 45 deg. Basically I want:
IF (CV2 OR 3CV OR 4CV)>CV10 {1CV=1} ELSE {1CV=0}
1CV IS ALARM STATUS 1 IS FOR ON 0 IS FOR OFF 2CV IS TEMP 2 3CV IS TEMP 3 4CV IS TEMP 4 10CV IS THE REFERENCED TEMP VALUE (5CV + 45)
Is there a guide to programming syntax?
Thanks,
jeremy
Hi,
I am currently programming a DT85 to monitor several temperatures. I need to reference an alarm if any one of 8 temperature sensors are over X sensor + 45 deg. Basically I want:
````
IF (CV2 OR 3CV OR 4CV)>CV10 {1CV=1} ELSE {1CV=0}
1CV IS ALARM STATUS 1 IS FOR ON 0 IS FOR OFF 2CV IS TEMP 2 3CV IS TEMP 3 4CV IS TEMP 4 10CV IS THE REFERENCED TEMP VALUE (5CV + 45)
````
Is there a guide to programming syntax?
Thanks,
jeremy