Jump to content

Don Kirkby

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Contact Methods

LabVIEW Information

  • Version
    LabVIEW 8.6
  • Since
    2009

Don Kirkby's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Since my previous post, we've gone through the process of publishing a certified LabView Instrument Driver. You can download the driver in Labview from the Help menu: Find Instrument Drivers.... Search for the keyword Zaber, select the driver, and it will be installed automatically. You can also download it directly from the Instrument Driver Network: http://sine.ni.com/apps/utf8/niid_web_disp...04400144F1EF859 You can find installation instructions and tutorials on our wiki: http://www.zaber.com/wiki/Software/Labview_Driver By the way, the certification process was really helpful, and didn't cost anything. I highly recommend getting certified for anyone publishing an instrument driver.
  2. Hi, this is Don from Zaber Technologies. Your timing is good, because I just spent the last few days writing a new set of labview demos for controlling our devices. The demo now lets you enter a list of commands, and it will execute each command and wait for a response before sending the next command. As for adding a delay after each command, here are three options: Leave the new demo as is. It waits for a response and then immediately sends the next command. Add a delay after each command, but make it the same delay every time. To do that, add a sequence frame inside the inner loop of the demo with all the current code in the first step and a timer in the second step. Wire a constant to the timer. Add a custom delay after each command. Do the same things as for the previous option, but also add a delay field to the request cluster. Then you'd have to unbundle the cluster inside the loop, rebundle the pieces that the MakeRequest subvi needs, and pass the delay to the timer in the second step of the sequence. Hopefully you don't need to go that far. I'm still working on the new demo, so it's not published yet. I'll send you the work in progress, and I'll publish it here when it's done: http://www.zaber.com/wiki/Software I'll probably link to a separate Labview tutorial page from there. If anybody is looking for it in future and can't find it, just ask at our contact page: http://www.zaber.com/contact/
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.