I_AcsiCommonDataSetClass
Objects that implement this interface are data set instances. TwinCAT Telecontrol Configurator generates data set instances, which are derived/extended from FB_AcsiCommonDataSetClass. All function blocks derived from FB_AcsiCommonDataSetClass automatically have the interface referred to above implemented by default.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
INTERFACE I_AcsiCommonDataSetClass EXTENDS I_AcsiCommonNodeClass
 Methods
Name  | Description  | 
|---|---|
Adds a new data object to the member container  | |
Removes a data object from the member container  | |
Removes all data objects from the member container  | 
 Methods for event handling 
Name  | Description  | 
|---|---|
Initializes/configures the data objects in the member container  | 
 Properties
Name  | Type  | Access  | Description  | 
|---|---|---|---|
nMembers  | UDINT  | Get  | Number of data objects in the member container  | 
Further Information