DataSourceMode
Fixes the data source mode: 'NC' only uses NC data, 'NC & PLC' uses PLC data from configured function blocks (AXIS_REF, MC_Power etc.) in addition to NC data.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiMotion.TcHmiMotionControl.DataSourceMode
Attribute getter
public getDataSourceMode(): 'NC' | 'NC & PLC' | null | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setDataSourceMode(valueNew: 'NC' | 'NC & PLC' | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | 'NC', 'NC & PLC', null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.14.4.2 |
