Technical discussions have been migrated to the Siemens Support Center as Knowledge Base (KB) articles; please note that this content is no longer maintained and may be outdated, so for the latest information, log in to the Siemens Support Center, search online, or contact our support team.
HyperViewやHyperGraph等の自動化スクリプトにおいて、ハンドル名の重複はエラーとなるため
::post::GetT関数で実行日時を取得し、ハンドル名に連結することでユニークなハンドル名を作成する方法があります。
この ::post::GetT関数 がエラーになる場合には
スクリプトのはじめに package require post; を追記する。
あるいは
Tclコマンドの clock clicks をご使用ください。 ⇒ set t [clock clicks]