09-19-2012 04:19 AM
Hi together
I am very new to Labview therefore I have lots of questions
Does anybody have an example of how to use the flex command in a Labview VI? I already have the Programmers Guide of HP but a working example would help me to program my own VI.
Thanks 🙂
Solved! Go to Solution.
09-19-2012 01:33 PM
First of all, identify what type of communication you have wih your device. i.e. GPIB, USB, Serial etc.
If GPIB is the right way, you may then use the measurement & automation explorer to find the GPIB address (if you don't know).
Then, go to "Find Examples" in Labview and see the GPIB communication examples that LabView has builtin. This will help you send commands and recieve replies from the instrument. If more detailed controll is required, you might endup creating a more advanced VI that can set the instrument with the parameters you define, then read the results.
Another way around this is to find the LabView instrument drivers where most of the time, it contains an example of sorts for device communication.
09-19-2012 01:57 PM
09-20-2012 01:59 AM - edited 09-20-2012 02:00 AM
Hi zerotolerance and Albert.Geven
Yes, it is a GPIB communication.
Thank you for your reply. With that those clues I am able to begin 🙂