Hello,
I am trying to execute some code in a robot in KROSET, but the code does not make it past line 1 which is a comment.
When I run "Status" I get the following output:
Code
>>sta
Robot status:
REPEAT mode CYCLE START ON
Environment:
Monitor speed(%) = 100.0
Program speed(%) ALWAYS = 100.0 100.0
ALWAYS Accu.[mm] = 1.0
Stepper status: Program is not running.
Execution cycles
Completed cycles: 0
Remaining cycles: 1
Program name Priority Step No.
pg_main 0 1 ;-------------------------------------------------------
Display More
I can see on the Stepper status that the program is not running, but I don't know why. When I look at my system switched I can see the following:
Code
*POWER ON *REPEAT ON
*RUN ON *CS ON
*RGSO OFF *ERROR OFF
*TRIGGER ON *TEACH_LOCK OFF
*SV_READY OFF *SAFETY_FENCE OFF
*EMERGENCY OFF *OP_EMG ON
*TP_EMG ON *EX_EMG ON
CHECK.HOLD OFF CP ON
CYCLE.STOP OFF OX.PREOUT ON
The only problems I might see is the TP_EMG, OP_EMG and EX_EMG, but since EMERGENCY is off and I can move the robot in TEACH I don't think that is the problem.
Sorry if it is a trivial issue, this has never been a problem for me before.
If you need anymore information feel free to tell me.