Analog Node samples once every 5 secs and transmits straightaw​ay- How do I know data has arrived at the gateway ?

Hi,
   My analog node is set to sample at a certain frequency, say once every 5 seconds. How do I know that the data has arrived at the gateway from the VI on my computer ? Is there an event listener for incoming data ? Really appreciate if someone can enlighten me on this.  Thank you very much !
Regards,
Xinke 

Hello Xinke
Thank you for your post, please correct me if I have misunderstood but from your description it sounds like you are looking to detect that the data is being transferred correctly from your device to the PC.
In the LabVIEW example finder there is a section on DAQmx events under the hardware heading, I recommend that you look here, the title of the example is Acq&Graph Voltage-Int Clk-EveryN&DoneEvent, I also recommend that you play with this vi to see how you can use the events with DAQmx.
Another way to check that your task is functioning correctly would be to create a Boolean indicator for the error status, I have created a small section of code that illustrates this.
If you have any further questions, please get in touch.
Regards
Stephanie L
Applications Engineer
National Instruments UK and Ireland
Attachments:
status.vi ‏16 KB

Similar Messages

Maybe you are looking for