Open Loop Controller - MotionView
Assigns a MotionView signal to the driver output. The driver output value at any time is equal to the variable value of the signal.
[OPEN_LOOP_MOTIONVIEW]
TAG = 'OPENLOOP'
TYPE = 'MOTIONVIEW'
SIGNAL_CHANNEL = '1'
[OPENLOOPCONTROLLER - MotionView] | ||
---|---|---|
TAG | Attr- string | Required <OPENLOOP> |
TYPE | Attr- string | Required <MotionView> |
SIGNAL_CHANNEL | Attr- int | Required <0 to 4> Picks up the variable value of the solver variable specified at the same index in user signals in the Signals panel in the driver graphical user interface. All open loop signals should be linked to a unique channel. |
These signals exposed at the driver panel are solver variables residing inside Altair Driver system. They can be accessed (example: for outputs) using the following varnames as shown below:
Signal 0 – MODEL.altair_driver.signal_0
Signal 1 – MODEL.altair_driver.signal_1
Signal 2 – MODEL.altair_driver.signal_2
Signal 3 – MODEL.altair_driver.signal_3
Signal 4 – MODEL.altair_driver.signal_4