10-08-2008 10:17 AM
Hello all together
I have a problem with CCP
I've tried to read the property samples pending but I get the an error that this is not
possible with the communication settings.
And the other problem i have with ccp is that I don't get any timestamp back from the daq read-VI.
Is their a possibility to get a timestamp if you read more than one sample its inpossible to create for every sample an system timestamp
I use the usb-can 8473
Solved! Go to Solution.
10-09-2008 11:02 AM
You are right. It seems that doesn't work. Let me look into this. I let you know as soon as I have an answer.
DirkW
10-10-2008 07:26 AM
10-16-2008 08:53 AM
The problem here is that you have to manualy start the daq list if you like to use the "samples pending" attribute. See the attached VI as an example.
Normaly bthe DAQ list becomes started with the first call of the DAQ Read VI.
However, that doesn't help users like you, who have a USB CAN device. These devices do not support this property, thus the attached VI will bring an error telling you about it.
DirkW