[?]: How can I configure the Desklock program in FTV SE V5.0

RSLinx, RSLogix, RSView, LogixPro ...
Post Reply
Eng_Ali
Posts: 36
Joined: Thu Jun 17, 2010 7:21 am

[?]: How can I configure the Desklock program in FTV SE V5.0

Post by Eng_Ali » Thu Jan 27, 2011 4:46 pm

Hello;

How can I configure the Desklock program in FTV SE V5.0 ..to Auto start the client project when power on or rebooting the pc ..

thanks in advance

Ryzhij
Posts: 406
Joined: Mon Mar 31, 2008 11:29 am
Location: Ryazan, Russia

Re: [?]: How can I configure the Desklock program in FTV SE

Post by Ryzhij » Fri Jan 28, 2011 11:30 am

1) Run the DeskLock
To open Desklock, on the desktop click Start > All Programs > Rockwell Software > FactoryTalk View > Tools, and then click DeskLock.
2) Press the "Set Up DeskLock" button
2) On the "Logon" tab inset information for logon in Windows and check the "Automatically Logon in Windows" box
3) Оn the next "Desktop" tab switch On the "Replace existing desktop to DeskLock"
4) Inset your information to the opened list fields. For AutoStart aplication from list you must to check the box.

TIP: At any time you can press the "Help" button on DeskLock Setup window (read)
(thnx)

Eng_Ali
Posts: 36
Joined: Thu Jun 17, 2010 7:21 am

Re: [?]: How can I configure the Desklock program in FTV SE

Post by Eng_Ali » Fri Jan 28, 2011 11:47 am

Hello..

thank you for reply ..but i didn't ask for open desklock!!!

for opening client project (.cli) automatically when powered on the workstation ..
in desktop tab:
What program I insert in (program field ) [my application.exe]..
what parameters I inert in command line parameter..
is it clear now???

with best regards

Ryzhij
Posts: 406
Joined: Mon Mar 31, 2008 11:29 am
Location: Ryazan, Russia

Re: [?]: How can I configure the Desklock program in FTV SE

Post by Ryzhij » Fri Jan 28, 2011 1:20 pm

Eng_Ali wrote: in desktop tab:
What program I insert in (program field ) [my application.exe]...
what parameters I inert in command line parameter..
Well, for .cli file try to do this:

Insert into program field: "C:\Program Files\Rockwell Software\RSView Enterprise\DisplayClient.exe YourDisk:\YourPath\YourApplication.cli"
And stay the parameter field clear

OR

Insert into program field: "C:\Program Files\Rockwell Software\RSView Enterprise\DisplayClient.exe"
and into parameter field: "YourDisk:\YourPath\YourApplication.cli"

Best regards!

PS: If the file path has space characters, use quotes.

Eng_Ali
Posts: 36
Joined: Thu Jun 17, 2010 7:21 am

Re: [?]: How can I configure the Desklock program in FTV SE

Post by Eng_Ali » Mon Feb 07, 2011 8:40 am

Ryzhij wrote: PS: If the file path has space characters, use quotes.
thank you very much ..after rename cli project its run automatically

(tyou) (tyou) (tyou) (tyou) (tyou)

zer1988
Posts: 37
Joined: Wed Jul 21, 2010 2:30 pm

Re: [?]: How can I configure the Desklock program in FTV SE

Post by zer1988 » Mon Feb 07, 2011 2:24 pm

I was also making this but I did not understand clearly about this function, but now I did. Thanks very much!

Ryzhij
Posts: 406
Joined: Mon Mar 31, 2008 11:29 am
Location: Ryazan, Russia

Re: [?]: How can I configure the Desklock program in FTV SE

Post by Ryzhij » Mon Feb 07, 2011 8:22 pm

zer1988 wrote:I was also making this but I did not understand clearly about this function, but now I did. Thanks very much!
To use long file names when working with the command line, they must be enclosed in double quotes. For example, to run a file called 'My application.exe' from the directory 'My Documents' to the command prompt, type "C: \ My Documents \ My application.exe" and press <Enter>.

Sometimes, to solve this problem should be enclosed in quotes only the part of a long name that contains a space.

Post Reply