Ethernet Module Interface (EMI)
– API Description
Copyright IXXAT Automation GmbH
61
IEM Manual, 1.5
Description
This function stores all dynamically generated mapping entries of variables
into non-volatile memory on the IEM. The CMD channel is used for the trans-
mission of this service. The function is blocked waiting on the response if the
o_blocking is TRUE, otherwise the application has to query for the response
by means of EMI_cmdCommandRespQuery.
Remarks
-
Parameter
Dir.
Description
td_brdRef
IN
unique IEM reference
o_blocking
IN
blocking/non-blocking execution
Return Value
Description
COM_k_OK
IEM parameters stored
COM_k_BUSY
CMD channel busy
COM_k_INVALID_BOARD
invalid IEM reference
COM_k_INVALID_STATE
routine called in invalid state
COM_k_ERROR
store operation failed
4.1.2.18 EMI_cmdCfgRestore()
COM_e_ERROR EMI_cmdCfgRestore(COM_t_BOARD_REF td_brdRef, BOOL o_blocking);
Description
This function restores all dynamically generated mapping entries of variables
from non-volatile memory on the IEM. The CMD channel is used for the
transmission of this service. The function is blocked waiting on the response if
the o_blocking is TRUE, otherwise the application has to query for the re-
sponse by means of EMI_cmdCommandRespQuery.
Remarks
Restored values only become active after the next reset or restart of the Indus-
trial Ethernet Module.
Parameter
Dir.
Description
td_brdRef
IN
unique IEM reference
o_blocking
IN
blocking/non-blocking execution