01-20-2007 10:09 AM
01-22-2007 09:37 AM
01-22-2007 03:02 PM
Travis,
We're using LabWindows/CVI version 7.0 and TestStand 3.0. We are sending a 1KhZ tone to our radios and conducting audio measurements with the returned audio.
Tony
01-23-2007 09:32 AM
02-02-2007 07:40 AM
I've been playing with my PXI system now for a few days and I've got the PXI-4461. So far, integration has been pretty easy. I'm using it as a digital signal analyzer (isn't everyone?) and the only issue I've noticed is a memory issue with configuring the board. I put everything in a loop that would configure, read and display a signal. Well, the configuring part eventually crashes LabVIEW. I know this is poor programming and I have since put the configuring portion in a case structure so it only configures when I ask it to but I thought I'd share anyway.
Tony, the soft panels give you a good idea of how you'll interact with the PXI-4461 but I've found that I don't use the tasks at all. My users want to be able configure the board whatever way they want and creating tasks is kind of like hard coding a configuration. I guess you could do that if you want to make sure that your users didn't inadvertantly send something that would cause an error. My users are all 'mad scientists' that want to be able to change everything whenever they want to.
Travis, I will definitely have to check those example VIs out. Thanks!
Does anyone have any code that they'd like to share that uses PFI0 input? I'm guessing thats a trigger?
Thanks,
Ben
02-05-2007 06:42 PM
Hi Ben. PFI0 is typically used as a trigger which can start or stop an acquisition on another line. You will find a lot of examples on how to use PFI lines in the NI Example Finder. This can be accessed in LabVIEW by clicking on help>> Find Examples. As a general rule, any DAQmx example that uses triggering will use the PFI0 as a default. A few examples to look into are: Acq&Graph Voltage-Int Clk-Dig Start.vi and Cont Acq&Graph Voltage-Ext Clk-Dig Start.vi. These are DAQmx analog input examples and should provide basic examples of the use of PFI lines.
Good luck with your application and I hope you continue to enjoy your PXI system!
Brian F
Applications Engineer
National Instruments