[?]: ABB 800xA Workplace Startscreen

другие контроллеры
nola2k
Posts: 105
Joined: Tue Nov 03, 2009 12:56 pm
Location: Europe

[?]: ABB 800xA Workplace Startscreen

Post by nola2k »

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
Linkinx64
Posts: 894
Joined: Sun Apr 11, 2010 3:00 am
Location: Russia

Re: [?]: ABB 800xA Workplace Startscreen

Post by Linkinx64 »

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
nola2k
Posts: 105
Joined: Tue Nov 03, 2009 12:56 pm
Location: Europe

Re: [?]: ABB 800xA Workplace Startscreen

Post by nola2k »

Thank you, Linkinx64