[Ri...] Posted 11 hours ago Share Posted 11 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 9 hours ago Share Posted 9 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 9 hours ago Author Share Posted 9 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 8 hours ago Link to comment Share on other sites More sharing options...
[Ch...] Posted 7 hours ago Share Posted 7 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 7 hours ago Share Posted 7 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 2 hours ago Share Posted 2 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