06-29-2013 11:42 PM
Motors - 2 NI NEMA 23 stepper motors (780073-01 and 780077-01)
Motor Power Drive - NI MID-7604
Motion Controller - NI PCI-7334
To begin with I checked that the driver can deliver the necessary power to the motors. The 780073 requires .40 amp/phase and the 780077 requires .67 amps/phase. The driver I selected supplies 1.4 amps so the motors should work with the driver. I will be using LabVIEW for the first time this upcoming week so I'm trying to do some studying on the program this weekend. I have seen some people use Boolean structures to control when specific phases turn on. I found this post on this forum to be very helpful, but I don't have LabVIEW on my laptop right now. Can anyone please explain to me the steps (specifically what each icon means) that this person is taking and whether or not this is something that I can use?
http://forums.ni.com/ni/attachments/ni/70/8599/2/Pulse%20Output%20Modified.jpg
Original thread - http://forums.ni.com/t5/Digital-I-O/Drive-Stepper-Using-Digital-output-with-Pulse-sequence/td-p/6837...
Thank you,
Tony
06-30-2013 10:13 AM
@th12 wrote:
Motors - 2 NI NEMA 23 stepper motors (780073-01 and 780077-01)
Motor Power Drive - NI MID-7604
Motion Controller - NI PCI-7334
To begin with I checked that the driver can deliver the necessary power to the motors. The 780073 requires .40 amp/phase and the 780077 requires .67 amps/phase. The driver I selected supplies 1.4 amps so the motors should work with the driver. I will be using LabVIEW for the first time this upcoming week so I'm trying to do some studying on the program this weekend. I have seen some people use Boolean structures to control when specific phases turn on. I found this post on this forum to be very helpful, but I don't have LabVIEW on my laptop right now. Can anyone please explain to me the steps (specifically what each icon means) that this person is taking and whether or not this is something that I can use?
http://forums.ni.com/ni/attachments/ni/70/8599/2/Pulse%20Output%20Modified.jpg
Original thread - http://forums.ni.com/t5/Digital-I-O/Drive-Stepper-Using-Digital-output-with-Pulse-sequence/td-p/6837...
Thank you,
Tony
The 7334 controller come with a set of VIs, you should use these VIs (http://zone.ni.com/reference/en-XX/help/372134F-01/ni-motion_vi_help/about_ni-motion_software/). The thread you're refering to use DIO card to drive the motors so it is not relevant with your hardware.
If you never used LabVIEW I recommand you take a look at basic tutorials before anything else.
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
Ben64
06-30-2013 03:55 PM
Thanks for steering me in the right direction. I'll be sure to take a look at those resources.