I have written a very simple weld test program. All movements work perfectly and the program goes through the cycle without errors but none of the DO's operate. If the speed is less that 100% you get the error "override must be 100%" when the program comes to "Arc Start[1]".
I have assigned the weld i/o's as follows:
Weld out
[Voltage] AO[1]
[Wire feed] AO[2]
[Weld start] DO[1]
[Gas start] DO[2]
[Inch forward] DO[3]
[Inch backwards] DO[4]
Weld in
[Voltage] AI[1]
[Current] AI[2]
When the wire feed forward or backwards buttons on the TP are pressed the DO[3] and DO[4] turn on and off as expected.
In the Weld I/O DO[2] DO[3] and DO[4] can be turned on/off. But is is not possible to change DO[1], you cannot get the cursor into the on/off field.
I feed it is something simple, maybe a system variable.
But I am at my wits end.
Jerry.