Custom data type manipulator (c)
- Last UpdatedNov 16, 2022
- 1 minute read
Valid custom data type manipulators are as follows:
|
Custom data type manipulator |
Description |
Length |
Data type |
Location3 |
|---|---|---|---|---|
|
0 (default) |
No custom data type defined |
|||
|
1 |
GE EPM 9650/9800 Meter (Type F3 Time stamp). Each byte contains a binary number representing up to two digits in a part of date and time. |
Four registers (8 bytes) |
string |
10803 |
|
2 |
GE EPM 9650/9800 Meter (Type F21 Year). Each byte contains a binary number representing up to two digits in a part of year. |
One register (2 bytes) |
int32 |
103 |
|
3 |
GE EPM 9650/9800 Meter (Type F60 Energy Counter). Each pair of registers represents an Energy Counter in primary. Each register contains a value from 0 to 9,999 (0x00000 - 0x0270F), representing 4 digits of an Energy Counter. The first register is in units of 10’s of MegaWatthour or Mega VARhour. The second register is in units of kilo Watthour or kilo VARhour. Combined, the pair of registers report up to 100 GWh primary of energy. |
Two registers (4 bytes) |
int32 or float32 |
703 |
|
4 |
GE EPM 9650/9800 Meter (Type F61 12-bit RTU Frequency). This register contains a 16-bit unsigned integer. The 16-bit integer has been constrained to the bounds of an unsigned 12-bit integer, 4095 to 0. The frequency represented by this register is offset by 45 Hz. |
One register (2 bytes) |
int32 or float32 |
103 |