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

AVEVA™ InTouch HMI

WriteStatus()

  • Last UpdatedOct 08, 2024
  • 1 minute read

指定された属性への最後の書き込みの列挙された書き込みステータスを返します。

カテゴリ

その他

構文

結果属性

パラメータ

属性

書き込みステータスを返す属性。

戻り値

返されるステータスを以下に示します。

  • MxStatusOk

  • MxStatusPending

  • MxStatusWarning

  • MxStatusCommunicationError

  • MxStatusConfigurationError

  • MxStatusOperationalError

  • MxStatusSecurityError

  • MxStatusSoftwareError

  • MxStatusその他のエラー

備考

今まで属性への書き込みが行われたことがない場合、関数は MxStatusOk を返します。この関数は、計算済み(Good 以外)の品質をサポートしない属性に対して常に MxStatusOk を返します。

WriteStatus(TIC101。SP);

In This Topic
Related Links