03-05-2010 12:58 AM
I am new to LabVIEW. I am acquiring my temperature data from 20 T type thermocouples using Agilent 34970A. I get an error that timeout occured before the operation terminated.
Please debug the attached vi.
03-05-2010 03:52 AM
03-05-2010 04:15 AM
03-05-2010 05:14 AM
03-05-2010 05:30 AM
03-18-2010 01:52 AM
03-18-2010 09:58 AM - edited 03-18-2010 10:00 AM
First, you post a VI that is password protected and then you screenshots in some proprietary format and on top of that, ask for help ASAP. Are you serious? Skip the screenshots in power point and remove the password protection.
If you ever decide to attach images, attach them directly and use png files.
03-18-2010 10:48 PM
Hey Dennis,
Sorry for that. I almost forgot to remove password protection. The password is GEPMcode. make sure GEPM is in caps. We need to protect VI's where i am working right now. Unlock it and you can go through. Please also go through the subVI's if any changes needs to be made.
Thanks,
Tigs
03-19-2010 10:25 AM
I don't understand at all the convoluted logic for selecting the true case and using the initialize function. There is no need at all for any case statement and you should always be running the initialize function. Configuring as serial or GPIB is done automatically based on the VISA Resource Name. Also, if you are going to use the 115200 baud setting, make sure you select this before the VI runs. In either selection mode, make sure you have the instrument set to match before running the VI.
p.s. Why are you using an older driver and not the most recent project style driver?
03-19-2010 11:42 AM
Actually i wanted to update the serial port parameters. So if the parameter values are changed then it eil execute the true case and it will update the serial port parameters. So Initialize VI will not execute every time in the loop. It will execute if only parameters change
I was not able to get those drivers from NI site as it showed some error. So i downloaded those from Agilent site. PLease, can u see the parameters set in the subVIs and guide me on that too. I am using 34901 multiplexer card and the instrument is Agilent 34970A.