LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Other methods

Hi everyone,
i couldn't find a thread close to my question so  i posted it here.
 
Is there possible a way to use other kind of methods like another driver which the labview program is able to communicate and run the vi.? instead of using NI applications?
 
Thank you
0 Kudos
Message 1 of 7
(3,649 Views)
Sorry, I don't understand at all what you are asking. Another driver for what? What VI are you talking about? What other application are you thinkg about using and what NI application are you using now?
0 Kudos
Message 2 of 7
(3,638 Views)
Okay, is the labview program able to run without NI application, when i'm hooking to a device or a software program?
 
 
0 Kudos
Message 3 of 7
(3,635 Views)

Is what LabVIEW program able to run without which NI application? I still don't know what you really want. Are you talking about creating an exe where you don't have to have the LabVIEW development environment installed? If that is what you want to know, then yes. The professional version of LabVIEW comes with the app builder and you can also purchase it separately. You can create an exe with it. You will need to install a LabVIEW run-time engine on each pc where you want to install the exe.

If that is not what you are asking, use a bit more of the message body to more fully explain. If you are having difficulty explaining it in English, post your question in your native language.

0 Kudos
Message 4 of 7
(3,630 Views)
Ooh, what i mean is i'm currently using NI GPIB-USB cable to connect to a hardware device for running vi program, if i'm using another method like maybe a driver or something instead of NI application, can the vi still detect the device and run the program?
 
Thank you
0 Kudos
Message 5 of 7
(3,626 Views)
VIs and instrument drivers are NI applications so I'm still not understanding what you mean by 'NI application' but if you choose to use a different instrument driver, then your program has to be written to use that driver. For example, if you are using a LabVIEW plug and play driver and wish to use an IVI driver, your program would have to be changed to use IVI. On the other hand, if you are using an IVI class driver in your program (not an instrument specific IVI driver), then if you switch instruments, install the IVI specific driver for that instrument, and re-configure MAX, then your program does not have to modified. In theory anyway.
 
If what you mean is if you install a different program that communicates with the same instrument, will your LabVIEW program still work, then yes, as long as you don't run both of them at the same time.
 
If the above is not what you are asking about, you should add some definitions to your questions. There still seems to be some confusion over the terms 'other method', 'driver',and 'NI application'. Points are not awarded to keeping a question brief. It's much better to provide a very concise question. All of the information in your last post should have been present in your original question.
Message 6 of 7
(3,619 Views)
Ahh, thanks for your reply.
0 Kudos
Message 7 of 7
(3,607 Views)