RobotStudio event

Teach target real time

Options
Hi,
 

I have to teach targets to the controller (robot) while the robot is running.

Is this possible ?

Can anyone give me some example code how I have to do this ? (In C#)

 

I've already made the simple pc SDK to find all the controllers on the network in C#.

 

 

 

Regards,

Comments

  • hi,
    you mean teaching as sending robtargets? if yes, then use Messaging in PC SDK.. there are examples how to do it in manual.


  • Stijn
    Options

    Hi,

    Yes I mean sending robtargets to the controller.

    Ok I'm gone try the example as described in the manual.

     

    Thanks for the help

     

    regards,
  • Stijn
    Options
    Hi,
     

    I'm using the IPC sample to send messages to the controller but I'm getting the warning RMQ message discarded.

     

    I've found the IPC sample here:


     

    Does anyone now how I can solve this problem ?

     

    Regard,