Server Side Include (SSI)
•
Type (Required)
The Type-character is required and determines the basic representation as follows:
Type
c
d
i
u
o
x, X
e, E,
f,
g, G
n
s
[scanset]
%
•
* (Optional)
Data is read but ignored. It is not assigned to the corresponding argument.
•
Width (Optional)
Specifies the maximum number of characters to be read
•
Modifier (Optional)
Specifies a different data size.
Modifier
h
l
Anybus CompactCom 40 EtherNet/IP IIoT Network Guide
Input
Single character
Accepts a signed decimal integer
Accepts a signed or unsigned decimal integer. May be given as
decimal, hexadecimal or octal, determined by the initial characters
of the input data:
Initial Characters: Format:
0x Hexadecimal
0: Octal
1... 9: Decimal
Accepts an unsigned decimal integer.
Accepts an optionally signed octal integer.
Accepts an optionally signed hexadecimal integer.
Accepts an optionally signed floating point number. The input
format for floating-point numbers is a string of digits, with some
optional characteristics:
–
It can be a signed value
–
It can be an exponential value, containing a decimal rational
number followed by an exponent field, which consists of an 'E'
or an 'e' followed by an integer.
Consumes no input; the corresponding argument is an integer into
which scanf writes the number of characters read from the object
input.
Accepts a sequence of nonwhitespace characters
Accepts a sequence of nonwhitespace characters from a set of
expected bytes specified by the scanlist (e.g
'[0123456789ABCDEF]')
A literal ']' character can be specified as the first character of the
set. A caret character (^) immediately following the initial '[' inverts
the scanlist, i.e. allows all characters except the ones that are listed.
Accepts a single %input at this point; no assignment or conversion
is done. The complete conversion specification should be %%.
Meaning
SINT8, SINT16, UINT8 or UINT16
SINT32 or UINT32
47 (244)
Argument Data Type
CHAR
SINT8
SINT16
SINT32
SINT8/UINT8
SINT16/UINT16
SINT32/UINT32
UINT8
UINT16
UINT32
SINT8/UINT8
SINT16/UINT16
SINT32/UINT32
SINT8/UINT8
SINT16/UINT16
SINT32/UINT32
FLOAT
SINT8/UINT8
SINT16/UINT16
SINT32/UINT32
STRING
STRING
-
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