Quote:
Originally Posted by a3aperez
Make sure you are using the right constants.
From the Set Relay help:
RelayValue specifies whether the relay is configured to move the motor in a forward or reverse direction.
Off (0) (Default) Specifies that the motors are off.
On (1) Specifies that the motors are on.
Forward (2) Specifies that the relay moves the motors in a forward direction.
Reverse (3) Specifies that the relay moves the motors in a reverse direction.
|
Ok instead of specifying 1,0,2, or 3 i right clicked the left side of the relay terminal and created a constant. I put the constant to the left of the select and wired it to the true statement. Would that be okay or does it have to be a numeric value as in 1,2,3, or 0?