ICycleTimeRecorderCommands
Short summary
This is a fluent interface that provides single attempt commands, which can be evaluated by a cycle manager instance.
Example
cycleManager.leave(
cycleTimeRecorder.commands.captureCurrentCycle(
additionalMessage := 'just an example'
)
);
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | - | - |
UML Diagram
Methods
captureCurrentCycle
- Parameters:
additionalMessage(Tc2_System.T_MaxString): can be used to provide additional informations for the record, e.g. multiple measurements neccesray or test part
- Return type: CNM_CommandInterfaces.ISingleAttempt
This command creates a new cycle time record for the currently produced part by calculating the the passed time since the last call of this method.…
startCycle
- Return type: CNM_CommandInterfaces.ISingleAttempt
This command can be used to set the cycle start timestamp manually.…
Code
Declaration
INTERFACE ICycleTimeRecorderCommands