Robot Web Services
3HAC050973-001 Revision:L, Application Manual - Robot Web Services
DIPC service

DIPC (Distributed IPC) is a high-speed message queue-based communication between applications on external network devices, e.g., a PC or the FP, and controller tasks. The message queue is implemented as a FIFO, where the message is removed from the queue when read. Client can create queue using Create a queue and send message to a specific queue using Send message. Once the message is send, client can read the last received message using Read message. Once the message is read, it will be deleted from the queue. Client can subscribe to a specific queue using Subscribe DIPC Queue and dipc_queue_subscribe_nomessage_page. Delete DIPC Queue can be used to delete the queue.User can delete DIPC queue only if the queue is created by the same user.Details of the created queue can be get from Get DIPC Queue.

DIPC Service sitemap

DIPC resources