Mesa 5i25 and 7176 getting started
- Clive S
- Offline
- Platinum Member
- Posts: 2241
- Thank you received: 476
This is what axis is showing: 2.8.0-pre1-598-g048366b But it did also install gmoccapy and I am switching between the two gui's ..Clive
In that case you might well be almost ready-to-go with hm2_eth and the 7i76E
What does "uname -a" say?
Linuxcnc-2-6 3.4-9-rtai-686-pae #1 SMP pre-empt Debian 3.4.55-4li!!! sorry a missed the last bit
So its really 2.6 and not 2.8
Clive
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23558
- Thank you received: 4858
uname tells us the kernel version, and you are using the LinuxCNC-issued RTAI kernel.
You need to use the rt-preempt kernel with m2_eth
sudo apt-get install linux-image-rt-686-pae
If that works you can then see what uname -a says after rebooting (I don't know if you have to actively choose the new kernel after installing it)
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
- Posts: 2241
- Thank you received: 476
Thanks Clive
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23558
- Thank you received: 4858
What would be the biggest advantage of using this over the 7i76 + 5i25 apart from the cable?
I don't know if there is any advantage. I am certainly not pushing you in that direction. I thought you wanted to use the 7i76E.
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
- Posts: 2241
- Thank you received: 476
What would be the biggest advantage of using this over the 7i76 + 5i25 apart from the cable?
I don't know if there is any advantage. I am certainly not pushing you in that direction. I thought you wanted to use the 7i76E.
Andy Yes I didn't think you was trying to push me in any direction and I do thank you for your time and efforts you continually put into the forum.
I suppose I was wondering if the pci verses the Ethernet would make any difference to the latency of the system etc.
Clive
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23558
- Thank you received: 4858
I suppose I was wondering if the pci verses the Ethernet would make any difference to the latency of the system etc.
hm2_eth only works with the rt-preempt kernel which has worse latency than the RTAI kernel.
That doesn't really matter for the Mesa cards, though.
If you want a proven setup that thousands of people are using and that is well understood then go for the 5i25/7i76 option.
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
- Posts: 2241
- Thank you received: 476
I suppose I was wondering if the pci verses the Ethernet would make any difference to the latency of the system etc.
hm2_eth only works with the rt-preempt kernel which has worse latency than the RTAI kernel.
That doesn't really matter for the Mesa cards, though.
If you want a proven setup that thousands of people are using and that is well understood then go for the 5i25/7i76 option.
Well we have gone round the loop and its been interesting, but as you say follow the crowd at least any questions that I may have to ask will have been done already. Thanks again Clive
Please Log in or Create an account to join the conversation.
- amhfabs
- Offline
- Junior Member
- Posts: 21
- Thank you received: 0
I read from another post about setting the board to software "mode 2" but I have no idea how to do this? Something about changing a line in the driver config to sserial_port_0=2000xxxx?? Where do I find this? I'm currently just playing around with PNCconfig as the code side of things in HAL is a bit daunting at the moment....
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23558
- Thank you received: 4858
I read from another post about setting the board to software "mode 2" but I have no idea how to do this? Something about changing a line in the driver config to sserial_port_0=2000xxxx?? Where do I find this?
It's in the HAL file.
I'm currently just playing around with PNCconfig as the code side of things in HAL is a bit daunting at the moment....
Oh Dear
Actually it might well be read in to the HAL file from the INI file in your config. Is the INI file less daunting?
Please Log in or Create an account to join the conversation.
- amhfabs
- Offline
- Junior Member
- Posts: 21
- Thank you received: 0
So I just change this line? then what happens?
Please Log in or Create an account to join the conversation.