Skip to content

[BUG] Analogue inspector dialog-retry action does not restore _inspectorTask before retry #51

Description

@mhareznik

Problem

In the TcoAnalogueInspector in the TcoInspectors library, the retry action does not work correctly unless the inspector task is restored before retrying the inspection.

Current workaround

Currently, application engineers have to jump to the retry/inspection step with a minimum delay of 2 contextual PLC cycles before executing the retry action
-or-
manually restore _inspectorTask before retrying inspection on each track:

IF IsFreshState THEN 
    station.CuProcessData.PresentPartTrack1._inspectorTask.Restore();
    station.CuProcessData.PresentPartTrack2._inspectorTask.Restore();
END_IF

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingquestionFurther information is requested

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions