Hi Richard,
Within each of those VIs you have mentioned, the way the driver parses the data is based on the return string in fixed format mode.
Also it reads the data until it sees a character return.
If it is missing some data, the LabVIEW application may be conducting another operation, or another situation where this may occur if the data is returned back in historical mode, and the DT85 may be sending back an immediate response, which does not quite fit the format.
Apologies for the numerous assumptions without seeing the application.
I will talk to Rudy further about the code, and it may take me a little while to respond, as I'll work on the question outside work hours.
However if you wish to understand further of how the driver parses the strings returned from the dataTaker, I made sure the VI, DT8x DecodeRecord.vi was documented and tested as much as I could. However I may have missed a test scenario.
Have a look into the VI, and see the documentation and the Tech Note, "TN-0046-A1 - DT80 Series fixed format mode"
For the documentation, refer to the link, which is also within the driver itself.
Cheers,
Anthony
Hi Richard,
Within each of those VIs you have mentioned, the way the driver parses the data is based on the return string in fixed format mode.
Also it reads the data until it sees a character return.
If it is missing some data, the LabVIEW application may be conducting another operation, or another situation where this may occur if the data is returned back in historical mode, and the DT85 may be sending back an immediate response, which does not quite fit the format.
Apologies for the numerous assumptions without seeing the application.
I will talk to Rudy further about the code, and it may take me a little while to respond, as I'll work on the question outside work hours.
However if you wish to understand further of how the driver parses the strings returned from the dataTaker, I made sure the VI, DT8x DecodeRecord.vi was documented and tested as much as I could. However I may have missed a test scenario.
Have a look into the VI, and see the documentation and the Tech Note, "TN-0046-A1 - DT80 Series fixed format mode"
For the documentation, refer to the link, which is also within the driver itself.
Cheers,
Anthony