Posts by eureka

    The logic of tool changer is almost simple.


    set spindlerun, 0; !make stop spindle
    waitinput isspindlerun; !wait until spindle is stop
    waitinput tool5, 1;!cheching the tool on toolchanger station, you can check this signal "if" depends on your algorithm and program structure
    waitinput tool3, 0;!checking place position is empty of tool on spindle
    movej
    movej
    movel
    set spindleopen, 1;
    movel
    movel
    movel
    set spindleopen, 0;
    movel
    movej
    movej



    This is the basic logic of tool change but if you have any specific control or safety on your system you can insert.



    I have tested on krc2 1 hour ago and there is no any problem

    I have worked on Promia 50 (for spotwelding) 2 years ago and spent a lot of time to solve.. so you can ask any questions you have. Also i have documents for promia of two process (spotwelding and handling). If you write e-mail address i can send them.

    You can put your memory stick to your robot and then enter to File Explorer on your robot. You will see standart file explorer page like pc. You can easily copy and paste your modules from controller or from memory stick

    You can use robotstudio to get information from the robot. But your robotstudio version must be same or bigger then your robot. For example if your robot version is 6.01, you CAN NOT use robotstudio 5.15 to get information.


    Also if you want to write software on visual studio or something to get communication with robot, you need to use Robot Application Builder and your robots must have PC-Interface option but i think you don't need extra information or special system, so you can easily connect with robotstudio.


    If your robotstudio version is not enough to connect, you can easily download the last version and use it. Because you don't need to buy robotstudio for being online to robot.

    how did you configure your analog output?? your minimum values must be 0.


    also is it zero whhen you check after open the controller??