Mesa 7i80HD Etheret problem
10 Nov 2018 22:20 #120421
by 3D-Master
Replied by 3D-Master on topic Mesa 7i80HD Etheret problem
okay thank you i will try this.
i made the machine config with Pncconf so it must be Pncconf who writes 7i80HD
yes i used mesaflash --device 7i80hd --reload and after that i switched off the power multiple times. also with 7i80HD changed to 7i80hd again it still doesnt find it.
i made the machine config with Pncconf so it must be Pncconf who writes 7i80HD
yes i used mesaflash --device 7i80hd --reload and after that i switched off the power multiple times. also with 7i80HD changed to 7i80hd again it still doesnt find it.
Please Log in or Create an account to join the conversation.
10 Nov 2018 22:29 #120422
by 3D-Master
Replied by 3D-Master on topic Mesa 7i80HD Etheret problem
i think i know what the problem is... the pin in halrun is called hm2_7i80.0....... (without hd or HD)... so now with a quick change in the hal (didnt change all because i wanted to see if deleting hd does something) and now the error line dropped from 9 to 51...
Thank you so far, i will see if it solves my problem
Thank you so far, i will see if it solves my problem
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19200
- Thank you received: 6436
10 Nov 2018 22:40 #120425
by tommylight
Replied by tommylight on topic Mesa 7i80HD Etheret problem
What text editor are you using to edit the hal file ?
Gedit, Xed etc all have the search and replace function when you press and hold ctrl while pressing H. Copy the line you already have and want to edit, press ctrl-h, it will be already pasted there in the search field, paste it also in the "replace with" field and edit how it should be, click on replace all.
In your case select only the 7i80hd part, not the entire line.
Gedit, Xed etc all have the search and replace function when you press and hold ctrl while pressing H. Copy the line you already have and want to edit, press ctrl-h, it will be already pasted there in the search field, paste it also in the "replace with" field and edit how it should be, click on replace all.
In your case select only the 7i80hd part, not the entire line.
Please Log in or Create an account to join the conversation.
10 Nov 2018 22:42 #120426
by 3D-Master
Replied by 3D-Master on topic Mesa 7i80HD Etheret problem
Okay deleting the HD/hd from the pin name did it. Linuxcnc starts up and when i jog the machine it goes into following error like it should but there is one more thing.
as linuxcnc starts up i get an error message:
Error in >>~/.axisrc<<
traceback (most recent call last):
file "usr/bin/axis", line 3519, in <module>
execfile (rcfile)
file "/home/user/.axisrc", line 2, in
<module>
fullsize=maxgeo.split(' ')[0] + 'x' +
maxgeo.split(' ')[1]
AttributeError: 'tuple' object has no attribute
'split'
i can click ok and then Linuxcnc boots without any additional error.
is it a concern?
anyways Thank you very much!
ot: just saw that i wrote "Ethernet" in the subtitle wrong lmao
as linuxcnc starts up i get an error message:
Error in >>~/.axisrc<<
traceback (most recent call last):
file "usr/bin/axis", line 3519, in <module>
execfile (rcfile)
file "/home/user/.axisrc", line 2, in
<module>
fullsize=maxgeo.split(' ')[0] + 'x' +
maxgeo.split(' ')[1]
AttributeError: 'tuple' object has no attribute
'split'
i can click ok and then Linuxcnc boots without any additional error.
is it a concern?
anyways Thank you very much!
ot: just saw that i wrote "Ethernet" in the subtitle wrong lmao
Please Log in or Create an account to join the conversation.
10 Nov 2018 22:59 #120428
by 3D-Master
Replied by 3D-Master on topic Mesa 7i80HD Etheret problem
i am using mousepad
thanks for the tip!
thanks for the tip!
Please Log in or Create an account to join the conversation.
10 Nov 2018 23:09 #120429
by PCW
Replied by PCW on topic Mesa 7i80HD Etheret problem
Sorry for missing the name issue, I had forgotten that both
7I80 models just report a "7i80" name in hal
7I80 models just report a "7i80" name in hal
Please Log in or Create an account to join the conversation.
10 Nov 2018 23:52 #120430
by 3D-Master
Replied by 3D-Master on topic Mesa 7i80HD Etheret problem
no problem
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19200
- Thank you received: 6436
11 Nov 2018 12:19 #120439
by tommylight
That error is from choosing to maximise the Linuxcnc window. For some reason it does not work, did not bother to investigate due to lack of time.
In Pncconfig at the second screen there is a choice to maximise the window, do not click on that one, or open .axisrc in mousepad and look for that line or lines. Delete them.
Replied by tommylight on topic Mesa 7i80HD Etheret problem
as linuxcnc starts up i get an error message:
Error in >>~/.axisrc<<
traceback (most recent call last):
file "usr/bin/axis", line 3519, in <module>
execfile (rcfile)
file "/home/user/.axisrc", line 2, in
<module>
fullsize=maxgeo.split(' ')[0] + 'x' +
maxgeo.split(' ')[1]
AttributeError: 'tuple' object has no attribute
'split'
i can click ok and then Linuxcnc boots without any additional error.
is it a concern?
anyways Thank you very much!
ot: just saw that i wrote "Ethernet" in the subtitle wrong lmao
That error is from choosing to maximise the Linuxcnc window. For some reason it does not work, did not bother to investigate due to lack of time.
In Pncconfig at the second screen there is a choice to maximise the window, do not click on that one, or open .axisrc in mousepad and look for that line or lines. Delete them.
Please Log in or Create an account to join the conversation.
Time to create page: 0.077 seconds