LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Timming

Estoy realizando un proyecto escolar y me encuentro con este pequeño problemita que aun no he podido resolver:

oprimo un boton , debe pasar cierto tiempo y se encendera un led.

estoy tratando de hacerlo con flat sequence pero no le hayo aun...... Alguna ayuda por ahi!!

0 Kudos
Message 1 of 2
(2,851 Views)

The digital write VI doesn't have to wait at all because it is executed immediately after reading the digital pin.  You need to intercept the data flow with the wait VI.  If you learn a little about "data flow" in LabVIEW, it will make more sense.

Also, if you are using an Arduino Mega, you must use a baudrate of 9600 which you need to set manually as an input to Init.vi.

0 Kudos
Message 2 of 2
(2,416 Views)