Project Ideas Section 12.14.6 in manual
15 Jul 2016 15:01 #77500
by mfalcon
Project Ideas Section 12.14.6 in manual was created by mfalcon
hello
I have read this statement in manual :
"Create an external control panel with buttons, switches, and indicators. Connect everything to a microcontroller, and connect the microcontroller to the PC using a serial interface. "
but in another part of online documentation , i have read that serial communication can not be used for CNC motion control, so what does that above mentioned idea mean?
thanks
I have read this statement in manual :
"Create an external control panel with buttons, switches, and indicators. Connect everything to a microcontroller, and connect the microcontroller to the PC using a serial interface. "
but in another part of online documentation , i have read that serial communication can not be used for CNC motion control, so what does that above mentioned idea mean?
thanks
Please Log in or Create an account to join the conversation.
15 Jul 2016 15:28 - 15 Jul 2016 16:05 #77501
by BigJohnT
Replied by BigJohnT on topic Project Ideas Section 12.14.6 in manual
Got a link to where you read that?
Edit: never mind I see from the title your looking at the PDF docs.
That "project" seems to be covered with PyVCP and GladeVCP... I don't even recall reading that it must be very old.
JT
Edit: never mind I see from the title your looking at the PDF docs.
That "project" seems to be covered with PyVCP and GladeVCP... I don't even recall reading that it must be very old.
JT
Last edit: 15 Jul 2016 16:05 by BigJohnT.
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5008
- Thank you received: 1441
15 Jul 2016 15:46 #77505
by Todd Zuercher
Replied by Todd Zuercher on topic Project Ideas Section 12.14.6 in manual
User interface has very little need for real time precision compared with motion control. That is why it is ok to use a usb mouse or keyboard with linuxcnc but not to interface with the motor controls.
Please Log in or Create an account to join the conversation.
17 Jul 2016 12:10 #77571
by mfalcon
Replied by mfalcon on topic Project Ideas Section 12.14.6 in manual
then do you mean, that the idea of this project is not talking about real time applications?
or may be it talks about connecting the classic ladder (not CNC motion controller) to out side world with microcontroller?
or may be it talks about connecting the classic ladder (not CNC motion controller) to out side world with microcontroller?
Please Log in or Create an account to join the conversation.
- Todd Zuercher
- Offline
- Platinum Member
Less
More
- Posts: 5008
- Thank you received: 1441
18 Jul 2016 18:53 #77605
by Todd Zuercher
Replied by Todd Zuercher on topic Project Ideas Section 12.14.6 in manual
Sorry, but I am not sure what part of what "project" you are referring to.
As an example of Linuxcnc using a non real time USB interface, I have an 8 spindle gang router at work running Linuxcnc. It is using a usb to RS485 serial converter to control the 8 VFDs that run the router spindles. Linuxcnc sends the command to start, stop, change speed... and the VFD returns the spindle at speed signal and other info. Linuxcnc just has to wait for the signals, there are no real time demands on this comunication, so using the USB is ok and it works.
As an example of Linuxcnc using a non real time USB interface, I have an 8 spindle gang router at work running Linuxcnc. It is using a usb to RS485 serial converter to control the 8 VFDs that run the router spindles. Linuxcnc sends the command to start, stop, change speed... and the VFD returns the spindle at speed signal and other info. Linuxcnc just has to wait for the signals, there are no real time demands on this comunication, so using the USB is ok and it works.
Please Log in or Create an account to join the conversation.
Time to create page: 0.079 seconds