Posts by prokox1616

    Hello,

    I try to learn using the CWRITE/CREAD commands for KUKA robots. I have a KUKASim 4.3 and I wonder if the information which i get in output window is strictly connected with the fact that I'm working on a simulator (controller is KR C4):

    KR 16 R1610 (integrated): Cwrite($FCT_CALL, STAT, MODE, "krl_fopen", "test.TXT", "w", HANDLE) is not supported.


    Below you can see my program (I took it from the manual about those instructions). So i think that the program tries to serach for a "test.txt" file in C:\KRC\ROBOTER\UserFiles

    and this must be a directory path from robot controller, so this can not work on simulator and i guess i need a real robot controller to test it. Am I Right?