|
Re: Programming Double Solenoid?
It may not be the problem here, but you should get in the habit of using the enumerated types for the input ports rather then numerical constants. You should try to avoid the red coercion dots, unless you really mean it.
The easiest way to do this is to always right click on the input terminal and select create constant.
|