ChimeraTK / QtHardMon

The ChimeraTK Hardware Monitor. A GUI for DeviceAccess, based on Qt.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Hex values of channels in a 2D register are limited to signed int #7

Open mbuechl opened 4 years ago

mbuechl commented 4 years ago

When integer data is displayed on a channel of a 2D array, the hex value is not correct if the data is uint32 and the value it >= 0x80000000. The hex value is always 0x80000000 in this case. For signed integers it is working correctly. This ticket is only for channels of 2D arrays. It does not affect raw data for 1D arrays. Check what happens of the 1D data does not have raw data (cannot be done with PCIe backend)