Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

Sin() 関数

  • Last UpdatedFeb 05, 2018
  • 1 minute read

数値のサインを返します。三角関数では、数値は角度です。

構文

result = Sin (number)

パラメータ

number

リテラル数、アナログ型タグ変数、または数式です。

Sin(90) は 1 を返します。

Sin(0) は 0 を返します。

Sin(30) は 0.5 を返します。

100 * Sin (6 * $second) は振幅 100、周期 1 分のサイン波を返します。

In This Topic