Linux 6.2.11 interface with plc automation cycle
- Shade Tree
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
22 Mar 2018 16:04 #107727
by Shade Tree
Linux 6.2.11 interface with plc automation cycle was created by Shade Tree
I have build 2 small automated part loaders to feed a cnc machine. When the CNC mill has completed its task i need it to say I'm done yo go to the PLC. When the PLC has completed its task I need it to I'm done you go to the CNC. Please help me.
Please Log in or Create an account to join the conversation.
- Henk
- Offline
- Platinum Member
-
Less
More
- Posts: 404
- Thank you received: 89
22 Mar 2018 17:02 #107729
by Henk
Replied by Henk on topic Linux 6.2.11 interface with plc automation cycle
Hi. I would use the digital output/input mcodes (m64 m65 and m66 i think) and add this in the g code program to macjine the part.
You can the repeat the entire program using an o-word routine in which you initiate the plc with m64/m65 and wait for the confirmation with m66.
Henk
You can the repeat the entire program using an o-word routine in which you initiate the plc with m64/m65 and wait for the confirmation with m66.
Henk
Please Log in or Create an account to join the conversation.
Time to create page: 0.065 seconds