LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get and display sample time in LINX interface for labview?

How can I get to display the sample time on my waveform graphs as I am continuously sampling and I haven't defined a sample rate?

0 Kudos
Message 1 of 2
(3,861 Views)

For questions regarding LINX, please post on the LINX forums.

However, it is not possible to guarantee the sample rate (unless it's relatively slow) when interfacing with an Arduino (using the simple "analog read").  It will simply run as fast as possible unless you add extra delays into your code.  When you post in the LINX forums, you should explain in detail what you are trying to achieve and it is usually helpful to attach your VI.

Message 2 of 2
(3,334 Views)