CODESYS Development System
Operator: EXPT The IEC operator raises a number to a higher power and returns the power of the base raised to the exponent: power = base exponent . The input values (parameters) are the base and the e
CODESYS Development System
Operator: SIN The IEC operator yields the sine value of a number. Permitted data types for input variables that measure the angle in radians: any numeric basic data type Permitted data types for outpu
CODESYS Development System
Operator: COS The IEC operator yields the cosine value of a number. Permitted data types for input variables that measure the angle in radians: any numeric basic data type Permitted data types for out
CODESYS Development System
Operator: TAN The IEC operator yields the tangent value of a number. Permitted data types for input variables that measure the angle in radians: any numeric basic data type Permitted data types for ou
CODESYS Development System
Operator: ASIN The IEC operator yields the arcsine value of a number. Permitted data types for input variables: any numeric basic data type Permitted data types for output variables: REAL and LREAL Ex
CODESYS Development System
Operator: ACOS The IEC operator yields the arccosine value of a number. The value is computed in radians. Permitted data types for input variables that measure the angle in radians: any numeric basic
CODESYS Development System
Operator: ATAN The IEC operator yields the arctangent value of a number. The value is computed in radians. Permitted data types for input variables that measure the angle in radians: any numeric basic
CODESYS Development System
Operator: __DELETE The operator is an extension of the IEC 61131-3 standard. Important For compatibility, the compiler version must be >= 3.3.2.0. The operator releases the memory of instances that th
CODESYS Development System
Operator: __ISVALIDREF The operator is an extension of the IEC 61131-3 standard. The operator is used for checking whether a reference refers to a valid value. For a description of use and an example,
CODESYS Development System
Operator: __NEW The operator is an extension of the IEC 61131-3 standard. The __NEW operator reserves dynamic memory to instantiate function blocks, user-defined data types, or arrays of standard type