Commands

The MFT communication protocol defines 4 MFT commands

CommandsValueDescription
C_G_EVENT_ENTEREnter valuesEnter into the measurement
C_G_EVENT_STARTStart valuesStart sending the results
C_G_EVENT_STOPNo valueStop sending the results
C_G_EVENT_EXITNo valueExit 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:

ValueDescription
C_EARTH_BOND_MEASUREMENT_RPEEarth bond measurement

Possible values for Insulation measurement:

ValueDescription
C_LOOP_LINE_MEASUREMENT_LN_MEASVoltage measurement between L1 and N
C_LOOP_LINE_MEASUREMENT_LPE_MEASVoltage measurement between L1 and PE
C_LOOP_LINE_MEASUREMENT_NPE_MEASVoltage measurement between N and PE

Possible values for Line measurement:

ValueDescription
C_LOOP_LINE_MEASUREMENT_LN_MEASVoltage measurement between L1 and N
C_LOOP_LINE_MEASUREMENT_LPE_MEASVoltage 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.