10-31-2017 12:10 AM
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.
10-31-2017 01:33 PM
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