FB_WtcTimeMaster
![]() | Class is 'obsolete' This class is marked as |
Alternative: FB_WtcTimer
Original version:

Implements a timer as master for WTC camming.
Syntax:
FUNCTION_BLOCK FB_WtcTimeMaster EXTENDS FB_Base
Properties
Name | Type | Access | Initial value | Description |
---|---|---|---|---|
ActualTime | LREAL | Get | 0.0 | Elapsed time since start of WTC cycle in seconds |
ActualTimeLatched | LREAL | Get | 0.0 | Stored time of the last WTC cycle in seconds |
FirstStart | BOOL | Get | FALSE | WTC is in its first cycle since the last launch. |
GuidingValue | LREAL | Get | 0.0 | Time value as resulting camming master value |
ProfileStarted | BOOL | Get | FALSE | TRUE if the timer has been started. |
Methods
Name | Description |
---|---|
ProfileStartAck() | Resets the "ProfileStarted" feedback signal. |
Start() | Starts the timer. |
Interfaces
Type | Description |
---|---|
I_WtcTimeMaster | Standard interface on FB_WtcTimeMaster |
I_WtcMaster | General interface of a WTC master axis |
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) |