[Ri...] Posted 14 hours ago Share Posted 14 hours ago The light system would be like any CNC mill or lathe, I am thinking this could be triggered by PCM and a PLC. I have an app for Autorun that can set a trigger for a PCM variable to create a Red light event that works, I would have to find out how to trigger a green light event (Make a Red light Green). Has anyone tried something like this or similar? Link to comment Share on other sites More sharing options...
[Ch...] Posted 12 hours ago Share Posted 12 hours ago what about " if trigger for Red Light" = false, then LightColor=GREEN or something to that effect ? What are you using for redlight detection ? Also I think Calypso has Andon light processing built in, not sure if works with AutoRun Link to comment Share on other sites More sharing options...
[Ri...] Posted 12 hours ago Author Share Posted 12 hours ago (edited) I use this in a text file to generate a Red Light. What I need is to capture a "CNC" end event when the program has completed. //paramters exe file cancel, Start. 01.12.24 //Read Canc-Cont.txt value my_list=readListFile("Canc-Cont.txt") //Extract value from file CanCon=val(getParameterNamed(my_list,2)) if CanCon==1 cncBreak() endif //paramters exe file cancel, End. Edited 11 hours ago Link to comment Share on other sites More sharing options...
[Ch...] Posted 10 hours ago Share Posted 10 hours ago you could try this : getRunMode("inspectionRunning") this gave me a true when Calypso is actually running and a false when it was not (offline). ymmv. 1 Link to comment Share on other sites More sharing options...
[Ma...] Posted 10 hours ago Share Posted 10 hours ago It would be great if you can run something outside of Calypso to obtain status. It's fine until Calypso freezes or have interuption like collision or other problems. 2 Link to comment Share on other sites More sharing options...
[na...] Posted 5 hours ago Share Posted 5 hours ago Please sign in to view this quote. I believe this is made for getting information like this -> https://github.com/EricRosenfeld1/CalypsoAPI But I haven't tried yet. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in