Server Side Include (SSI) 41
Doc: HMSI-27-309, Rev. 3.11Anybus Communicator PROFINET User Manual
The arguments that can be passed to the SSI function printf are:
Argument Description
InReadSByte(offset) Read a signed byte from position offset in the Input Data area
InReadUByte(offset) Read an unsigned byte from position offset in the Input DataInput Data area
InReadSWord(offset) Read a signed word from position offset in the Input Data area
InReadUWord(offset) Read an unsigned word from position offset in the Input Data area
InReadSLong(offset) Read a signed longword from position offset in the Input Data area
InReadULong(offset) Read an unsigned longword from position offset in the Input Data area
InReadString(offset) Read a string (char*) from position offset in the Input Data area
InReadFloat(offset) Read a floating point (float) value from position offset in the Input Data area
OutReadSByte(offset) Read a signed byte from position offset in the Output Data area
OutReadUByte(offset) Read an unsigned byte from position offset in the Output Data area
OutReadSWord(offset) Read a signed word (short) from position offset in the Output Data area
OutReadUWord(offset) Read an unsigned word (short) from position offset in the Output Data area
OutReadSLong(offset) Read a signed longword (long) from position offset in the Output Data area
OutReadULong(offset) Read an unsigned longword (long) from position offset in the Output Data area
OutReadString(offset) Read a null-terminated string from position offset in the Output Data area
OutReadFloat(offset) Read a floating point (float) value from position offset in the Output Data area
CipReadSByte(class,
inst, attr)
Read a signed byte from a CIP-object
CipReadUByte(class,
inst, attr)
Read an unsigned byte from a CIP-object
CipReadSWord(class,
inst
, attr)
Read a signed word from a CIP-object
CipReadUWord(class,
inst, attr)
Read an unsigned word from a CIP-object
CipReadSLong(class,
inst, attr)
Read a signed longword from a CIP-object
CipReadULong(class,
inst, attr)
Read an unsigned longword from a CIP-object
CipReadFloat(class,
inst, attr)
Read a floating point value from a CIP-object
CipReadShort-
String(class, inst, attr)
Read a short string from a CIP-object
CipReadString(class,
inst, attr)
Read a null-terminated string from a CIP-object
CipReadUByteAr-
ray(class, inst, attr)
Read an unsigned byte-array from a CIP-object
CipReadUWordAr-
ray(class, inst, attr)
Read an unsigned word-array from a CIP-object
CipReadULongAr-
ray(class, inst, attr)
Read an unsigned longword-array from a CIP-object