FB_TrafoTableGenerator
![]() | Class is 'obsolete' This class is marked as |
Alternative: TF8560 –Tc3_PlasticFunctions.FB_TrafoTableGenerator
Original version:

Represents the base class for generation algorithms of transformation cam plates.
![]() | Class is abstract Since the class is defined as |
The following pre-implemented geometries are included:
- FB_TableGeneratorClampStandard - Geometry of a typical clamping unit
- FB_TableGeneratorCrankStandard - Geometry of a crank mechanism
- FB_TableGeneratorScotchYoke - Geometry of a scotch yoke
Syntax:
FUNCTION_BLOCK ABSTRACT FB_TrafoTableGenerator
Properties
Name | Type | Access | Initial value | Description |
---|---|---|---|---|
DriveHighEnd | LREAL | Get, Set | 0.0 | Upper limit of the drive position |
DriveLowEnd | LREAL | Get, Set | 0.0 | Lower limit of the drive position |
LookUp | I_CammingLookUp | Get, Set | NULL | Interface to the TF8560 to be assigned |
ParameterList | I_Parameter | Get | - | List of geometry-specific parameters |
ParamValid | BOOL | Get | FALSE | The set parameters have valid values. |
I_TrafoScope | Get | - | Diagnostic values from the transformation table calculation |
Methods
Name | Description |
---|---|
CalculateScope() | Calculates the diagnostic values of the Scope property. |
DefineTable() | Starts the calculation of the transformation table. |
ReadFromParamList() | Reads parameters from the list of special parameters. |
WriteToParamList() | Writes local variables to the list of special parameters. |
![]() | Methods are abstract The methods are defined as ABSTRACT and must be implemented in inheriting classes. |
Interfaces
Type | Description |
---|---|
I_TrafoTableGenerator | Standard interface on FB_TrafoTableGenerator |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.35 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.5.0) |