Controller switches to automatic mode when executing API.RAPID.setVariableValue
I tried to change the value of a RAPID variable in an user defined function in AppStudio like so:
In UI designer a TComponents.Select with the Option content
text1|var1;
text2|var2;
was created. On the onChange event the following code will be invoked:
In UI designer a TComponents.Select with the Option content
text1|var1;
text2|var2;
was created. On the onChange event the following code will be invoked:
var self = this;
await UserFunction.dropdown(self)
If the UserFunction dropdown is defined as
If the UserFunction dropdown is defined as
async (self) => {
await API.RAPID.setVariableValue("VISU", "st_UIselected", self.value);
}
and the value is changed by the user while the controller is in manual mode, the controller changes to automatic mode. The following events will be written in the event log:
"Automatic mode requested", "Motors OFF state", "Automatic mode confirmed".
Why is the automatic mode requested when using the API for setting a variable value?
Is it possible to suppress the request?
Howewer, it is possible to circumvent the problem with the following definition for dropdown, just using RWS2:
Why is the automatic mode requested when using the API for setting a variable value?
Is it possible to suppress the request?
Howewer, it is possible to circumvent the problem with the following definition for dropdown, just using RWS2:
async (self) => {
let rapidVariable = await RWS.Rapid.getData('T_ROB1','VISU','st_UIselectedRecipe');
await rapidVariable.setValue(self.value);
}
}
Tagged:
0
Answers
-
Hello,
We simplified the scenario into a webapp with one select component with onchange event as below:
We made a simple test as the attached video:
- Turn to manual mode
- Clear all event logs
- Open the webapp and trigger a onchange event of the Select component
- The variable value is changed correctly, no event logs mention operation mode has been changed into Auto, and apparently the controller is still in manual mode.
Please let us know if anything different from your scenario. That would be helpful if your appstudio project and the RobotWare version can be shared for further analysis.
0 -
Hi,
thanks for the response. I reproduced your test with a simple webapp and the controller still changes into automatic mode.
After clearing all event logs and changing the selected entry in the select component in manual mode the following is shown in the event log (in chronological order):
10010 Motors OFF state
10012 Safety guard stop state
10016 Automatic mode requested
10010 Motors OFF state
10017 Automatic mode confirmed
Here are infos about the system:
RobotWare 7.14.3
RobotOS 12.0.2
RobotControl 7.14.3
Robots 1.14.0
FlexPendantSoftwareUpdate 1.15.3
OmniCore-App-SDK-AppMaker 1.4.0
0
Categories
- All Categories
- 5.6K RobotStudio
- 398 UpFeed
- 20 Tutorials
- 13 RobotApps
- 300 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 330 IRC5
- 66 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 826 RAPID Programming
- 10 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings