- Configuring LinuxCNC
- Configuration Tools
- PnCConf Wizard
- Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
03 Oct 2019 19:52 #147022
by pgruszel
Hello!
Who can help ?
When accept components changes receive the following error:
PNCconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/pncconf", line 2906, in on_mesa_component_value_changed
self.set_mesa_options(boardnum,title,firmware,numofpwmgens,numoftppwmgens,numofstepgens,numofencoders,numofsserialports,numofsserialchannels)
File "/usr/bin/pncconf", line 3015, in set_mesa_options
numofpwmgens,numoftppwmgens,numofstepgens,None,numofsserialports,numofsserialchannels,False)
File "/usr/bin/pncconf", line 3372, in firmware_to_widgets
self.widgets[p].set_model(self.d)
File "/usr/bin/pncconf", line 1137, in __getitem__
return getattr(self, item)
AttributeError: Data instance has no attribute '_sserial6_signalfilter'
Thank you in advance!
Who can help ?
When accept components changes receive the following error:
PNCconf encountered an error. The following information may be useful in troubleshooting:
Traceback (most recent call last):
File "/usr/bin/pncconf", line 2906, in on_mesa_component_value_changed
self.set_mesa_options(boardnum,title,firmware,numofpwmgens,numoftppwmgens,numofstepgens,numofencoders,numofsserialports,numofsserialchannels)
File "/usr/bin/pncconf", line 3015, in set_mesa_options
numofpwmgens,numoftppwmgens,numofstepgens,None,numofsserialports,numofsserialchannels,False)
File "/usr/bin/pncconf", line 3372, in firmware_to_widgets
self.widgets[p].set_model(self.d)
File "/usr/bin/pncconf", line 1137, in __getitem__
return getattr(self, item)
AttributeError: Data instance has no attribute '_sserial6_signalfilter'
Thank you in advance!
Please Log in or Create an account to join the conversation.
03 Oct 2019 20:50 #147029
by cmorley
Replied by cmorley on topic Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
Thats a limitation of pncconf. It can only configure boards with up to 5 sserial channels.
Looks like the board is asking for at least 6.
Chris
Looks like the board is asking for at least 6.
Chris
Please Log in or Create an account to join the conversation.
03 Oct 2019 21:01 #147032
by pgruszel
Replied by pgruszel on topic Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
I only use two ports from 7i74 for two 7i64 and 7i77 have three but only one are available and it is non in use.
Please Log in or Create an account to join the conversation.
03 Oct 2019 21:12 #147035
by cmorley
Replied by cmorley on topic Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
It doesn't matter how many you use, it matters how many the board has available.
Bottom line is that pnccond needs to be modified to configure that firmware.
Chris
Bottom line is that pnccond needs to be modified to configure that firmware.
Chris
Please Log in or Create an account to join the conversation.
03 Oct 2019 21:20 #147036
by pgruszel
Replied by pgruszel on topic Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
Is this mean if I decrease number of sserial by flashing 5i25 for example with one 7i77 and four ssi plus two sserial this should work ?
This kind of configuration is was created by PCW somewhere on forum.
This kind of configuration is was created by PCW somewhere on forum.
Please Log in or Create an account to join the conversation.
03 Oct 2019 22:52 - 03 Oct 2019 23:02 #147039
by bevins
Replied by bevins on topic Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
Just flash the 5i25 with 7i77 and 7i74 firmware
Thats all you need. Plug the I/O cards in the 7i74 apply the proper power to them and linuxcnc will give you your pins.
/edit Dont worry about pncconf with the extra boards. There's no line to add in hal, the pins will be there. You just have to use them.
You will have to add the second serial port to the loadrt hm2_pci line though.
Thats all you need. Plug the I/O cards in the 7i74 apply the proper power to them and linuxcnc will give you your pins.
/edit Dont worry about pncconf with the extra boards. There's no line to add in hal, the pins will be there. You just have to use them.
You will have to add the second serial port to the loadrt hm2_pci line though.
Last edit: 03 Oct 2019 23:02 by bevins.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19219
- Thank you received: 6440
03 Oct 2019 23:15 - 03 Oct 2019 23:16 #147042
by tommylight
Replied by tommylight on topic Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
A retrofit i did several years ago using SSI serial absolute encoders, mesa 5i25, 7i77, 7i74, 7i70 and 7i71, with attached working test config.
forum.linuxcnc.org/30-cnc-machines/31792...30-01-retrofit#82472
Link to the firmware use for 5i25
forum.linuxcnc.org/30-cnc-machines/31792...rofit?start=60#86415
forum.linuxcnc.org/30-cnc-machines/31792...30-01-retrofit#82472
Link to the firmware use for 5i25
forum.linuxcnc.org/30-cnc-machines/31792...rofit?start=60#86415
Last edit: 03 Oct 2019 23:16 by tommylight. Reason: more info
The following user(s) said Thank You: bevins
Please Log in or Create an account to join the conversation.
03 Oct 2019 23:20 #147044
by bevins
Cool machine Tommy.... nice job.
Replied by bevins on topic Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
A retrofit i did several years ago using SSI serial absolute encoders, mesa 5i25, 7i77, 7i74, 7i70 and 7i71, with attached working test config.
forum.linuxcnc.org/30-cnc-machines/31792...30-01-retrofit#82472
Link to the firmware use for 5i25
forum.linuxcnc.org/30-cnc-machines/31792...rofit?start=60#86415
Cool machine Tommy.... nice job.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19219
- Thank you received: 6440
03 Oct 2019 23:27 #147048
by tommylight
That was the first big retrofit and it had all the complicated stuff coupled with a dead computer and controller, so it took a while to figure out over 600 wires ! Luckily almost half of them were GND. Finished it in 2 weeks, working evenings and nights as it was in an industrial estate.
Andy, PCW and Todd helped a lot, so thank you all.
The thing weighs over 5 tons !
Replied by tommylight on topic Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
Thank you, Bob.
A retrofit i did several years ago using SSI serial absolute encoders, mesa 5i25, 7i77, 7i74, 7i70 and 7i71, with attached working test config.
forum.linuxcnc.org/30-cnc-machines/31792...30-01-retrofit#82472
Link to the firmware use for 5i25
forum.linuxcnc.org/30-cnc-machines/31792...rofit?start=60#86415
Cool machine Tommy.... nice job.
That was the first big retrofit and it had all the complicated stuff coupled with a dead computer and controller, so it took a while to figure out over 600 wires ! Luckily almost half of them were GND. Finished it in 2 weeks, working evenings and nights as it was in an industrial estate.
Andy, PCW and Todd helped a lot, so thank you all.
The thing weighs over 5 tons !
Please Log in or Create an account to join the conversation.
Moderators: cmorley
- Configuring LinuxCNC
- Configuration Tools
- PnCConf Wizard
- Pncconf error when choose 5i25 with 5.25_7i77_7i74.bin flashed
Time to create page: 0.090 seconds