How to intergrate Arduino code to a Labview interface ?
hi
i have arduino due code , want control few elemts of through labview interface.
all example found controls arduino board directly through labview e.g. led esc..
how can integrate arduini code labview , contorl 2 parameters of code. ?
i have arduino due code , want control few elemts of through labview interface.
all example found controls arduino board directly through labview e.g. led esc..
how can integrate arduini code labview , contorl 2 parameters of code. ?
you should define protocol on serial between arduino - labview.
then can send sensor data or commands
you need pay attention how format data packets; typically use layout this
<field:value>
< start of packet
field identifier of sensor (1 byte enough)
: separator
value value ( 2 or 4 bytes)
> stop of packet
you can add checksums, timestamps, sequence numbers etc make more robust
then can send sensor data or commands
you need pay attention how format data packets; typically use layout this
<field:value>
< start of packet
field identifier of sensor (1 byte enough)
: separator
value value ( 2 or 4 bytes)
> stop of packet
you can add checksums, timestamps, sequence numbers etc make more robust
Arduino Forum > Using Arduino > Interfacing w/ Software on the Computer > How to intergrate Arduino code to a Labview interface ?
arduino
Comments
Post a Comment