RobotStudio event

SCWrite

Is it possible to recieve messages that are send with the SCWrite instruction in a RAB PC application?

I cannot find anything about it in the RAB documentation.

Comments

  • SCWrite needs Interlink on the other end to receive the message and raise an SCWriteEvent, so it doesn't seem like this adds any functionality that you can't do as easily by just subscribing to a variable change in your application.

    Russell Drown