ID 22265

Conveyor synchronisation is already active. Renewed call not allowed.

Description

The ‘Conveyor Tracking’ [FCT-M4] function was already activated with the #SYNC IN command.
It is not allowed to program #SYNC IN again without a previous #SYNC OUT.

Example with error:

N020 #SYNC IN[…]

; …

N40 #SYNC IN[… ] (Error ID 22265)

; …

N090 #SYNC OFF

 

Corrected example:

N020 #SYNC IN

; …

N090 #SYNC OFF

Response

Class

2

Abort NC program processing.

Solution

Class

3

Check and modify the NC program; remove one of the #SYNC IN commands

Error type

1, Error message from NC program.