Jump to content

FM36 setdigout: Difference between revisions

From Teltonika Telematics Wiki
Created page with "Sets digital outputs to ON or OFF state (for some time if needed). Value is written as a row for OUT1 and OUT2 values.<br />Example: ‘setdigout 01 0 5’ will set OUT2 to hi..."
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Sets digital outputs to ON or OFF state (for some time if needed). Value is written as a row for OUT1 and OUT2 values.<br />Example: ‘setdigout 01 0 5’ will set OUT2 to high level for 5 seconds, while OUT1 to low level.<br />To ignore one digital output value and make ON/OFF state only to another digital output in place of 0 or 1 values, “?” must be used.<br />Example: ‘setdigout ?1’ will set OUT2 to high level for indefinite period of time while OUT1 remains as it was set before.
Sets digital outputs to ON or OFF state (for some time if needed). Value is written as a row for OUT1 and OUT2 values.
 
*Example: ‘setdigout 01 0 5’ will set OUT2 to high level for 5 seconds, while OUT1 to low level.<br />
To ignore one digital output value and make ON/OFF state only to another digital output in place of 0 or 1 values, “?” must be used.<br />
*Example: ‘setdigout ?1’ will set OUT2 to high level for indefinite period of time while OUT1 remains as it was set before.

Latest revision as of 12:23, 1 June 2018

Sets digital outputs to ON or OFF state (for some time if needed). Value is written as a row for OUT1 and OUT2 values.

  • Example: ‘setdigout 01 0 5’ will set OUT2 to high level for 5 seconds, while OUT1 to low level.

To ignore one digital output value and make ON/OFF state only to another digital output in place of 0 or 1 values, “?” must be used.

  • Example: ‘setdigout ?1’ will set OUT2 to high level for indefinite period of time while OUT1 remains as it was set before.