08-13-2015 08:50 PM
Hi All,
Is it possible to use one of the Instrument drivers under Instrument I/O using VI Scripting?
Thanks
Paul
08-13-2015 11:51 PM - edited 08-13-2015 11:52 PM
What do you mean by "use one of the driver".? Please explain a bit more about what you are trying to do
08-13-2015 11:58 PM
What I am trying to say is to use one of the function of Instrument driver using vi scripting. For example one of the function of instrument driver is "OPEN CARDS", is it possible to call it directly using VI SCRIPTING?
08-14-2015 12:07 AM
As far I know you cannot do that (correct me if I am wrong). That is the command to the driver which you cannot transfer using VI scripting/VI server directly. Generally VI scripting is used for code automation and other things. You can find properties in VI server to access the settings of your driver. What driver are we talking about?
08-14-2015 12:10 AM
I am trying to make a vi to call directly the function of Pickering PILPXI Driver.