Hi,
during the workplaces start on the upper left side of the start screen the customer name will be displayed twice.
Who can provide the reference to the two strings?
Regards, nola2k
P.S. The upper string corresponds to the parameter CUSTOMER_NAME. from the license .sla file,
but where can I find the reference of the second string?
nola2k
[?]: ABB 800xA Workplace Startscreen
-
- Posts: 105
- Joined: Tue Nov 03, 2009 12:56 pm
- Location: Europe
-
- Posts: 894
- Joined: Sun Apr 11, 2010 3:00 am
- Location: Russia
Re: [?]: ABB 800xA Workplace Startscreen
Hello
Second string corresponds to the same parameter from .sla file.
If you don't need this screen you can add -nosplashscreen key to the workplace shortcut but it using in combination with -abbsystem, -environment and -workplace keys.
For instance, the follow command will call operator workplace without preliminary splash screenview: afwworkplaceapplication.exe -abbsystem="Linkin System" -environment="Production" -workplace="Operator Workplace" -nosplashscreen
Second string corresponds to the same parameter from .sla file.
If you don't need this screen you can add -nosplashscreen key to the workplace shortcut but it using in combination with -abbsystem, -environment and -workplace keys.
For instance, the follow command will call operator workplace without preliminary splash screenview: afwworkplaceapplication.exe -abbsystem="Linkin System" -environment="Production" -workplace="Operator Workplace" -nosplashscreen
-
- Posts: 105
- Joined: Tue Nov 03, 2009 12:56 pm
- Location: Europe
Re: [?]: ABB 800xA Workplace Startscreen
Thank you, Linkinx64