Hello everybody, I'm new and I have a question in programming a 200ic robot.
I'm trying to modify a program which have a line with the symbol // at the beginning.
This line is not executed and treated as a comment.
How can I remove these // symbol ?
I tried to read the programming manual but I found nothing about this.
Thank you for your help and sorry for my bad English.
Fanuc robot 200ic programming and "//" symbol
-
gibernaus -
December 13, 2013 at 10:23 PM -
Thread is Resolved
-
-
go to ed_cmd > remark > select the line and press f5 for unremark
-
Great !
Thank you very much ! -
Hi guys,
For users searching this function on older controllers; it's available on R-30iA's from softw.level 7DA7/05 and later.
Cheers !
-
Just be careful, because chances are that line was remarked out for a reason. Unremarking it could create a potentially unpredictable outcome if you aren't familiar with the code. It's bad practice to leave remarks in final code, but it happens.