Baldor mn1854 Power Screwdriver User Manual


 
6-20 Keypad Programming MN1854
Value: N/A
Units: N/A
Range: i=1 to 16
Sets both discrete and digital Opto output states. After an output is turned on (low), it remains on until
changed by another output command, a reset input (software warmboot), or power is cycled. All outputs
are turned off (high) at power up or during a reset.
For flexibility, the OT command allows you to use configured outputs anytime. To help prevent programming
confusion, you can use any character in the dont change section of your output statement. This allows you
to selfdocument your OT statements. For example, assume you configured output #3 as a FAULT output.
Programming like OT01F10 can help remind you that you are already using output #3.
Example:
OT4,1
Turn on Output 4.
OT2,0D1
Turn Outputs 2 off, leave 3 as is, and turn 4 on.
OT110
Turn Outputs 1 and 2 on, and 3 off.
OT
Output (turn outputs On/Off)
syntax OTi,xx ..
OTxx (assumes first input is input 1)
i= starting output number 116
x=0; input high. X=1; input low (grounded).
x=anything else; ignore input changes.
Value: N/A
Units: N/A
Range: N/A
The “” command transmits an ASCII string from the serial communications interface. A “” without any string
transmits a carriage return character (ASCII 13).
Example:
Move Complete Transmits string only out serial interface.
“” Transmits a carriage return only.
“”
Quote
syntax Any ASCII Character