EasyManua.ls Logo

STW TC1 - Page 132

STW TC1
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
7 Teleservice Application Framework
User Manual 132/374
Macro
Value
Description
C_NOACT
-8
No actual value (available) error
C_COM
-9
Communication error
C_CONFIG
-10
Configuration error
C_CHECKSUM
-11
Checksum error
C_TIMEOUT
-12
Timeout occurred
C_IN_PROGRESS
-13
Asynchronous operation still in progress
Example
// Error code handling example
sint16 s16_Result;
s16_Result = x_sys_stay_alive(X_ON);
if (s16_Result == C_NO_ERR)
{
; // if reached then this means that function x_sys_stay_alive(..)
// has been executed successfully!
}

Table of Contents