Hi,
I'm currently looking at a running robot installation to improve productivity.
I've noticed that each time the paint booth door is opened the operator has to interact with the TP before he can restart. Not something I'm used to seeing and seems something that should be corrected.
A double pole switch is wired into X1 of the safety connection board to Auto stop robot if door is opened.
After this event the operator has to check and set if required DO's
A1A2Sw
A1Needle
A2Needle
A1Enable
I can see these signals being set or pulsed at the top of mXX procedures
example
PROC mainM1()
IF OpMode()=OP_AUTO THEN
!
SetTMSignal "A1Col2",1,0.5;
SetTMSignal "A1A2SW",1,0.5;
SetTMSignal "A1Enable",1,0.5;
!
endif
!PPG Primer Program M1
SetTMSignal "A1FluidDevNo",2,0;
Set A1A2Sw;
Set A1Enable;
WaitTime 1;
I'm not familiar with paint applications and cannot find any documentation regarding these signals, and why these need to be forced before the robot is started.
Any help would be appreciated!