RT-8p8c - An ethernet based interface for LinuxCNC
19 Sep 2012 15:16 #24419
by bigalex
Replied by bigalex on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
Hi gents.
Is the Mesa 7i80 fully supported by LinuxCNC configuration ?
bigalex
Is the Mesa 7i80 fully supported by LinuxCNC configuration ?
bigalex
Please Log in or Create an account to join the conversation.
19 Sep 2012 16:29 #24420
by PCW
Replied by PCW on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
Working on it... Probably a couple of weeks still.
Like all Mesa LinuxCNC hardware, it will be a HostMot2 device.
7I80 Ethernet firmware is working. Needed are HostMot2 driver
changes to support remote register access protocol
and Ethernet driver integration.
Like all Mesa LinuxCNC hardware, it will be a HostMot2 device.
7I80 Ethernet firmware is working. Needed are HostMot2 driver
changes to support remote register access protocol
and Ethernet driver integration.
Please Log in or Create an account to join the conversation.
19 Sep 2012 16:37 #24422
by bigalex
Replied by bigalex on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
Thank you PCW.
So if I'm not wrong 7i80 can be an alternative solution at the 5i25 card isn't it ?
bigalex
So if I'm not wrong 7i80 can be an alternative solution at the 5i25 card isn't it ?
bigalex
Please Log in or Create an account to join the conversation.
19 Sep 2012 17:05 #24423
by PCW
Replied by PCW on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
Yes its like 2x 5I25s
Please Log in or Create an account to join the conversation.
20 Sep 2012 06:59 #24445
by bigalex
Replied by bigalex on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
Amazing !!!
I was waiting for this kind of solution .
Also because it is a market trend to use ethernet connection to "remote" the hardware components of a CNC outside the PC mother board.
Do you know if it is possible to have on the same ethernet port the protocol/driver for an 7i80 and Modbus TCP/IP at the same time ?
bigalex
I was waiting for this kind of solution .
Also because it is a market trend to use ethernet connection to "remote" the hardware components of a CNC outside the PC mother board.
Do you know if it is possible to have on the same ethernet port the protocol/driver for an 7i80 and Modbus TCP/IP at the same time ?
bigalex
Please Log in or Create an account to join the conversation.
20 Sep 2012 15:17 #24460
by PCW
Replied by PCW on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
Well maybe....
The real time packets would have to wait occasionally for a time determined by the longest Modbus TCP/IP packets.
This might be acceptable if the Motherboard has a GigE port and the Modbus TCP/IP and
RT links do not share a 100BT " bottleneck"
But in general its probably best to dedicate a NIC to the RT link
The real time packets would have to wait occasionally for a time determined by the longest Modbus TCP/IP packets.
This might be acceptable if the Motherboard has a GigE port and the Modbus TCP/IP and
RT links do not share a 100BT " bottleneck"
But in general its probably best to dedicate a NIC to the RT link
Please Log in or Create an account to join the conversation.
20 Sep 2012 17:41 #24490
by bigalex
Replied by bigalex on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
Thank you so much PCW.
I hope the firmware for the HostMot2 inside LinuxCNC will be available soon.
bigalex
I hope the firmware for the HostMot2 inside LinuxCNC will be available soon.
bigalex
Please Log in or Create an account to join the conversation.
21 Sep 2012 03:11 #24497
by fmederos
Replied by fmederos on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
In fact RTnet implements measures to prevent "interferences" like realtime packets unpredictably waiting for non-realtime TCP traffic packets to go through.
Sure it would make no magic but RTnet should ensure that realtime packets get predictable access to the network when using it's media-access discipline.
I'm not sure of the benefits of this feature on a CNC machine, but it is there...
Regards,
Fernando
Sure it would make no magic but RTnet should ensure that realtime packets get predictable access to the network when using it's media-access discipline.
I'm not sure of the benefits of this feature on a CNC machine, but it is there...
Regards,
Fernando
Please Log in or Create an account to join the conversation.
21 Sep 2012 03:45 #24498
by PCW
Replied by PCW on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
Yes, but that requires RTnet devices at all endpoints so it can tunnel TCPIP or other traffic through a TDM slice, if you have any regular random TCPIP traffic (like the Modbus TCPIP mentioned above) you will have to wait as it does not follow the TDM line access discipline
Please Log in or Create an account to join the conversation.
25 Oct 2012 04:23 #25786
by kinsa
Replied by kinsa on topic Re:RT-8p8c - An ethernet based interface for LinuxCNC
Hello Guys,
Just an update, I have now connected it to my MF70 mill and the control of X, Y and Z axes seems to be working.
Full tests will take some time since my mill conversion is not yet finished.
There is still one issue that I'm still trying to solve, the code/module misses at least one reply packet within a 24 hr period.
Also, module_helper needs to be modified to handle loading of rtnet modules so that a normal user can run the linuxcnc command. Currently I'm using sudo to bypass this issue.
Regards,
GPO
Just an update, I have now connected it to my MF70 mill and the control of X, Y and Z axes seems to be working.
Full tests will take some time since my mill conversion is not yet finished.
There is still one issue that I'm still trying to solve, the code/module misses at least one reply packet within a 24 hr period.
Also, module_helper needs to be modified to handle loading of rtnet modules so that a normal user can run the linuxcnc command. Currently I'm using sudo to bypass this issue.
Regards,
GPO
Please Log in or Create an account to join the conversation.
Time to create page: 0.407 seconds