05-24-2006 02:03 PM
05-25-2006 07:35 AM
05-25-2006 02:33 PM - edited 05-25-2006 02:33 PM
Message Edited by nyc on 05-25-2006 03:33 PM
05-26-2006 01:58 PM
Hi Nyc
Thanks for having answered me! 🙂
I have tried to let just the most important wiring in my program, but it hasn't worked.
Actually i've resolved my problem (i think) cause i had used a "for loop" (if you have seen my program) and i changed it into a "while loop". Finaly i works (dunno why, but after trying everything i rested that lol...) Actually, i got some data in my excel file and the error message linked to the input parameter problem doesn't appear anymore. So it seems to be good. I had checked up the wiring of my close data file item, but everything were OK, then i have thought about my loop. I hope this will help some noobs like me...
Nevertheless i thank you very much for your help, i think i'm not finish yet with my program, it is just the beginning, so be aware of my next message 😉
Daron
05-29-2006 12:10 PM
05-29-2006 12:45 PM
06-12-2006 08:55 AM
Hi !!
I now have to use your kind of program, but i don't really know how it works...
Actually i have already made two differents program with LabVIEW 8.0 which run. One about voltage measurement and another one about resistance measurement. For both i get the measurement by HP34401 Multimeter and i show the resuslts on screeen and in the same time i save the datas in an excel file.
But i can't run the both programs. I have got a Keithley K-705 scanner that i must use for that but i don't really know how it works and how to switch channels... I use the GPIB port.
So how is it possible to get both informations by Keithley scanner in switching channels in order to permit HP multimter to give me both Voltage and Resistance measurments?
I have already hear about NI-DAQmX what is that??? is it easier to use it?
I don't know how VBA works neither Labtab, however it could probably be a solution for me...
Best regards
Daron (really noob )
06-12-2006 09:05 AM
There is a LabVIEW driver for the switch at http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=E3B19B3E94E3659CE034080020E74861 . If you don't have the programming manual for it, you should check with Keithley. Even with a driver, this is something you should have on hand.
DAQmx is a driver that is used for programming NI data acquisition boards. It's not relevant to any discussion of GPIB controlled instruments.
06-12-2006 12:31 PM
06-12-2006 02:18 PM
I haven't looked at the driver, but yes, it's usually just a matter of calling the functions as subVIs. Look in the driver for a VI with "Getting Started" in the name. If it exists, it's a high level example of how to call some of the more common functions. A lot of the "Getting Started" examples are not really designed to be used as a subVI itself and often nothing is wired to the connector pane. It's usually more efficient to call the individual functions.
The reason that I suggested you have the manual on hand is that understanding the driver's functions is easier if you can compare them to the descriptions of the instrument's commands and functions in the manual.