Using UIshow with Screen maker
tomb
✭
in ScreenMaker
Hi,
I want to call my screen maker program from rapid with UIShow ins.
but i get "Typename is invalid for this assembly error".
My code is below .
CONST string Name:="TpsViewUserInterface_928.dll";
CONST string Type:="ABB.Robotics.sdk.Views.TpsViewUserInterface_928";
VAR num mystatus:=0;
CONST string Type:="ABB.Robotics.sdk.Views.TpsViewUserInterface_928";
VAR num mystatus:=0;
!
UIShow Name, Type Status:=mystatus;
i see type error (status=-5).
My dll files names are :
TpsViewUserInterface_928.dll
TpsViewUserInterface_928.gtpu.dll
What i need to write as typename to use UIShow Command with Screen Maker?
Thanks.
HnmN
0
Comments
-
Hello,
Kindly refer to this post :If your are not able to access this link then the Type should be ABB.Robotics.sdk.Views.MainScreen. Try this.0 -
First thanks for your helps.I ve tried as below but it is still not working and giving the same error codeCONST string Name:="TpsViewUserInterface_928.dll";
CONST string Type:="ABB.Robotics.sdk.Views.MainScreen";
VAR num mystatus:=0;UIShow Name, Type Status:=mystatus;
HnmN0 -
Hello,The name should be a gtpu dll.CONST string Name:="TpsViewUserInterface_928.gtpu.dll";The typeName should beABB.Robotics.sdk.Views."MainScreen as defined in ScreenMaker"Any screen in ScreenMaker can be made as MainScreen.So if "UserInterface_1" is made as (main) in ScreenMaker, then type name would be
CONST string Type:="ABB.Robotics.SDK.Views.UserInterface_1";0 -
Hi,Thank you very much. Now it is working.Is it possible to open a screen that isnot set as Main?HnmN0
-
Hello,It is not possible to open a screen that is not set as main directly without performing any action from the mainscreen.0
-
OK.Thanks.HnmN0
Categories
- All Categories
- 5.5K RobotStudio
- 396 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 316 IRC5
- 61 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 798 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings