From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying angle of rotation of the motors in the NXT screen

I need to create a program which will allow the motors to run until they rotate 2100 degrees and then stop the motors. While the program is running I need to display my name on the 1st row of the nxt screen and the angle of rotation on the 2nd row of the nxt screen. I could not figure out how to display the angle rotated on the nxt screen.Here is a snippet of my LabVIEW program. Any help will be appreciated.Thank you.

how.png

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

Try using the Number to Decimal String to convert your integer(2100) into a string and then send it into your text function

 

Matthew C.

NI | AE

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