KsLogDataType

Determines the data type when you record the data from an input or output of a module.

Name Value Meaning
logBool 0 The data type is boolean.
logByte 1 The data type is 8-bit unsigned byte.
logSInt 2 The data type is 8-bit signed short integer.
logWord 3 The data type is 16-bit unsigned word.
logInt 4 The data type is 16-bit signed integer.
logDWord 5 The data type is 32-bit unsigned double word.
logDInt 6 The data type is 32-bit signed double integer.
logFloat 7 The data type is 32-bit floating point.
logLWord 8 The data type is 64-bit unsigned quad word.
logLInt 9 The data type is 64-bit signed long integer.
logDouble 10 The data type is 64-bit floating point.