The leader in industrial automation and control solutions

Instruction Parameters

Supported PLC Series

PLC-AESPLC-FBPLC-ES

Supported Data Registers

MXYKLFTCSZRQD@DConstant
S
D

Notice

Error Flag (F11.0) Notice

The error flag, F11.0, will be ON for one scan when the address of the data register assigned by @D exceeds the range of the data register, D. The range of the data register, D, is dependent on the CPU type. F11.0 turns ON when the value assigned to S exceeds its range.

Ladder Diagram Examples

ASIN

The ASIN instruction calculates the arcsine of S.

The ASIN instruction calculates the arcsine, or inverse sine, of the SINE operand, S, and saves the result in an assigned REAL data register, D.

Ladder Diagram Example B for ASIN instruction.
Ladder Diagram Example C for ASIN instruction.

Memory Monitor

Memory Monitor for ASIN instruction.

ASINP

The ASINP one-shot instruction calculates the arcsine of S.

The ASINP one-shot instruction calculates the arcsine, or inverse sine, of the SINE operand, S, and saves the result in an assigned REAL data register, D. Every time this instruction executes, it energizes the output only once.

Ladder Diagram Example B for ASINP instruction.
Ladder Diagram Example C for ASINP instruction.

Memory Monitor

Memory Monitor for ASINP instruction.