Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.
How to set up rapid variabel monitor
Hi
Working on an Web services application for Omnicore flexpendant.
I'm trying to set up an rapid variabel monitor that executes when rapid variable value is changed but cant get it to work.
In the Application manual Omnicore App SDK 1.1 I found that with RWS.Rapid.getMonitor() it is possible. Still can't get it to work?
Working on an Web services application for Omnicore flexpendant.
I'm trying to set up an rapid variabel monitor that executes when rapid variable value is changed but cant get it to work.
In the Application manual Omnicore App SDK 1.1 I found that with RWS.Rapid.getMonitor() it is possible. Still can't get it to work?
let monitorbStart = await RWS.Rapid.getMonitor('bStartMoveTo', 'T_ROB1')
monitorbStart.addCallbackOnChanged((status) => {
if (status = false) {
// Stop movement
}
monitorbStart.unsubscribe()
});
await monitorbStart.subscribe();
What I'm doing wrong?
Please help!
What I'm doing wrong?
Please help!
0
Answers
-
Hi !As I understand it, with getMonitor() you can subscribe to controller state and mode changes. To subscribe to RAPID variable change, I'm using RWS.Rapid.getData() instead._myVariableRef = await RWS.Rapid.getData('T_ROB1', 'myModule', 'myVariable');
await _myVariableRef.addCallbackOnChanged((newValue) =>
{
// do something with newValue
});
await _myVariableRef.subscribe()Fritz
0
Categories
- All Categories
- 5.7K RobotStudio
- 402 UpFeed
- 21 Tutorials
- 16 RobotApps
- 307 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 251 ScreenMaker
- 2.9K Robot Controller
- 368 IRC5
- 92 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 859 RAPID Programming
- 43 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 111 Collaborative Robots
- 5 Job listings