From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring the x-Axis of a Diagramm in Hexadecimal

Solved!
Go to solution

Hi,

I have to plot some Data (XY-Graph) and configure the X-Axis in hexadecimal.

As some values are negative, I get the complement like FFFFFFFFFFFFC000  (16 Characters) but I need it with

something like 4-8 Characters. Any solutions?

 

Thank You

0 Kudos
Message 1 of 9
(2,617 Views)

Hi Aurelior,

 

but I need it with something like 4-8 Characters. Any solutions?

Use a I16 for 4 characters, or a I32 for 8 characters.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 9
(2,598 Views)

Actually, I tried this:

 

Did I do the configuring in the wrong place?

Download All
0 Kudos
Message 3 of 9
(2,593 Views)

Attachments

Download All
0 Kudos
Message 4 of 9
(2,592 Views)

Hi Aurelior,

 

it seems the XY graph internally works with I64 values for the X axis…

Maybe you should aks the NI support?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 5 of 9
(2,589 Views)

Does this mean it is a problem with the Version installed on my computer or my personal configurations?

 

0 Kudos
Message 6 of 9
(2,580 Views)

Hi Aurelior,

 

I guess it's a problem of the XY graph. I don't think the behaviour is caused by your "personal configuration"…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 9
(2,567 Views)
Solution
Accepted by topic author Aurelior

A hexadecimal format does not contain a symbol for sign and graph axes cannot have a custom format (e.g. a string containing the sign (+/-) and the absolute value formatted in hex).

 

 Unfortunately, this idea is not implemented, so please vote for it. 😄

Message 8 of 9
(2,551 Views)
All right, so there's no way to fix it, but I can stop searching. Of course I will support the implentation, I hope it will not take another 9 years.. 🙂
0 Kudos
Message 9 of 9
(2,535 Views)