LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cluster to array question

OK, this works pretty well:

 

ch-data.jpg

 

Any suggestions on how to convert the CH-Data 2 to two's compliment before I multiply the 3.35693359375?

 

thanks again

0 Kudos
Message 11 of 13
(981 Views)

@LV-rookie wrote:

Any suggestions on how to convert the CH-Data 2 to two's compliment before I multiply the 3.35693359375?

 


Try changing the representation of the indicator to I16 😄

The wire already is I16.

Message 12 of 13
(968 Views)

@LV-rookie wrote:

OK, this works pretty well: 

 


Wyhy are you using an I16 array control instead of a diagram constant? Since the data is not used and no user iteraction ever takes place with this array, it should not be polluting the front panel.

Right click the array terminal and .. change to constant.

0 Kudos
Message 13 of 13
(928 Views)