vfd reverse hitaachi w200
- jefsaro
- Topic Author
- Away
- Premium Member
Less
More
- Posts: 98
- Thank you received: 3
20 Oct 2020 12:08 #186675
by jefsaro
vfd reverse hitaachi w200 was created by jefsaro
hello friends, after several hours to find all the solutions to reconnect the hitachi vfd, it finally works, I have 2 problems, I only know how to run it in one direction, and the second, I don't know how to run it axis office.
can you help me??
regards
can you help me??
regards
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4026
- Thank you received: 1738
20 Oct 2020 12:29 - 20 Oct 2020 12:32 #186677
by Aciera
Replied by Aciera on topic vfd reverse hitaachi w200
Last edit: 20 Oct 2020 12:32 by Aciera.
Please Log in or Create an account to join the conversation.
- jefsaro
- Topic Author
- Away
- Premium Member
Less
More
- Posts: 98
- Thank you received: 3
20 Oct 2020 14:23 #186686
by jefsaro
Replied by jefsaro on topic vfd reverse hitaachi w200
i work whit 2 wires rv and fw
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4861
20 Oct 2020 14:24 #186688
by andypugh
Replied by andypugh on topic vfd reverse hitaachi w200
How are you driving the FWD and REV inputs? What interface card? What are your HAL connections?
Please Log in or Create an account to join the conversation.
- jefsaro
- Topic Author
- Away
- Premium Member
Less
More
- Posts: 98
- Thank you received: 3
20 Oct 2020 14:33 #186689
by jefsaro
Replied by jefsaro on topic vfd reverse hitaachi w200
sorry my english is very bad , i work whit mesa 6i25and 7i76 i post ini and hal files in first message
Please Log in or Create an account to join the conversation.
- jefsaro
- Topic Author
- Away
- Premium Member
Less
More
- Posts: 98
- Thank you received: 3
20 Oct 2020 14:33 #186690
by jefsaro
Replied by jefsaro on topic vfd reverse hitaachi w200
and 0 -10v
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4026
- Thank you received: 1738
20 Oct 2020 14:43 - 20 Oct 2020 15:04 #186693
by Aciera
Replied by Aciera on topic vfd reverse hitaachi w200
So far you have:
With your setup you could wire the "hm2_5i25.0.7i76.0.0.spinena"-contact to FW-input on the vfd and
the "hm2_5i25.0.7i76.0.0.spindir"-contact to RV-input on the vfd.
Then you could do a bit of logic in the hal file:
net spindle-output => hm2_5i25.0.7i76.0.0.spinout
net spindle-enable => hm2_5i25.0.7i76.0.0.spinena
net spindle-ccw => hm2_5i25.0.7i76.0.0.spindir
net spindle-enable => and.vfd-fw.in0 =>and.vfd-rv.in0
net spindle-cw => and.vfd-fw.in1
net spindle-ccw => and.vfd-rv.in1
net vfd-fw <= and.vfd-fw.out => hm2_5i25.0.7i76.0.0.spinena
net vfd-rv <= and.vfd-rv.out => hm2_5i25.0.7i76.0.0.spindir
net spindle-output => hm2_5i25.0.7i76.0.0.spinout
net spindle-enable => hm2_5i25.0.7i76.0.0.spinena
net spindle-ccw => hm2_5i25.0.7i76.0.0.spindir
the "hm2_5i25.0.7i76.0.0.spindir"-contact to RV-input on the vfd.
Then you could do a bit of logic in the hal file:
net spindle-output => hm2_5i25.0.7i76.0.0.spinout
net spindle-enable => hm2_5i25.0.7i76.0.0.spinena
net spindle-ccw => hm2_5i25.0.7i76.0.0.spindir
net spindle-enable => and.vfd-fw.in0 =>and.vfd-rv.in0
net spindle-cw => and.vfd-fw.in1
net spindle-ccw => and.vfd-rv.in1
net vfd-fw <= and.vfd-fw.out => hm2_5i25.0.7i76.0.0.spinena
net vfd-rv <= and.vfd-rv.out => hm2_5i25.0.7i76.0.0.spindir
Last edit: 20 Oct 2020 15:04 by Aciera. Reason: hal code suggestion does not work as spinena is connected to spinout in the 7i76
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23178
- Thank you received: 4861
20 Oct 2020 14:50 #186695
by andypugh
So you did, sorry.
I think that the issue is that the outputs of the mesa spindle interface are spindle-on and spindle-reverse. So when the spindle is running backwards both the FWD and REV inputs to the VFD are active, and it interprets that as a FWD.
You might need to move the VFD FWD terminal off of the 7i76 spindle connector and use a GPIO pin instead. (I don't think that the spindle connector on the Mesa card is configurable)
An alternative is to use a small relay to disconnect the "FWD" signal when the "REV" signal is high.
Replied by andypugh on topic vfd reverse hitaachi w200
i post ini and hal files in first message
So you did, sorry.
net spindle-output => hm2_5i25.0.7i76.0.0.spinout
net spindle-enable => hm2_5i25.0.7i76.0.0.spinena
net spindle-ccw => hm2_5i25.0.7i76.0.0.spindir
...
net spindle-enable <= motion.spindle-on
net spindle-cw <= motion.spindle-forward
net spindle-ccw <= motion.spindle-reverse
net spindle-brake <= motion.spindle-brake
I think that the issue is that the outputs of the mesa spindle interface are spindle-on and spindle-reverse. So when the spindle is running backwards both the FWD and REV inputs to the VFD are active, and it interprets that as a FWD.
You might need to move the VFD FWD terminal off of the 7i76 spindle connector and use a GPIO pin instead. (I don't think that the spindle connector on the Mesa card is configurable)
An alternative is to use a small relay to disconnect the "FWD" signal when the "REV" signal is high.
The following user(s) said Thank You: Aciera
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 4026
- Thank you received: 1738
20 Oct 2020 14:58 - 20 Oct 2020 15:03 #186699
by Aciera
Replied by Aciera on topic vfd reverse hitaachi w200
Ah, I think Andy could be right. The spinena might be connected to the spinout on the 7i76. So you would use the spindir output to channel the spinena signal to either FW or RV-input of your vfd.
I just checked in the manual:
So Andy has it right.
I just checked in the manual:
The SPINENA output is special as it uses the same signal that enables the analog output. When the analog output is enabled, theSPINENA OPTO output is on.
So Andy has it right.
Last edit: 20 Oct 2020 15:03 by Aciera.
Please Log in or Create an account to join the conversation.
- jefsaro
- Topic Author
- Away
- Premium Member
Less
More
- Posts: 98
- Thank you received: 3
20 Oct 2020 15:10 #186700
by jefsaro
Replied by jefsaro on topic vfd reverse hitaachi w200
i test , but error
Please Log in or Create an account to join the conversation.
Time to create page: 0.090 seconds