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: __POSITION The operator is an extension of the IEC 61131-1 standard. At runtime, the operator yields the position of a variable in the declaration part or in the implementation part of a POU
CODESYS Development System
Variable: VAR_INST The VAR_INST instance variables are allowed only in methods. This kind of variable can be accessed only within the method. You can monitor the variable values of instance variables
CODESYS Development System
Variable: VAR_CONFIG Configuration variables assign the full address to variables which are declared in function blocks with incomplete address information and that should be mapped to device I/Os. Th