Name in LL984 Editor
|
Function Block Name
|
---|---|
name of legacy 984 instruction
|
name in other tools and editors like:
|
![]() |
![]() |
Input Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
ENABLE
|
–
|
ON = calculates the tangent of the value
|
Node
|
Node Type
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|---|
Top
|
IN
|
RAD
|
ARRAY[1...2] OF UINT
|
%MW
|
floating point value indicating the value of an angle in radians
RAD stores a floating point value indicating the value of an angle in radians.
The magnitude of this value must be < 65536.0; if not:
|
Middle
|
IN/OUT
|
RESULT
|
ARRAY[1...4] OF UINT
|
%MW
|
tangent of the value in RAD
The tangent of the value is posted in word 3 and 4.
Word 1 and 2 are not used but allocation is required.
Note: To preserve space, you can make the %MW reference numbers assigned to word 1 and 2 equal to RAD, since word 1 and 2 are not used.
|
Output Pin
|
Name
|
Data Type
|
Address Range
|
Meaning
|
---|---|---|---|---|
Top
|
OUT
|
BOOL
|
–
|
ON = operation successful
(Event is flagged in the L9E_ERLOG DFB).
|