IPC DeleteQueue, documentation flaw
 
            
                
                    Laro88                
                
                     ✭                
            
                        
            
                    In the ABB RObotics IRC5 PC SDK the DeleteQueue has a flaw in the example....
There is no QueueId method available on the Ipc called QueueId ( it is now called GetQueueId(string name)
Example code:
                There is no QueueId method available on the Ipc called QueueId ( it is now called GetQueueId(string name)
Example code:
Controller c = new Controller()
int queueId = c.Ipc.QueueId("RABQueue");
if (c.Ipc.Exists(queueId)) 
c.Ipc.DeleteQueue(queueId) 
0  
            Comments
- 
            I have moved this thread to the RAB forum.BR frpa0
- 
            Hi,thanks for noticing. The example shall use GetQueueId. This will be corrected.0
Categories
- All Categories
- 5.6K RobotStudio
- 401 UpFeed
- 21 Tutorials
- 15 RobotApps
- 306 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.9K Robot Controller
- 363 IRC5
- 80 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 853 RAPID Programming
- 31 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 110 Collaborative Robots
- 5 Job listings

