Server Side Include (SSI)
•
Command Data Types (c_type)
For types which support arrays, the number of elements can be specified using the suffix
[n], where n specifies the number of elements. Each data element must be separated by
space.
Type
BOOL
SINT8
SINT16
SINT32
UINT8
UINT16
UINT32
CHAR
STRING
FLOAT
NONE
•
Response Data Types (r_type)
For types which support arrays, the number of elements can be specified using the suffix
[n], where n specifies the number of elements.
Type
BOOL
SINT8
SINT16
SINT32
UINT8
UINT16
UINT32
CHAR
STRING
ENUM
FLOAT
NONE
Anybus CompactCom 40 EtherNet/IP IIoT Network Guide
Supports Arrays
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
No
Yes
No
Supports Arrays
Yes
Yes
Yes
Yes
Yes
Yes
Yes
Yes
No
No
Yes
No
It is important to note that the message will be passed transparently to the addressed
object. The SSI engine performs no checks for violations of the object addressing scheme,
e.g. a malformed Get_Attribute request which (wrongfully) includes message data will be
passed unmodified to the object, even though this is obviously wrong. Failure to observe
this may cause loss of data or other undesired side effects.
Data format (as supplied in msgdata)
1
-25
2345
-2569
245
40000
32
A
"abcde"
Note: Quotes can be included in the string if preceded by backslash
("\")
Example: "We usually refer to it as \'the Egg\'"
5.6538e2
Command holds no data, hence no data type
Data format (as supplied in msgdata)
Optionally, it is possible to exchange the BOOL data with a message
based on the value (true or false). In such case, the actual data type
returned from the function will be STRING.
Syntax: BOOL<true><false>
For arrays, the format will be BOOL[n]<true><false>.
-
-
-
This type can also be used when reading ENUM data types from an
object. In such case, the actual ENUM value will be returned.
-
-
-
-
When using this data type, the ABCCMessage() function will first read
the ENUM value. It will then issue a 'Get Enum String'-command to
retrieve the actual enumeration string. The actual data type in the
response will be STRING.
-
Response holds no data, hence no data type
49 (244)
SCM-1202–069 1.9 en-US
Need help?
Do you have a question about the CompactCom 40 and is the answer not in the manual?
Questions and answers