03-24-2008 11:13 AM
do {
->GPCTR_Watch(CNTVI, ulGpctrNum, ND_ARMED,&ulArmed);
Sleep( 10 );
Wait( 0.01 );
} while ((ulArmed == ND_YES) && !IsAborted() && GetTickCount()-tick < 4000 );
->GPCTR_Read_Buffer(CNTVI, ulGpctrNum, ND_BUFFER_START, ulReadOffset, ulNumPtsToRead, ulTimeOut, &ulNumPtsRead, pulBuffer);
With all that knowledge can anybody suggest what I need to do to fix it? If a real cause is not found (known) can implementing retries help?
The system was developed by another developer, as far as I understand the problem is intermittent. If we're suspecitng a noise in the system, how can I eliminate it?
Thank you very much for any insight.
J.
03-25-2008 05:57 PM