Control 2 stepper drivers 6036-E card?

I have 2 third party stepper drivers that take Step/Direction/Enable inputs.
Enable is low-active and I am not using it.
I want to control both motors from my 6036-E card and SCB-68, but do not need to control both at the same time.
The standard example code for pulse train generation running in parallel with standard example code for DIO line control does the trick for an individual stepper driver. 
The problem is when I try to do both.  I recognize that one pulse generator uses both counters, so I need to "release" the resources of the first pulse train generator before I attempt to control the second driver.  I configure ctr/0 and DIO/Line0 for stepper 0, and ctr/1 and DI)/Line1 for stepper 1.
I have been attempting to use event structures to perform the task in the "blind" hope that the event structure will fully process the first event and close the task before processing the next event.
Can anyone take a look at the attached VI and tell me what I am doing wrong, or point me the proper direction?
Thank You,
Barry
Attachments:
XY Stage Manual Control.vi ‏95 KB

Attached find a .VI that will provide Step and Dir outputs for X-Y movement using a multifunction DAQ card.  Written in Labview 8.2.  Only one axis can move at a time becuase the vi's used for the step output uses both of the board's counters in order to function.
Barry
Attachments:
XY Stage Manual Control2.vi ‏106 KB

Similar Messages

  • Stepper drivers for LIFA

    Hi ,
    Could I please know what stepper drivers are compatible with labVIEW interface for arduino (LIFA)? I know the easy driver and the big easy driver work. Are there any other suitable stepper drivers? Can we use a L6470? Thanks in advance.
    Muditha

    National Instruments does not have any specific drivers that communicate with the drivers that you mentioned.  However, most stepper motor drives move using step and direction commands.  If you wish to control the dirve with LabVIEW you will more than likely need a DAQ device perhaps a USB-6008 or USB-6009 so that you can use labVIEW to generate the control i/o.  This Example includes code to generate step and direction signals using sw timing on a National Instruments data acquisition device.
    Regards,
    Isaac S.
    Applications Engineer
    National Instruments

  • Controlling Stepper Motor

    Hi All.
    I am pretty new to Labview, and am looking for some advice in controlling a set of two stepper motors.  I have some experience with controlling stepper motors, but previously I used Matlab to create a binary script that was read into Labview to create a motion that I desired for the two motors.  Now I am hoping to control the motors using coordinates read in from another system (not an encoder, but a completely different system).  I basically just want the motors to follow the X and Y coordinates as they are read into Labview from the other system.  Any ideas are appreciated.
    Thanks!
    Jacob

    By LabVIEW driver I'm ssuming you mean the DAQ drivers and I'm also assuming since you're using a DAQ to control the motors you don't have an actual motor controller which means you will have to write the code to perform the function of a physical motor controller.
    Since it sounds like you're starting with a pretty low-level interface, I would say the next step is to write a wrapper that lets you input a) Step Direction and b) No of Steps to make in the direction
    Then you could use that function within what will ultimately be your "motor controller" which will keep track of where the motor currently is based on previous steps, and use that to enable the use of an absolute position your high level input.

  • Graphics card Quadro K4200 don't work with cuda in Adobe Premiere CS 6 version 6.0.5. Maybe they are bad drivers for graphics card? How to solve this problem?

    I have purchased graphics card Quadro K4200, but graphics card don't work with cuda in Adobe Premiere CS 6 version 6.0.5. Maybe they are bad drivers for graphics card? How to solve this problem?

    Did you use the nVidia Hack http://forums.adobe.com/thread/629557

  • Updating Drivers for video card?

    I have a G5 Quad with an Nvidia Geforce 7800 GT video card (installed by Apple at the time of purchase). I wanted to see if there were any new/updated drivers for my card, but when I go to Nvidia's website the card is not listed, nor are any Mac drivers that I can see. I checked Apple's site, CNET Downloads, and Google, but I'm coming up with nothing.
    How are the drivers for video cards updated? Are the drivers included in various OS updates? Am I just looking in the wrong places?
    Thanks.

    Thanks, maclover. And thanks for the warm welcome
    My problem is specific to a piece of software... I'm using Lightwave, and recently added FPrime to Lightwave's functionality. FPrime is a third party plugin, and is widely used in the Lightwave community.
    The problem is that if I open FPrime before OpenGL renders the objects in a scene on screen FPrime crashes (hard)... it's like a kernel panic and my only option is to shut down and reboot. However, if I let OpenGL render the objects first then FPrime opens fine.
    I'm an active member of the Lightwave community, and I've been in contact with the maker of FPrime regarding this issue. My question about drivers stems from the fact that usually if something like this occurs then it may be related to the need to update card drivers.
    Thanks agian.

  • LAbView control of EG&G Trump Card

    Dear Users
    I was wondering if anyone out there has used LabView to control an EG&G
    Trump card. I understand that there is a software kit available from
    EG&G - the UMCBI Development kit that allows this to be done but our
    local agents do not know of anyone having done so. Ideally we'd like to
    be able to start and stop the card from within a Labview envirnment and
    to copy the buffer/data over to the LabView prog for analysis.
    Any advice welcome (within reason).
    Andy Beeby
    Dept of Chemistry
    Univ of durham
    Durham
    UK
    [email protected]

    You downloaded a LabWindows/CVI driver, not a LabVIEW one. Not at all sure where you got anything at all for LabVIEW 7.1. The LabVIEW driver is only available for version 8 or higher. You can post it to the Version Conversion board after you download it. It's not much of a driver though.

  • Controlling rotation stage with NI card/controller

    I am trying to control a rotation motor (Velmex). I have a NI PCI-7414 card and NI MID-7604 stepper motor drive already installed. My problem is in how to actually send commands to control the motor via LabVIEW software (ValueMotion). I am not extremely software inclined but I know the basics of LabVIEW. Has anyone done this before and can help. Thanks -)

    Hello,
    Thank you for contacting National Instruments.
    One good starting place for motion control is to use the Measurement and Automation Explorer (MAX) program to setup and test your motion controller. If you are using the PCI-7314 with ValueMotion 5.0.2 (latest version), then you should be able to use MAX. If not, I highly recommend upgrading to 5.0.2. Also note that ValueMotion is an obsolete product, so updates are no longer being made.
    For assistance with MAX, please see the following tutorials (note that the tutorials are based on the newer software, and will look a little different for ValueMotion):
    Axis Configuration
    Axis Settings
    Trajectory Settings
    To use the motion controller in LabVIEW, I recommend first taking a look at the example programs. ValueMotion will install example VIs for simple move operations in the LabVIEW\examples\motion\ValueMotion folder.
    Another good starting place is the following tutorial (the example VIs in the tutorial are based on the newer motion software, but the same basic procedure applies with the ValueMotion VIs):
    Fundamentals of Motion Control
    Hope this information helps out. Let me know if you have any further questions.
    Best Regards,
    Jesse D.
    Applications Engineering
    National Instruments

  • I want to run a stepper motor using FPGA card 7851r with 9474 driver C rio 9151 is it possible or can i do in LABVIEW CVI

    Hello i want to run Stepper with 7851 R FPGA card with 9474 driver of crio chasis but i am not able to understand how to proceed .Or can opt this option by using lab view CVI
    Solved!
    Go to Solution.

    Hi SHV,
    actually I don't know in which context you want to use your existing hardware for your stepper motor.
    1. The hardware, which you describe, is/was used for which application? ( data acquisition, controlling a system, etc)?
    2. Did you buy the hardware especially for the motor application?
    3. You don't know how which signals are required for your stepper motor.
    Here are some basics from NI about motor control
    Fundamentals of Motion Control
    http://www.ni.com/white-paper/3367/en
    NI Motion Control Technical Library
    http://www.ni.com/white-paper/3054/en
    4. Why do you get the idea the digital output module 9474 is suitable for the stepper motor?
    I would recommend to talk directly to the customer support, so we can figure out in detail your aims about
    the application. Contact your local NI office or request
    a service request on following website:
    Service Request Manager
    https://sine.ni.com/srm/app/login/p/tab/getassistance
    Kind regards,
    RupiDo

  • LabVIEW drivers for I2C card (PCI93LV) from Calibre

    Hi, I have a PCI93LV card from Calibre (UK) that interfaces with I2C buss. I'm trying to control that card from LabVIEW, but I don't have any drivers. Can anyone please advise or suggest any solutions? My operating system is Win98. Thank you in advance.

    I developed a set of VI's a couple of years ago to handle the interface with those boards.
    I just called the functions that where available in the supplied dll.
    Watch your calling convention and it should be straigth forward.
    Sorry, I am not permitted to give away code (gotta feed the family).
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Stepper motor and NI6025E card

    I want to control a stepper motor with a 6025E National instrument card. My stepper motor is controlled with a microstep controller.
    Does anybody have already done that ? I am interested by some examples...
    Please HELP me...
    Frederic
    [email protected]

    I don't have any examples but I have done this before and it's not that difficult in principle. Getting precise timing can be tricky, and you'll have to use counters rather than the regular DIO ports for that kind of precision.
    I had an MC3479 stepper motor driver to control each motor (there were 2). The way I did it was to use a counter for the clock signal and the DIO ports for control. I generated a gated pulse train on one of the counters, with a DIO pin (DIO 0)as the gate. The Direction, Full/Half step, and other control lines were also connected to the DIO port. I just wrote out whatever data word I needed to setup the motion I wanted, with the pin 0 high to let the clock move the motor. The motor had to be stopped by clearing bit 0, which I had after a tim
    ing delay that was changed in the program. It required a little calculation to get the time delay matched with the frequency of the pulse train to get the number of steps I needed, and it was only approximate; I wasn't worried about exact position as much as being able to adjust the position dynamically.
    For precise position you might try using just a digital line to increment the clock. This is simplest, but the timing will depend on your program. You can also use the other counter for a very precise gate signal, which gives accuracy as well as time-specific rotation, but uses the other counter and is programmatically more complex.

  • Can't find drivers for memory card reader

    I downgraded my laptop to Windows 7 and now recently i did a clean install again, and i can't find the card reader driver again to read sd cards, i tried using hp site to recognize my hardware and they say " there is no drivers for your product" or something like that, which is weird because i know that there is many drivers for Windows 7 i even downloaded some a long time ago...i think Hp Support Solutions Framework is broken, and Hp Support Assistant software for pc don't return me drivers too...
    This question was solved.
    View Solution.

    Hi,
    Actually drivers page has been taken offline:
        http://support.hp.com/us-en/product/HP-Pavilion-14-Notebook-PC-series/5401217/model/6463644/drivers/
    Please wait OR use following instructions to get missing hardware id's then post back:
       http://www.wikihow.com/Find-Hardware-ID
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • I cannot open any photo in Photoshop CC 2014 after upgrade the application and drivers of video-card.

    Since I have made an upgrade of Photoshop CC 2014 I got a lot of problems.
    At first, I could not open any pictures in Photoshop. It works only if I disable "Use Graphic processor". I installed a new driver for my video-card, but it did not help. I use AMD FirePro V4800 for 10-bit colour.
    I had to return the system to the restore point (before the upgrade), then it worked somehow, but not stable. ACR from time to time had a blue screen with a white cross.
    Now I tried to install drivers for my video-card again, but it resulted in the same issue: Photoshop cannot open any photo. (Other converters and editors and also a new Lightroom work well).
    I use Win7x64, i7 2600, 16 Gb RAM, two SSD's, AMD FirePro V4800. I have never had any problems before the upgrade. And I do not want to reinstall Photoshop because I would have to reinstall a lot of plug-ins, I have already lost a whole day.

    Glad it's not just me!
    Interestingly, when I spoke with Apple, I tried it in a new user account and the problem went away. Apple said to speak to Adobe which I have done and after deleting settings/prefs again the problem remained. Adobe say as it's fine in a new account then it's an Apple issue not Adobe.
    I did find a workaround for now though, when using file - open, set it to list view instead of column view - this fixed my problem but sadly I'm used to working in column view so it's not ideal!
    I also got the same error message when trying to replace a set of brushes yesterday too. I need to go back to Apple now but just need to schedule some time to sit and troubleshoot!

  • Drivers for network card Extreme 802.11 n

    I´m running Mac OS X and windows vista on bootcamp.
    Mac OS X is functional, ofcourse, but Vista doesn't recognise the network card.
    I need Windows drivers for this.
    Where can I find this?

    I know you may have already tried this but have you already installed the boot camp drivers on vista? They can be found on the Leopard install disc. The drivers for all hardware should be on that.

  • Media key volume control stepper, how to change?

    So I just started using kdemod, and I got my multimedia keys working but I'm wondering how to change the volume stepper? Right now it changes the volume by 10% for every step made by my media volume control keys. I would like to have it set to something more sane like 2-3%. Anybody know what I'm talking about or can offer some help? Thanks.

    Hi,
      "Default value" tab is in Work center. Check for the same in CR02 (Workcenter change view)
      In CA02, in Operations Overview, you can change the control key in the routing.
      Hope this is clear now..
    -Thaila Shree

  • I am using field point to replacement plc, i need to control stepper motor by using field point, what module should i buy and how to control it?

    Can i use FP-PG-522 or FP-PWM-520 to control the stepper motor.

    Cheeking,
    I think Aaron has answered this query at: http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000E16E0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0
    Pravin

