LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Flatten FXP to string

Solved!
Go to solution

Hello All!

 

I have some FXP numbers:

 

  • Word: 24 bits
  • Integer: 7 bits
  • Signed

When I flatten them to string, my resulting string has a lengh of 8 bytes. I was expecting 3 bytes...

 

Could anyone explain me this behaviour?

 

Thanks in advance!

 

Vincent

0 Kudos
Message 1 of 3
(2,645 Views)
Solution
Accepted by topic author vgravel

According to the numeric data types table, FXP is always 64 bit (or 72 bit if you include overflow status).

0 Kudos
Message 2 of 3
(2,638 Views)

Gizz....

 

Thanks a lot!

0 Kudos
Message 3 of 3
(2,631 Views)