E_SignalSource
TYPE E_SignalSource :
(
SignalSource_Default, (* undefined or externally configured *)
SignalSource_Input1, (* digital drive input 1 *)
SignalSource_Input2, (* digital drive input 2 *)
SignalSource_Input3, (* digital drive input 3 *)
SignalSource_Input4, (* digital drive input 4 *)
SignalSource_ZeroPulse := 128, (* encoder zero pulse *)
SignalSource_DriveDefined (* defined by drive parameters - e. g. CAN object 0x60D0 *)
) UINT;
END_TYPE
Name | Description |
---|---|
SignalSource | Optionally defines the signal source, if it can be selected via the controller. Example:
|