FMB setdigout: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
Sets digital outputs to ON or OFF state (timeout is valid only when DOUT state is changing from OFF to ON). | Sets digital outputs to ON or OFF state (timeout is valid only when DOUT state is changing from OFF to ON). | ||
<br/><br/> | <br/><br/> | ||
For devices with 2 digital outputs:<br> | '''For devices with 2 digital outputs:<br>''' | ||
Example:<br/>"setdigout 01 30 60" will set DOUT1 to low level for 30 seconds and DOUT2 to high level for 60 seconds. | Example:<br/>"setdigout 01 30 60" will set DOUT1 to low level for 30 seconds and DOUT2 to high level for 60 seconds. | ||
<br/><br/> | <br/><br/> | ||
| Line 10: | Line 10: | ||
Example:<br/>"setdigout 11 30" will set DOUT1 to high level for infinite time and DOUT2 to high level for 30 seconds. | Example:<br/>"setdigout 11 30" will set DOUT1 to high level for infinite time and DOUT2 to high level for 30 seconds. | ||
<br/><br/> | <br/><br/> | ||
For devices with 1 digital output:<br> | '''For devices with 1 digital output:<br>''' | ||
Example:<br/>"setdigout 1 45" will set DOUT1 to high level for 45 seconds. | Example:<br/>"setdigout 1 45" will set DOUT1 to high level for 45 seconds. | ||
Revision as of 09:25, 30 May 2018
Sets digital outputs to ON or OFF state (timeout is valid only when DOUT state is changing from OFF to ON).
For devices with 2 digital outputs:
Example:
"setdigout 01 30 60" will set DOUT1 to low level for 30 seconds and DOUT2 to high level for 60 seconds.
Example:
"setdigout 11" will set DOUT1 and DOUT2 to high level for infinite time.
Example:
"setdigout 11 30" will set DOUT1 to high level for infinite time and DOUT2 to high level for 30 seconds.
For devices with 1 digital output:
Example:
"setdigout 1 45" will set DOUT1 to high level for 45 seconds.