OUTPUT_TYPE

It is an enumerated constant to indicate the output type of the digital output installed on the flange, and is defined as follows.

Rank

Constant Name

Description

0

OUTPUT_TYPE_PNP

PNP

1

OUTPUT_TYPE_NPN

NPN

Defined in: DRFC.h

typedef enum{
    OUTPUT_TYPE_PNP = 0,
    OUTPUT_TYPE_NPN,
} OUTPUT_TYPE;