Maybe you are looking for

  • Disk utility hangs during disk verify

    Initially 'disk verify' registered errors on exit - minor error/issue it said,some kind of header problem, so I ran disk utility off the install disk. Now the machine's native version of disk utility hangs during disk verify, blue & white spirals for

  • Unwanted drop shadow showing up on shape objects - BUG?

    Hi all, I am currently using photoshop cc 2014 and pasting vector objects in as a "Shape Layer" - for some reason a shadow is showing up around every object i create since i upgraded to cc 2014 but it is NOT a layer style. How do i remove this? is it

  • Homogeneous System Copy - Installation of Database Instance not possible...

    I try to create a SAP NetWeaver 7.0 SR3 Portal based on a homogeneous SAP System Copy. Therefore I already installed in a first step (first option within SAPINST for installing a target system of a system copy) the Central Services Instance successfu

  • Is it possible to do this with Flash...

    I have this little problem with my blog on MySpace and I'm curious to find out if I can solve it by creating a Flash header/game for my blog that will solve it. I experience routine cycles where on certain days I will get tons of hits, usually this i

  • Cannot back up using Time Machine - MacBook OS X 10.5.8

    Hello there I am having trouble backing up my files using Time Machine. I was using an old external hard disk. When I started using Time Machine, I didn't know about partitioning it. It worked for about 2 years until around the February of this year.