Hi teo,
Thanks for your reply. Sending the 1RELAY=1 and 1RELAY=0 commands as you suggested did activate the relay, so the relay is functioning.
I feel I have to elaborate on/change my original post; 1RELAY=1 command I sent was as the action of an alarm; the code is as below:
ALARMR1(4F(=3CV,"Beam 3 (6 Modules)",E)<6.0000){[1RELAY=1]}
The sensor is a flow meter and DT80 is measuring the output frequency. Whenever the alarm was triggered (the bell on the DeLogger display went from grey to yellow), the relay contacts would still be open.
If I changed the 1RELAY=1 alarm action to SATN, the Attention LED would light up whenever the alarm condition was triggered. I tried the same thing today on a different sensor channel, a Pt100 with the DT80 measuring resistance and the code is as below:
ALARMR5(103PT385(3W,=2CV,"Radiator Inlet",100)>40.0000){[1RELAY=1]}
In this case, when the alarm was triggered (the bell on the DeLogger display went from grey to yellow), the relay contacts did close. The two differences between the two measurements that I can see are that one (the flowmeter) uses an external excitation, the other (PT100) does not.
Secondly the PT100 is located on the CEM20 expansion module, whereas the flowmeter is located on the DT80 itself - would either of these (the external excitation, in my opinion) somehow limit the relay from activating?
I tried setting a CV to the flowmeter output and then setting the alarm condition based on the CV, but the program wouldn't work. My apology for misrepresenting the situation in my first post; please let me know how to tackle the problem.
Thanks and regards,
Sameet.
Hi teo,
Thanks for your reply. Sending the 1RELAY=1 and 1RELAY=0 commands as you suggested did activate the relay, so the relay is functioning.
I feel I have to elaborate on/change my original post; 1RELAY=1 command I sent was as the action of an alarm; the code is as below:
````
ALARMR1(4F(=3CV,"Beam 3 (6 Modules)",E)<6.0000){[1RELAY=1]}
````
The sensor is a flow meter and DT80 is measuring the output frequency. Whenever the alarm was triggered (the bell on the DeLogger display went from grey to yellow), the relay contacts would still be open.
If I changed the 1RELAY=1 alarm action to SATN, the Attention LED would light up whenever the alarm condition was triggered. I tried the same thing today on a different sensor channel, a Pt100 with the DT80 measuring resistance and the code is as below:
````
ALARMR5(103PT385(3W,=2CV,"Radiator Inlet",100)>40.0000){[1RELAY=1]}
````
In this case, when the alarm was triggered (the bell on the DeLogger display went from grey to yellow), the relay contacts did close. The two differences between the two measurements that I can see are that one (the flowmeter) uses an external excitation, the other (PT100) does not.
Secondly the PT100 is located on the CEM20 expansion module, whereas the flowmeter is located on the DT80 itself - would either of these (the external excitation, in my opinion) somehow limit the relay from activating?
I tried setting a CV to the flowmeter output and then setting the alarm condition based on the CV, but the program wouldn't work. My apology for misrepresenting the situation in my first post; please let me know how to tackle the problem.
Thanks and regards,
Sameet.