Good Morning everyone,
i have the issue, that my Brake Test will not start when called. When selecting the program manually and run it, a message appears - asking if i want to run BT manually. When acknowledged, BT runs and works fine. When called by PLC or by a manual running program, it just don´t do anything. Single step mode i can see the cursor staying for "play" button being pressed some times in the BT program, then continue the origin program (in my case - cell).
It´s a KR 10 R1100-2
Version 42.49.20.12
SafeOperations
Firmware 8.6.5
This is where it´s called in cell.src:
CASE 5
P00 (#EXT_PGNO,#PGNO_ACKN,DMY[],0 ) ; Reset Progr.No.-Request
$OUT[965] = True
$OUT[2] = False
WAIT FOR ( $IN[965] )
BrakeTestReq ( )
$OUT[2] = True
$OUT[965] = False
WAIT FOR NOT ( $IN[965] )
i have deleted the fold descriptions for better reading.
Any suggestions?
Thanks to all