Ethernet Module Interface (EMI)
– API Description
Copyright IXXAT Automation GmbH
53
IEM Manual, 1.5
Description
This function releases the referenced Industrial Ethernet Module. The firmware
of the IEM will be stopped and the module is reset to its initial state. The state
of the MSM is updated on the host.
Remarks
-
Parameter
Dir.
Description
td_brdRef
IN
unique IEM reference
Return Value
Description
COM_k_OK
IEM released successfully
COM_k_INVALID_BOARD
invalid IEM reference
COM_k_INVALID_STATE
routine called in invalid state
4.1.2.5 EMI_cmdBrdInfoReq()
COM_e_ERROR EMI_cmdBrdInfoReq(COM_t_BOARD_REF td_brdRef,
COM_t_BOARDINFO *ps_brdInfo );
Description
This function retrieves the saved module information stored in the referenced
IEM via the BCC channel. The returned module information consists of the
hardware and firmware version, supported protocol type, availability and status
of the non-volatile memory. If the parameter ps_brdInfo is NULL then the ap-
plication has to read and evaluate the response by means of
EMI_cmdBrdInfoQuery.
Remarks
-
Parameter
Dir.
Description
td_brdRef
IN
unique IEM reference
ps_brdInfo
IN
address receiving the information
Return Value
Description
COM_k_OK
operation succeeded
COM_k_NO_RESP
no response available as yet