Class Table
The Table
class encapsulates various functionalities, parameters, and states related to a table in the context of TwinCAT ADS.
It provides a structured way to interact with tables, which are likely used for motion control or other automation tasks.
public class Table
- Inheritance
-
Table
- Inherited Members
Properties
Functions
Gets the functions related to table operations such as generating and deleting tables.
public TableFunctions Functions { get; }
Property Value
Parameters
Gets the parameters of the table including ID, name, types, dimensions, and other properties.
public TableParameters Parameters { get; }
Property Value
State
Gets the state of the table including the user counter.
public TableState State { get; }