- Configuring LinuxCNC
- Configuration Tools
- PnCConf Wizard
- tried pncconf and get these errors - attached
tried pncconf and get these errors - attached
15 Apr 2016 23:23 #73379
by Alicee
Thanks cbcbasher for early advice.
Ok I tried to do the pncconf and with minimum inputs only to fit my machine. I have to do this myself and I have no experience on these but I read about putting the files here so you can look at them and give some advice. I'm not knowing what is next. I just bought this machine for making jewelry art but it is a basket parts just for the computer but the rest looks ok. I saw it working at neighbor before. I can do the wires and such and use the PC. But I know this has a new mesa 5I25 and 7I76 that was not working yet.
I put in the basic things for the wires for motors and switches on my machine into pncconf and I left every else alone. Then I tried to start Linuxcnc and it stopped right away with errors. Never showed any GUI screen. I copy errors to file and is attached here. I put also hal and ini files. I tried to figure it but I don't have any vfd only relay for router on and off. It is machine XYZA. I want to make it move correctly. What must I do next?
Thanks,
Alice
tried pncconf and get these errors - attached was created by Alicee
Thanks cbcbasher for early advice.
Ok I tried to do the pncconf and with minimum inputs only to fit my machine. I have to do this myself and I have no experience on these but I read about putting the files here so you can look at them and give some advice. I'm not knowing what is next. I just bought this machine for making jewelry art but it is a basket parts just for the computer but the rest looks ok. I saw it working at neighbor before. I can do the wires and such and use the PC. But I know this has a new mesa 5I25 and 7I76 that was not working yet.
I put in the basic things for the wires for motors and switches on my machine into pncconf and I left every else alone. Then I tried to start Linuxcnc and it stopped right away with errors. Never showed any GUI screen. I copy errors to file and is attached here. I put also hal and ini files. I tried to figure it but I don't have any vfd only relay for router on and off. It is machine XYZA. I want to make it move correctly. What must I do next?
Thanks,
Alice
Please Log in or Create an account to join the conversation.
16 Apr 2016 00:21 #73384
by PCW
Replied by PCW on topic tried pncconf and get these errors - attached
looks like your errors are modbus related:
mitsub_vfd.hal:12: waitpid failed gs2_vfd spindle-vfd
mitsub_vfd.hal:12: gs2_vfd exited without becoming ready
mitsub_vfd.hal:12: waitpid failed gs2_vfd spindle-vfd
mitsub_vfd.hal:12: gs2_vfd exited without becoming ready
The following user(s) said Thank You: Alicee
Please Log in or Create an account to join the conversation.
16 Apr 2016 03:09 #73387
by Alicee
Replied by Alicee on topic tried pncconf and get these errors - attached
ok, thanks can I go in editter and just delete lines in hal file
#*******************
# SPINDLE S
#*******************
setp pid.s.Pgain [SPINDLE_9]P
setp pid.s.Igain [SPINDLE_9]I
setp pid.s.Dgain [SPINDLE_9]D
setp pid.s.bias [SPINDLE_9]BIAS
setp pid.s.FF0 [SPINDLE_9]FF0
setp pid.s.FF1 [SPINDLE_9]FF1
setp pid.s.FF2 [SPINDLE_9]FF2
setp pid.s.deadband [SPINDLE_9]DEADBAND
setp pid.s.maxoutput [SPINDLE_9]MAX_OUTPUT
setp pid.s.error-previous-target true
setp pid.s.maxerror .0005
net spindle-index-enable <=> pid.s.index-enable
net spindle-enable => pid.s.enable
net spindle-vel-cmd-rpm => pid.s.command
net spindle-vel-fb-rpm => pid.s.feedback
net spindle-output <= pid.s.output
# ---setup spindle control signals---
net spindle-vel-cmd-rps <= motion.spindle-speed-out-rps
net spindle-vel-cmd-rps-abs <= motion.spindle-speed-out-rps-abs
net spindle-vel-cmd-rpm <= motion.spindle-speed-out
net spindle-vel-cmd-rpm-abs <= motion.spindle-speed-out-abs
net spindle-enable <= motion.spindle-on
net spindle-cw <= motion.spindle-forward
net spindle-ccw <= motion.spindle-reverse
net spindle-brake <= motion.spindle-brake
net spindle-revs => motion.spindle-revs
net spindle-at-speed => motion.spindle-at-speed
net spindle-vel-fb-rps => motion.spindle-speed-in
net spindle-index-enable <=> motion.spindle-index-enable
# ---Setup spindle at speed signals---
sets spindle-at-speed true
and in next section can i delete
#******************************
# connect miscellaneous signals
#******************************
# ---HALUI signals---
...
net spindle-manual-cw halui.spindle.forward
net spindle-manual-ccw halui.spindle.reverse
net spindle-manual-stop halui.spindle.stop
...
does one of those lines let me turn on spindle relay wire on tb5 gpio ?
Thanks,
Alice
#*******************
# SPINDLE S
#*******************
setp pid.s.Pgain [SPINDLE_9]P
setp pid.s.Igain [SPINDLE_9]I
setp pid.s.Dgain [SPINDLE_9]D
setp pid.s.bias [SPINDLE_9]BIAS
setp pid.s.FF0 [SPINDLE_9]FF0
setp pid.s.FF1 [SPINDLE_9]FF1
setp pid.s.FF2 [SPINDLE_9]FF2
setp pid.s.deadband [SPINDLE_9]DEADBAND
setp pid.s.maxoutput [SPINDLE_9]MAX_OUTPUT
setp pid.s.error-previous-target true
setp pid.s.maxerror .0005
net spindle-index-enable <=> pid.s.index-enable
net spindle-enable => pid.s.enable
net spindle-vel-cmd-rpm => pid.s.command
net spindle-vel-fb-rpm => pid.s.feedback
net spindle-output <= pid.s.output
# ---setup spindle control signals---
net spindle-vel-cmd-rps <= motion.spindle-speed-out-rps
net spindle-vel-cmd-rps-abs <= motion.spindle-speed-out-rps-abs
net spindle-vel-cmd-rpm <= motion.spindle-speed-out
net spindle-vel-cmd-rpm-abs <= motion.spindle-speed-out-abs
net spindle-enable <= motion.spindle-on
net spindle-cw <= motion.spindle-forward
net spindle-ccw <= motion.spindle-reverse
net spindle-brake <= motion.spindle-brake
net spindle-revs => motion.spindle-revs
net spindle-at-speed => motion.spindle-at-speed
net spindle-vel-fb-rps => motion.spindle-speed-in
net spindle-index-enable <=> motion.spindle-index-enable
# ---Setup spindle at speed signals---
sets spindle-at-speed true
and in next section can i delete
#******************************
# connect miscellaneous signals
#******************************
# ---HALUI signals---
...
net spindle-manual-cw halui.spindle.forward
net spindle-manual-ccw halui.spindle.reverse
net spindle-manual-stop halui.spindle.stop
...
does one of those lines let me turn on spindle relay wire on tb5 gpio ?
Thanks,
Alice
Please Log in or Create an account to join the conversation.
16 Apr 2016 16:56 #73410
by cncbasher
Replied by cncbasher on topic tried pncconf and get these errors - attached
net spindle-on => hm2_5i25.0.7i76.0.0.spinena
to use the 7i76 spindle opto output on TB4 pins 5 or 6
or to use TB5 or TB6 use :
spindle on => hm2_5i25.0.7i76.0.0.output-10 ( change 10 to suit the pin you want to use )
pm me if your stuck Alice, or email
Sarah
to use the 7i76 spindle opto output on TB4 pins 5 or 6
or to use TB5 or TB6 use :
spindle on => hm2_5i25.0.7i76.0.0.output-10 ( change 10 to suit the pin you want to use )
pm me if your stuck Alice, or email
Sarah
Please Log in or Create an account to join the conversation.
Moderators: cmorley
- Configuring LinuxCNC
- Configuration Tools
- PnCConf Wizard
- tried pncconf and get these errors - attached
Time to create page: 0.063 seconds