Table of Contents

Class Table

Namespace
TwinSharp.NC
Assembly
TwinSharp.dll

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

TableFunctions

Parameters

Gets the parameters of the table including ID, name, types, dimensions, and other properties.

public TableParameters Parameters { get; }

Property Value

TableParameters

State

Gets the state of the table including the user counter.

public TableState State { get; }

Property Value

TableState