Goon Morningit's possibile select job with external device?for example plc?
Whit as?
Thank you
Select job with plc
-
Spiddy1 -
April 20, 2018 at 10:08 PM -
Thread is Resolved
-
-
Set a conditioned instruction.
Call job weld one IF IN 127 is on
You will be calling a job named XYZ IF input 12$ is ON -
This is how I do, I get program number from PLC
*start
DIN B001 OG(64)
wait B001<\> 0
SET I001 B001
Switch I001 Case0
Call: Job1
Case2
Call: Job2
Case3
Call: Job3
.
.
.so onEndswitch
Jump *start
-
You can use as a program name a number, and then call:B001 instead of call:Job1.