12-28-2015 01:42 PM
Hi,
I have been working on writing LabVIEW instrument drivers for DigiVAC Model 450 Pressure Controller using VISA.
I have tried searching on the ni.com/idnet but could not find a driver. It would be great if anyone can help me in this regard.
Thanks
Srikar
12-28-2015 02:21 PM
12-30-2015 01:56 PM
Hi Dennis_Knutson,
I have initially communicated with the instrument using NI MAX. By using the commands in the manual I am able to give a setpoint, change to remote mode etc.
Then I tried creating a driver using the VISA blocks. But somehow I am not able to give a setpoint using the VISA write block. I am unable to figure out the reason for this.
I am attaching the DIGIVAC 450 manual,LabVIEW project and commands screenshots for your reference.
Thank you.
Srikar
12-30-2015 02:31 PM
12-30-2015 02:33 PM
12-30-2015 02:46 PM
Thanks a lot. It is working now.
In MAX I have just given the following commands:
*v123.0 <cr> <lf>
*v123.0
Both of these commands have worked in MAX. I have not used \r and \n .
12-30-2015 02:53 PM