Commands
The MFT communication protocol defines 4 MFT commands
| Commands | Value | Description |
|---|---|---|
C_G_EVENT_ENTER | Enter values | Enter into the measurement |
C_G_EVENT_START | Start values | Start sending the results |
C_G_EVENT_STOP | No value | Stop sending the results |
C_G_EVENT_EXIT | No value | Exit from the measurement |
Enter values
C_G_EVENT_ENTER command has to specify the measurement we want to enter.
Possible values for Earth Bond measurement:
| Value | Description |
|---|---|
C_EARTH_BOND_MEASUREMENT_RPE | Earth bond measurement |
Possible values for Insulation measurement:
| Value | Description |
|---|---|
C_LOOP_LINE_MEASUREMENT_LN_MEAS | Voltage measurement between L1 and N |
C_LOOP_LINE_MEASUREMENT_LPE_MEAS | Voltage measurement between L1 and PE |
C_LOOP_LINE_MEASUREMENT_NPE_MEAS | Voltage measurement between N and PE |
Possible values for Line measurement:
| Value | Description |
|---|---|
C_LOOP_LINE_MEASUREMENT_LN_MEAS | Voltage measurement between L1 and N |
C_LOOP_LINE_MEASUREMENT_LPE_MEAS | Voltage measurement between L1 and PE |
Start values
C_G_EVENT_START command has to specify the measurement we want to enter.
Values are the same as they are for C_G_EVENT_ENTER.