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: 

Serial number of modules(Programmatic conversion)

Solved!
Go to solution

Hi All,

 

I am reading serial number of modules in my NI EtherCAT chassis 9144 programatically using shared variable property node. The value obtained in my program is completely different from serial number present on the module. For example i am trying to read serial number of module NI9234, Serial number which i obtained from program was 25182428 but actual serial number present on module is 18040DC. Could you please look into this and let me know What problem am i facing? or is there any conversion i need to make.  Below is the image of my code.

 Aufnahme3.jpgThanks in advance

0 Kudos
Message 1 of 2
(2,796 Views)
Solution
Accepted by topic author P_innovative

One is shown in decimal, the other is hexadecimal.

 

Change the display format of your numeric indicator.

Message 2 of 2
(2,789 Views)