Herunterladen Inhalt Inhalt Diese Seite drucken

Microtronics myDatalogEASY IoT Benutzerhandbuch Seite 141

Inhaltsverzeichnis

Werbung

// TCP bezogene WiFi Fehler
RM2M_TXERR_WIFI_TCP = 240,
RM2M_TXERR_WIFI_TCP_OPEN_TO,
RM2M_TXERR_WIFI_TCP_SEND_TO,
RM2M_TXERR_WIFI_TCP_CONNECT,
RM2M_TXERR_WIFI_TCP_FAILED,
// Allgemeine Ethernet Fehler
RM2M_TXERR_ETH = 300,
RM2M_TXERR_ETH_TIMEOUT,
RM2M_TXERR_ETH_INIT,
RM2M_TXERR_ETH_IO,
RM2M_TXERR_ETH_INIT_MAC_PHY,
RM2M_TXERR_ETH_ITF_UP,
// Netzwerkbezogen Ethernet Fehler
RM2M_TXERR_ETH_NETWORK = 320,
RM2M_TXERR_ETH_NETWORK_TIMEOUT,
RM2M_TXERR_ETH_DHCP_TIMEOUT,
// TCP bezogene Ethernet Fehler
RM2M_TXERR_ETH_TCP = 340,
RM2M_TXERR_ETH_TCP_OPEN_TIMEOUT,
RM2M_TXERR_ETH_TCP_SEND_TIMEOUT,
RM2M_TXERR_ETH_TCP_CONNECT,
RM2M_TXERR_ETH_TCP_FAILED,
Verfügbare Uplink Interfaces
Wählbare Uplink Interfaces für die Funktion rM2M_TxSelectItf()
RM2M_TXITF_NONE
RM2M_TXITF_MODEM
RM2M_TXITF_WIFI
RM2M_TXITF_LAN
Konfigurationsflags für die Funktion rM2M_CfgInit()
RM2M_CFG_VOLATILE
Rev. 01
// unspecified TCP related WiFi error
// timeout opening TCP connection
// timeout sending data
// error connecting to server
// other error concerning TCP connection
// unspecified Ethernet error
// timeout Ethernet communication
// error during init
// error IO communication
// error initialising MAC/PHY interface
/* TCP/IP stack: error bringing itf up
// unspecified network related Ethernet error
// timeout accessing network
/* timeout receiving IP address from DHCP
// unspecified TCP related Ethernet error
// timeout opening TCP connection
// timeout sending data
// error connecting to server
// other error concerning TCP connection
= 0,
/* kein Uplink, Kommunikation mit den Server
nicht möglich */
= 1,
// Mobilfunkmodem
= 2,
// WiFi-Modul
= 3,
// LAN-Schnittstelle
= 0b00000001, // flüchtige Speicherung (RAM)
(including dhcp) */
server */
Kapitel 13 Device Logic (Pawn)
141

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis