Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.
Best Of
Re: Omnicore GS/AS configuration
Its in the safety configuration - go to controller then safety in robotstudio
1
Re: Blank RobotWare 5 Virtual FlexPendant screen
I had to replace a missing atl100.dll at location: C:\Windows\SysWOW64 to fix the RW5 blank FP screen.
This must have been replaced with the atl110.dll file that was present after a recent Microsoft update.
Both files in the above location are OK.
This must have been replaced with the atl110.dll file that was present after a recent Microsoft update.
Both files in the above location are OK.
1
Re: Why I cant able to access the write in IO engineering?
Hallo, it seems you are working offline with a station/virtual controller.
In that case, no write access is required.
Just add an I/O unit and you should be able to define signals here.
matti
1
Things to add in Appstudio
Things to add in Appstudio:
3. Dropdown menu that stays open after clicking,allowing you to adjust parameters. If there are more tabs open, it should shift accordingly. The link what this component: https://images.app.goo.gl/9Hh1HCRZwVfzkcju5
1. Group function to link buttons or images together.
2. Ability to choose corner rounding. If you place 3 buttons next to each other, you can apply rounding, but you don’t want it on the middle button, and you want the two outer buttons to have rounding only on one side.
1
Re: Things to add in Appstudio
5. In a button, you can use show & disable, but in an image, that's not possible. Could this also be added?
1
Re: Things to add in Appstudio
@RadekL 6. You can do this by opening the project in Visual Studio Code to change the component's name, saving it and ensuring you've closed App Studio. If you then save it in Visual Studio Code and open App Studio, the name will be changed.
1
Re: Things to add in Appstudio
@Jur148. Thank you for nice advice. It is nice that there is a way to modify objects Id's, but in the end it require a little higher coding skills. For now it sound more like workaround. I also found that localstorage is working on the flexpendant so this can be used as persistant, global memory (I do not know what is the limit for it so probably if there is no internal memory clearing mechanism it can be dangerous for flexpendant).
1
Re: Things to add in Appstudio
@RadekL It is definitely workaround. This is now the only way thats possible that i know.
1
Re: Things to add in Appstudio
8. Prouduce an error when deploying an application with linked variables that contain "åäö" or other unsupported characters linked from RAPID. The deployment succeeds, but the variables will only change value after the application has been closed and reopened.
It’s a minor issue, but I’ve learned it the hard way..
It’s a minor issue, but I’ve learned it the hard way..