a robot always show the error log :
warning: 40501
TIMEOUT
TASK:MAIN
A time out interrupt the execution of Readbin …
Reacovery: ERR_DEV_MAXTIME
below is the code
FUNC num ReadByte()
VAR num Input;
! Read character from serial channel
Input:=ReadBin(DriveGripperTime:=0.1);
RETURN Input;
ERROR
RETURN -1;
ENDFUNC
and the proc which calls the func
…
WHILE ReadByte()<>-1 DO
ENDWHILE
…
what’s the the problem ? caused by software or by hardware? or some system setting?
the robot is IRB6600 M2000 , and I/O CPU Board had been replaced.
please give me some useful information ? thanks!