Ethernet Module Interface (EMI)
– API Description
Copyright IXXAT Automation GmbH
51
IEM Manual, 1.5
typedef struct
{
BOOL o_manual_segmentation;
UINT16 w_watchdog_period;
} EMI_t_API_CONFIG;
4.1.2 Functions
4.1.2.1 EMI_cmdPowerOnReset()
void EMI_cmdPowerOnReset(void);
Description
This function performs the reset of the Industrial Ethernet Module.
EMI_cmdPowerOnReset() must be called in the very beginning of the applica-
tion.
Remarks
It is important to call this function prior to other EMI calls to provide the initial
values to all EMI components
Parameter
Dir.
Description
-
-
-
Return Value
Description
-
-
4.1.2.2 EMI_cmdBrdReset()
COM_e_ERROR EMI_cmdBrdReset(UINT8 b_brdNum);
Description
A specific IEM located in the specified slot is reset.
Remarks
Afterwards the application has to call EMI_cmdBrdInit etc.