LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview display

I am an instructor at Penn State.  LabVIEW is used in one of the labs using an 8 bit microcontroller for serial data transmission.  

When LabView displays 0010 in binary, four zeros are not displayed.

Is the full binary number 0000 0010 or is it 0010 0000.  

Thanks,

Ted Legarski 

 

0 Kudos
Message 1 of 4
(2,102 Views)

If it doesn't show you all the bits, that means there are 0's to the left. You can change the display format so that it always displays the same number of bits:

Capture.PNG

0 Kudos
Message 2 of 4
(2,099 Views)

I teach an Electrical Engineering lab at Penn State. We use LabView.

Lab 10 is attached. 

For Exercise 1 in Lab 10, two bytes are sent to LabView that determine motor speed.  How will these bytes be displayed?

Will there be one 16 bit display or two 8 bit displays with the low byte first.  

Regards,

Ted Legarski 

 

0 Kudos
Message 3 of 4
(2,030 Views)

It looks like there is a VI named "Serial 2-Byte Reader.vi" which someone has made for your lab. You should be looking in there to see how the read function works. 

0 Kudos
Message 4 of 4
(2,025 Views)