06-26-2006 03:55 PM
06-26-2006 04:06 PM
06-26-2006 04:17 PM
thanks a lot..! i will probe it... but in the example of the driver.. i have the option to put in com1, and with that i have probed.
06-26-2006 05:01 PM
06-30-2006 01:15 AM
06-30-2006 08:04 AM
You've got a bit of work ahead of you. I looked at the SR530 driver and it uses LabVIEW's GPIB Read/Write functions and not LabVIEW's VISA Read/Write. VISA is the current API for both serial and GPIB communication so usually, the adaptation is simpler. You can replace all of the GPIB Read/Writes with VISA Read/Writes as a starting point. You'll probably have to also add some additional code to set the correct termination characters that serial instruments usually require. The important part of the driver is only one VI (SR530.vi) so the modifications wouldn't be that difficult. You could also just use the Instrument I/O Assistant for controlling it.
p.s. The original thread was about a different instrument. What you did is called thread hijacking and is kind of frowned upon. In the future, start a new thread.
04-04-2007 10:26 AM
04-04-2007 10:41 AM
05-19-2007 01:11 PM
hello,
thank you for your reply, I donwnloaded the driver and I run it succefully, but as i want to get the hysterisis loop from the oscilloscope to the screen of PC i should work in x-y mode but the problem is that the scope don't run in this mode and send an error message it can run only in Main mode, if someone has an idea about the acquisition of hysterisis loop with this device his help will be appreciated.
thanks by advance
06-24-2008 01:56 PM