Hello My Friends:
Im trying to make the setup of the IF Panel in the cell that im working, I copied values from another cell that is the same but that one has 3 robots well my question its this on the code IFPANEL.DAT i have the following...
//IFPANEL 1
///NAME Wlder1-2,Wlder1-2
1A,1,6,2,0,Welder #1,Ready,,0,0,1,28506,0,0,0,0,0,0,0,Welder #1,Ready,,0
1B,1,6,2,0,Welder #1,Seq Idle,,0,0,1,28505,0,0,0,0,0,0,0,Welder #1,Seq Idle,,0
1C,1,17,1,0,Welder #1,Voltage,,0,0,4,305,0,0,0,0,0,0,0,Welder #1,Voltage,,0
1D,1,17,1,0,Welder #1,Wire Speed,,0,0,4,306,0,0,0,0,0,0,0,Welder #1,Wire Speed,,0
1E,1,6,2,0,Welder #2,Ready,,0,0,1,28756,0,0,0,0,0,0,0,Welder #2,Ready,,0
1F,1,6,2,0,Welder #2,Seq Idle,,0,0,1,28755,0,0,0,0,0,0,0,Welder #2,Seq Idle,,0
1G,1,17,1,0,Welder #2,Voltage,,0,0,4,338,0,0,0,0,0,0,0,Welder #2,Voltage,,0
1H,1,17,1,0,Welder #2,Wire Speed,,0,0,4,339,0,0,0,0,0,0,0,Welder #2,Wire Speed,,0
2A,1,6,6,0,Welder #1,ArcOn,,0,0,1,70066,0,0,0,0,0,0,0,Welder #1,ArcOn,,0
2B,1,6,2,0,Welder #1,Arc,Establish,0,0,1,70183,0,0,0,0,0,0,0,Welder #1,Arc,Establish,0
2C,1,17,1,0,Welder #1,Current,,0,0,4,304,0,0,0,0,0,0,0,Welder #1,Current,,0
2D,0,16,1,0,Welder #1,Feeder,Amps,0,0,4,307,0,0,0,0,0,0,0,Welder #1,Feeder,Amps,0
2E,1,6,6,0,Welder #2,ArcOn,,0,0,1,70266,0,0,0,0,0,0,0,Welder #2,ArcOn,,0
2F,1,6,2,0,Welder #2,Arc,Establish,0,0,1,70383,0,0,0,0,0,0,0,Welder #2,Arc,Establish,0
2G,1,17,1,0,Welder #2,Current,,0,0,4,337,0,0,0,0,0,0,0,Welder #2,Current,,0
2H,0,16,1,0,Welder #2,Feeder,Amps,0,0,4,340,0,0,0,0,0,0,0,Welder #2,Feeder,Amps,0
3A,1,6,4,0,Welder #1,Error,,0,0,1,28504,0,0,0,0,0,0,0,Welder #1,Error,,0
3B,0,6,4,0,Welder #1,Wire Stuck,,0,0,1,28503,0,0,0,0,0,0,0,Welder #1,Wire Stuck,,0
3C,1,6,6,0,Welder #1,Weld End,Prohibit,0,0,1,71225,0,0,0,0,0,0,0,Welder #1,Weld End,Prohibit,0
3D,0,0,0,0,,,,0,0,0,0,0,0,0,0,0,0,0,,,,0
3E,1,6,4,0,Welder #2,Error,,0,0,1,28754,0,0,0,0,0,0,0,Welder #2,Error,,0
3F,0,6,4,0,Welder #2,Wire Stuck,,0,0,1,28753,0,0,0,0,0,0,0,Welder #2,Wire Stuck,,0
3G,1,6,6,0,Welder #2,Weld End,Prohibit,0,0,1,71475,0,0,0,0,0,0,0,Welder #2,Weld End,Prohibit,0
3H,0,0,0,0,,,,0,0,0,0,0,0,0,0,0,0,0,,,,0
4A,1,1,3,0,Reset Wire,Spool #1,,0,1,1,14760,0,1,14760,0,0,0,0,Reset Wire,Spool #1,,0
4B,0,0,0,0,,,,0,0,0,0,0,0,0,0,0,0,0,,,,0
4C,0,0,0,0,,,,0,0,0,0,0,0,0,0,0,0,0,,,,0
4D,0,0,0,0,,,,0,0,0,0,0,0,0,0,0,0,0,,,,0
4E,1,1,3,0,Reset Wire,Spool #2,,0,1,1,14780,0,1,14780,0,0,0,0,Reset Wire,Spool #2,,0
4F,0,0,0,0,,,,0,0,0,0,0,0,0,0,0,0,0,,,,0
4G,1,6,2,0,UWI,Running,,0,0,1,29500,0,0,0,0,0,0,0,UWI,Running,,0
4H,1,6,4,0,UWI,FATAL,ERROR,0,0,1,29502,0,0,0,0,0,0,0,UWI,FATAL,ERROR,0
The If panel its not working but I already have the desing my question its cause I already read the manual but this number
1A,1,6,2,0,Welder #1,Ready,,0,0,1,28506
,0,0,0,0,0,0,0,Welder #1,Ready,,0
where it comes from where i can make the set up i couldnt find any 28K on the variables!!!
my config on the If its this
Arrange 1A
SETUP VALID
PANEL TYPE SQUARE 2 INDICATOR
PANEL COLOR GREEN
PANEL NAME Welder #1 READY BLANK
TEXT COLO BLACK
SECURITY OPERATION MODE
INTER LOCK ENABLE PROHIBIT
INPUT(DISP) SIGNAL =? 28506 =? A
Thanks In Adavance for your help!!