Hello
I have problems with I/O at the moment i wanna set them HIGH by programming, and i also dont have the knowledge about how they work and how can i now what I/O correspond to what physically, for example the only output that i know with certainty its OUTPUT 63 that corresponds to the Wire feeder, but the main problem its that i know this because when i press OUTPUT and + key at the same time on the TeachPendand Wire starts going out but then i try to make it by program for example this way...
NOP
DOUT#63 1
TIMER=10Seg
DOUT#63 0
END
As far as i know and understand by doing that wire should start going out isnt it? but at the moment i play it, it doesnt read or do those conditions it only does the timmer condition and then ends, like it jumps them. Do anyone knows a reason for this? Not sure if im programming it wrong or what...
Second question:
How does ARCON works? I mean it only let current flows or does it put the wire to flow too?
All help its appreciated, Thanks in advanced