ST_MBus_Scan
Scanning information.
TYPE ST_MBus_Scan :
STRUCT
usiAddress : USINT;
dwIdNumber : DWORD;
byStatus : BYTE;
eMedium : E_MBUS_Medium;
sMan : STRING(3);
byGEN : BYTE;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
usiAddress | USINT | Primary address of the meter. |
dwIdNumber | DWORD | Serial number of the meter (secondary address). |
byStatus | BYTE | Status |
eMedium | Medium | |
sMan | STRING | Manufacturer sign. |
byGEN | BYTE | Software version of the device |
Requirements
Development Environment | PLC library to include |
---|---|
TwinCAT from v3.1.4020.14 | Tc2_MBus from 3.3.5.0 |