08-26-2005 05:52 AM
08-26-2005 06:03 AM - edited 08-26-2005 06:03 AM
Are you using thread-safe techniques for transferring the data from the Asynchronous Timer? This is a common source of unexplainable data behaviour. The CVI sample in toolbox\asyncdem.cws illustrates one approach to solving this problem.
JR
Message Edited by jr_2005 on 08-26-2005 12:05 PM
08-26-2005 11:24 AM
02-16-2006 08:59 AM
02-16-2006 10:25 AM
04-27-2006 09:53 PM
05-02-2006 04:33 AM
Hi,
could you please re-post this question on either the DAQ message group, or the LabVIEW one and then post the link back here.
You say the temperature readings error, but not in what way - do you mean you get an error when reading the temperatures, or do you mean the temperatures read are wrong?
As per the thread originator, if you stop the code, and re-start it, does the problem immediately dissappear?
It sounds as if the data isn't becoming available in time, and then some math is being performed to convert it to temperature, and this is where the error (if it's a temperature error) is coming in, although without seeing the code that's only a guess.
If you could also post your code cut down as much as possible so it still reproduces the error, that would really help too, and then I can investigate further for you, but I think we need to move it over to either the DAQ forum, or the LabVIEW one first.
http://forums.ni.com/ni/board?board.id=250
http://forums.ni.com/ni/board?board.id=170
Thanks
Sacha Emery
National Instruments (UK)
05-03-2006 05:35 AM
Hi Emery,
Ok, I already post the question on the, http://forums.ni.com/ni/board/message?board.id=170&message.id=182306
The program is running continuosly, The problem is The data acquisition temperature only correct for few hours,
and if I stop the code, and run it again, and everything immediately works fine every time.
Actually I had ever thought to use CVI, but it seems what john's experience just give the same condition.
oh ya, in the link I already attach my code, If some one has suggestion. I really appreciate it
Thank you,
Best regards,
irwan
08-23-2006 11:43 AM