🖥️ AnimView FAQ
🖥️

AnimView FAQ





Enumerate state tags are visualized with value and engineering units instead of the corresponding text.

Clipboard

There is no link between the "arcsignal" and "enumdata" tables. TMOS doesn't identify the tag as ENUM without this information. Maybe the server component that generates the "arc signal" is unaware of this link. Modify the following MySQL command (set the proper "under") to create the missing link manually.

This step is necessary for the following server applications:

* Mark VIe (Update is necessary after each restart using a batch-file)

Clipboard

UPDATE arcsignal SET type="ENUM", c_type="0001" WHERE unr=1 AND signalname IN (SELECT signalname FROM enumdata WHERE unr=1 GROUP BY signalname)