Problem connecting hy_vfd via RS485
- strahlensauger
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 195
- Thank you received: 65
26 Mar 2020 23:20 - 27 Mar 2020 07:26 #161634
by strahlensauger
Replied by strahlensauger on topic Problem connecting hy_vfd via RS485
These values are still from the pncconf wizard, I think it is for a spindel connected via the 7i76e, didn't clean the files yet...
Finally I found out to set PD0144 to 3000, mine was set to 1440. According to the sound of the spindel
I think it is just the display showing the correct values.
Finally I found out to set PD0144 to 3000, mine was set to 1440. According to the sound of the spindel
I think it is just the display showing the correct values.
Last edit: 27 Mar 2020 07:26 by strahlensauger.
Please Log in or Create an account to join the conversation.
27 Mar 2020 16:23 - 27 Mar 2020 16:23 #161716
by MovT
Replied by MovT on topic Problem connecting hy_vfd via RS485
Hi Strahlensauger.
I guess you are from Germany like me. If you have any further question you can pm me in German.
I have a chines 2,2kw spindle work with RD485 on a standard Huanyang VFD. I switched to Hitachi now but i keep all configs.
Your .ini part for the spindle look like this (refelct the VFD settings you made)
Your custom.hal like this:
Here the spindle parts in my machine hal:
Best,
Udo
I guess you are from Germany like me. If you have any further question you can pm me in German.
I have a chines 2,2kw spindle work with RD485 on a standard Huanyang VFD. I switched to Hitachi now but i keep all configs.
Your .ini part for the spindle look like this (refelct the VFD settings you made)
[SPINDLE_0]
P = 1000.0
I = 0
D = 0
FF0 = 1
FF1 = 0
FF2 = 0
BIAS = 0
DEADBAND = 0
MAX_OUTPUT = 24000.0
OUTPUT_MIN_LIMIT = 6000
OUTPUT_MAX_LIMIT = 24000
OUTPUT_SCALE = 24000
Your custom.hal like this:
loadusr -Wn vfd hy_vfd -n vfd -d /dev/ttyUSB0 -p none -r 38400
net spindle-vel-cmd-rpm => vfd.speed-command
net spindle-cw spindle.0.forward => vfd.spindle-forward
net spindle-ccw spindle.0.reverse => vfd.spindle-reverse
net on spindle.0.on => vfd.spindle-on => hm2_7i76e.0.7i76.0.0.output-13 #thats my solenoid to start the water pump for cooling
net spindle-at-speed <= vfd.spindle-at-speed
Here the spindle parts in my machine hal:
#*******************
# SPINDLE
#*******************
setp pid.s.Pgain [SPINDLE_0]P
setp pid.s.Igain [SPINDLE_0]I
setp pid.s.Dgain [SPINDLE_0]D
setp pid.s.bias [SPINDLE_0]BIAS
setp pid.s.FF0 [SPINDLE_0]FF0
setp pid.s.FF1 [SPINDLE_0]FF1
setp pid.s.FF2 [SPINDLE_0]FF2
setp pid.s.deadband [SPINDLE_0]DEADBAND
setp pid.s.maxoutput [SPINDLE_0]MAX_OUTPUT
setp pid.s.error-previous-target true
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 <= spindle.0.speed-out-rps
net spindle-vel-cmd-rps-abs <= spindle.0.speed-out-rps-abs
net spindle-vel-cmd-rpm <= spindle.0.speed-out
net spindle-vel-cmd-rpm-abs <= spindle.0.speed-out-abs
#net spindle-enable <= spindle.0.on
#net spindle-cw <= spindle.0.forward
#net spindle-ccw <= spindle.0.reverse
net spindle-brake <= spindle.0.brake
#net spindle-revs => spindle.0.revs
net vfd.Rott => spindle.0.revs
net spindle-at-speed => spindle.0.at-speed
#net spindle-vel-fb-rps => spindle.0.speed-in
net vfd.Rott => spindle.0.speed-in
net spindle-index-enable <=> spindle.0.index-enable
# ---Setup spindle at speed signals---
# done in custom hal
#sets spindle-at-speed true
Best,
Udo
Last edit: 27 Mar 2020 16:23 by MovT.
The following user(s) said Thank You: strahlensauger
Please Log in or Create an account to join the conversation.
- strahlensauger
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 195
- Thank you received: 65
01 Apr 2020 20:16 #162371
by strahlensauger
Replied by strahlensauger on topic Problem connecting hy_vfd via RS485
Didn't find how to pm someone. Is it not possible?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19209
- Thank you received: 6438
02 Apr 2020 00:31 #162415
by tommylight
Replied by tommylight on topic Problem connecting hy_vfd via RS485
No it is not, it was removed due to way to many requests over PM, and that defeats the purpose of an open forum.Didn't find how to pm someone. Is it not possible?
Please Log in or Create an account to join the conversation.
Time to create page: 0.067 seconds