aleyva
Computer
- Apr 22, 2003
- 4
Hello,
I'm using the DNC communication protocol to transfer a NC Program from a Visual C++ Based Program to the PC MILL 155 EMCO CNC Machine.
I already can transfer a package (NC program) less or equal than 256 bytes of size.
How can I make the CNC wait for another package after I sent the first one?
My problem is about finding the way that the CNC Machine is expecting me to send a sequence of data packages using the DNC communication protocol.
I know there is a way since the documentation I have of the protocol states that you can enumerate the packages to be sent, but it doesn’t say what are the protocol commands you need to send to the CNC between the packages.
Thanks,
Agustin Leyva
I'm using the DNC communication protocol to transfer a NC Program from a Visual C++ Based Program to the PC MILL 155 EMCO CNC Machine.
I already can transfer a package (NC program) less or equal than 256 bytes of size.
How can I make the CNC wait for another package after I sent the first one?
My problem is about finding the way that the CNC Machine is expecting me to send a sequence of data packages using the DNC communication protocol.
I know there is a way since the documentation I have of the protocol states that you can enumerate the packages to be sent, but it doesn’t say what are the protocol commands you need to send to the CNC between the packages.
Thanks,
Agustin Leyva