09-05-2007 08:23 PM
09-06-2007 10:38 PM
09-07-2007 08:14 AM
Hi Sam
Multi sockets means I use parallel model for 2 UUTs, socket0 utilize 0-7 channel, socket1 utilize 15-22 channel, there are often some data acquistion steps who has dummy data, for instance, a limit between 3V-5V, but the result shows 0.1V.
09-07-2007 09:58 AM - edited 09-07-2007 09:58 AM
Message Edited by Sam R on 09-07-2007 09:59 AM
09-10-2007 08:53 PM
Hi Sam R
I am using customized parallel model but just a little changes from original.
Every step of LabVIEW code to access DAQ dose open a new task and close the task when finish the step, and the driver is DAQmx, NI said it is multithreading safe, but I still need to lock the DAQ access blocks otherwise the card often crush.
But now I have locked related blocks regardless it is DAQmx, the sequence is better. The same case happen at serial port, if one socket have a long time reading of RS232A, another socket often has error, when I reduce the timeout time from 5 to 1, the serial ports are better than before, but still has error sometimes, I guess the two serial port has only one controller chipset:).
Another case is the DMM read step type can often not get value, see attachement.
Thanks very much. Sam