04-06-2006 07:50 AM
04-20-2006 03:01 AM
04-20-2006 08:37 AM
04-21-2006 09:51 AM
I had this same problem a while ago. Basically, Teststand IVI functions are for IVI class drivers (Power Supply, DMM, Scope, etc). The power supply IVI class driver is actually for DC power supplies. That Chroma PSU is a AC/DC power supply and it uses a IVI custom specific driver, it does not use the DC power supply IVI class driver. I ended up using the Chroma drivers in Labview & called that code in Teststand.
For more information on the IVI definitions of class drivers and such, see http://www.ivifoundation.org/.
06-10-2010 01:46 AM
HI,
I wanted help on creating IVI drivers for Chroma DC power supply.
I have the .dll file for this supply, but when i take the address and send the command using VISA, I get an error saying invalid session.
So is there any procedure to follow for IVI class drivers. Cant we send command using VISA Write and Read?
Regards,
Sailesh
06-10-2010 09:47 AM
What do you mean by 'creating IVI drivers'? You say that you have the dll which implies that you already have the IVI driver.
No, the IVI resource is not the same thing as a VISA resource. Why are you trying to use VISA Write and Read with the class driver?
06-10-2010 11:30 PM
Hey Dennis,
It shows the IVI driver for this particular instrument in MAX.
I would like to know how to go ahead with creating softpanel with the help of these drivers.