07-13-2006 03:47 PM
07-17-2006 07:17 AM
07-17-2006 08:52 AM
07-17-2006 09:17 AM
Hello,
I think the issue is located in the call at "CmtReadTSQData" (inside the Notify function).
In your call, you pass 0 to the last argument.
If you pass 0, the data you read is discarded from the TSQ.
You must pass OPT_TSQ_READ_PEEK to leave the data in the TSQ, so the same data can be read more than once (tipically by other threads).
Hope this help
07-17-2006 09:51 AM
Hi
In fact, the queue is working well, I can read the dat as I want but when I am acquiring data, the pid loop in not acting.
Thanks for your help , I think also that I had a mistake in that point
Estelle
07-17-2006 10:03 AM - edited 07-17-2006 10:03 AM
Message Edited by Andre_Saller on 07-17-2006 10:03 AM
07-17-2006 01:28 PM
thanks for your help, actually I had also a problem on my Pid loop...
estelle