Chapter 13 Device Logic (Pawn)
RM2M_TXERR_WIFI_AP_SETTINGS,
// access point settings not plausible
RM2M_TXERR_WIFI_AP_CONNECT,
// error connecting to access point
RM2M_TXERR_WIFI_AP_NOT_FOUND,
// access point not found during scan
// TCP related WIFI errors
RM2M_TXERR_WIFI_TCP = 240,
// unspecified TCP related WIFI error
RM2M_TXERR_WIFI_TCP_OPEN_TO,
// timeout opening TCP connection
RM2M_TXERR_WIFI_TCP_SEND_TO,
// timeout sending data
RM2M_TXERR_WIFI_TCP_CONNECT,
// error connecting to server
RM2M_TXERR_WIFI_TCP_FAILED,
// other error concerning TCP connection
// general Ethernet errors
RM2M_TXERR_ETH = 300,
// unspecified Ethernet error
RM2M_TXERR_ETH_TIMEOUT,
// timeout Ethernet communication
RM2M_TXERR_ETH_INIT,
// error during init
RM2M_TXERR_ETH_IO,
// error IO communication
RM2M_TXERR_ETH_INIT_MAC_PHY,
// error initialising MAC/PHY interface
RM2M_TXERR_ETH_ITF_UP,
// TCP/IP stack: error bringing itf up
(including dhcp)
// network-related Ethernet errors
RM2M_TXERR_ETH_NETWORK = 320,
// unspecified network related Ethernet error
RM2M_TXERR_ETH_NETWORK_TIMEOUT,
// timeout accessing network
RM2M_TXERR_ETH_DHCP_TIMEOUT,
// timeout receiving IP address from DHCP
server
// TCP-related Ethernet errors
RM2M_TXERR_ETH_TCP = 340,
// unspecified TCP related Ethernet error
RM2M_TXERR_ETH_TCP_OPEN_TIMEOUT,
// timeout opening TCP connection
RM2M_TXERR_ETH_TCP_SEND_TIMEOUT,
// timeout sending data
RM2M_TXERR_ETH_TCP_CONNECT,
// error connecting to server
RM2M_TXERR_ETH_TCP_FAILED,
// other error concerning TCP connection
Available uplink interfaces
Selectable uplink interfaces for the rM2M_TxSelectItf() function
RM2M_TXITF_NONE
= 0,
/* no uplink, communication
with the server not possible */
RM2M_TXITF_MODEM
= 1,
// Mobile network modem
RM2M_TXITF_WIFI
= 2,
// WiFi module
RM2M_TXITF_LAN
= 3,
// LAN interface
Configuration flags for the rM2M_CfgInit() function
RM2M_CFG_VOLATILE
= 0b00000001, // volatile storage (RAM)
Rev. 05
127
Summary of Contents for myDatalogEASY V3
Page 2: ......
Page 13: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 05 13 ...
Page 14: ......
Page 42: ......
Page 76: ......
Page 88: ......
Page 102: ......
Page 110: ......
Page 116: ......
Page 234: ......
Page 244: ......
Page 252: ......
Page 254: ......
Page 266: ......
Page 276: ......