LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView 8 Express Table delete the Right-of-comma positions in the fist row

Hi,
 
how can I delete the zero in the first row of an express table or delete the Right-of-comma positions?
 
Kann ich in einer ExpressTabelle in der ersten Spalte (Zeit) die Nachkommastellen (Nullen) löschen?
 
Thank you
 
Cedric
0 Kudos
Message 1 of 2
(2,586 Views)
The zero value in the first row must be part of your data.  If so, you will need to remove it before putting the data into the table.

The right-of-comma positions I assume to be the fractional part of the number (comma as decimal separater, right?).  If so, you need to set the precision to 0 and it will make the resulting display integer only.

Hope that this helps,
Bob Young

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