MesCom
– Workshop Manual – D6000/i14/V10
© Dycon Ltd 2014
-
26
7.2.3 PULSE
Switch an output to a value and followed by a time delay switch
an output to a second value. Report the status of the given point
(this will typically be before the time delay has occurred).
Access Level: Control
9876 SWITCH <point> <valueA> <delay> <valueB>
<point>
Output name or number.
ALL supported: No
<valueA>
Initial value to set the output to, state name can also
be used.
1 point only
<delay>
Delay in milliseconds before changing output to
<valueB> Minimum 20ms, maximum 65000ms.
<valueB>
Final value to set the output to, state name can also
be used.
9876 PULSE Op1 Off 1500 On
Set point Op1 Off then 1.5 seconds later set it to On
MesCom: Op1: Off 04/04/12,16:15:25
9876 PULSE Op1
Default pulse on Op1 On 1second Off
MesCom: Op1: On 04/04/12,16:15:25
9876 PULSE 11 0 2000 1
Set point 11 to 0 then 2 seconds later set to 1
MesCom: Op2: Off 04/04/12,16:15:25
9876 PULSE input1 0 200 1
Input1 isn’t an output point
MesCom: Failed 04/04/12,16:15:25
Notes
Attempting to switch an input will have no effect.
Outputs can be configured to notify on changes so all users will get a message.
Therefore when sending this command it is likely you will get multiple
responses.
If any of the parameters are not valid, then a fail message will be returned by
the MesCom.
If only an output point is specified, then the default pulse of
“On 1000ms Off”
will be triggered.