Hi everyone ,
I hope you guys are fine
KCL SET VAR $IO_AUTO_CFG = FALSE
what does this line mean ? Iam trying to learn Karel Programming...
I dont have any manuals
If you guys have any karel manuals, can you please share it with me ?
Thank you
Hi everyone ,
I hope you guys are fine
KCL SET VAR $IO_AUTO_CFG = FALSE
what does this line mean ? Iam trying to learn Karel Programming...
I dont have any manuals
If you guys have any karel manuals, can you please share it with me ?
Thank you
Hi,
I haven't that much experience with Karel programming but this line seems to set the SYSVAR: $IO_AUTO_CFG to FALSE.
Here is a manual that might help you https://therobotguyllc.com/wp-content/upl…mming-Guide.pdf .
That would disable the robot from automatically assigning IO that it detects is connected. Usually I disable that so it doesn't accidentally overwrite the IO config.