Hi guys,
I was trying to use TRANSLATE built-in to compile a karel source file. But I failed. Anyone knows the cause of the problem?
Hi guys,
I was trying to use TRANSLATE built-in to compile a karel source file. But I failed. Anyone knows the cause of the problem?
Try TRANSLATE('RD:\qqq.kl', FALSE, STATUS)
Also check you return status.
You get error MEMO-088 Program does not exists.
I'm thinking that there is a problem with TRANSLATE function. In KAREL manual it is mentioned that Translator is an option.
And if you look at possible options for robot there is R567 Karel Trans/Comp which is grayed out and I can't enable it. Maybe TRANSLATOR is not used anymore ...
You get error MEMO-088 Program does not exists.
I'm thinking that there is a problem with TRANSLATE function. In KAREL manual it is mentioned that Translator is an option.
And if you look at possible options for robot there is R567 Karel Trans/Comp which is grayed out and I can't enable it. Maybe TRANSLATOR is not used anymore ...
Sad news...
You get error MEMO-088 Program does not exists.
I'm thinking that there is a problem with TRANSLATE function. In KAREL manual it is mentioned that Translator is an option.
And if you look at possible options for robot there is R567 Karel Trans/Comp which is grayed out and I can't enable it. Maybe TRANSLATOR is not used anymore ...
Emm... I tried another way to translate karel file. I used KCL('TRANSLATE qqq', status) and STATUS return s 0. That is to say the KCL cmd done successfully. But I couldn't find the qqq.pc file in RD or in SELECT list...
I don't know how to do it, but you can send KCL commands via telnet. With this you can avoid karel...