How to open AS500 Online-builder remotely through X-Client
Dear Advant Master experts,
I need to connect remotely to AS500 to access ABB workplace and Online builder. I tried with using Reflection-X-Client. It works partially in that way it opens AS500 operator workplace with graphics. But even if Maxdialog is set, after calling Online builder its window is not displayed. I guess Online builder opens in other non-visible workplace.
Do you know, is there any unix command which can open Online builder in remote X session ?
I mean command like:
xhost 192.222.100.97
remsh 192.222.100.97 -l customer -n "/products/components/Startup/bin/dcStartupWorkplace -workplace wp3 -display 192.222.100.58:0 -flush"
(for example that command can open ABB workplace remotely from other AS500)
Any idea how to open Online builder remotely is appreciated much.
Thank you in advance
I need to connect remotely to AS500 to access ABB workplace and Online builder. I tried with using Reflection-X-Client. It works partially in that way it opens AS500 operator workplace with graphics. But even if Maxdialog is set, after calling Online builder its window is not displayed. I guess Online builder opens in other non-visible workplace.
Do you know, is there any unix command which can open Online builder in remote X session ?
I mean command like:
xhost 192.222.100.97
remsh 192.222.100.97 -l customer -n "/products/components/Startup/bin/dcStartupWorkplace -workplace wp3 -display 192.222.100.58:0 -flush"
(for example that command can open ABB workplace remotely from other AS500)
Any idea how to open Online builder remotely is appreciated much.
Thank you in advance
Voted best answer
> I found this issue is related to using Reflection-X-client remotely through Windows remote desktop (there are 2 remote connections in chain: > Windows remote >desktop to Server with X-client to AS500).
> In this case Reflection-X-Client is forced to window 1. If I run X-client locally it can call window 0 which can show Online-builder.
Preface I don't do Advant Master, but I know something about linux and X Window
:0 (aka Window 0) is in X the local/primary display
:1 is the next virtual Display and this will count up, if you use another X-Client connection. Think about thin clients
So with you X-Client you see a "blank" new virtual window on :1
try start xterm (right mouse) and enter
"/products/components/Startup/bin/dcStartupWorkplace -workplace wp3"
> In this case Reflection-X-Client is forced to window 1. If I run X-client locally it can call window 0 which can show Online-builder.
Preface I don't do Advant Master, but I know something about linux and X Window
:0 (aka Window 0) is in X the local/primary display
:1 is the next virtual Display and this will count up, if you use another X-Client connection. Think about thin clients
So with you X-Client you see a "blank" new virtual window on :1
try start xterm (right mouse) and enter
"/products/components/Startup/bin/dcStartupWorkplace -workplace wp3"
by kamil.herman Rank: 23 on 5/15/2019 12:22:45 AM | Like (0) | Report
I found this issue is related to using Reflection-X-client remotely through Windows remote desktop (there are 2 remote connections in chain: Windows remote desktop to Server with X-client to AS500).
In this case Reflection-X-Client is forced to window 1. If I run X-client locally it can call window 0 which can show Online-builder.
Add new comment