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

AVEVA™ InTouch HMI

乗算(*)、除算(/)、加算(+)、減算(-)

乗算(*)、除算(/)、加算(+)、減算(-)

  • Last UpdatedOct 08, 2024
  • 1 minute read

これらの二項演算子は、基本的な算術演算を実行します。プラス(+)は文字列データ型の連結にも使用できます。

たとえば、以下のデータ変更スクリプトでは、"Number" の値が変化するたびに "Setpoint" も変化します。

Number=1;

Setpoint.Name = "Setpoint" + Text(Number, "#" );

"Setpoint1"です。