Skip to main content

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'
)
);
AccessAbstractFinalExtendsImplements
-NoNo--

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

This command can be used to set the cycle start timestamp manually.

Code

Declaration

INTERFACE ICycleTimeRecorderCommands