You are not registered yet. Please click here to register!


 
 
plc storereviewsdownloads
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc.
 
Try our online PLC Simulator- FREE.  Click here now to try it.

---------->>>>>Get FREE PLC Programming Tips

New Here? Please read this important info!!!


Go Back   PLCS.net - Interactive Q & A > PLCS.net - Interactive Q & A > LIVE PLC Questions And Answers

PLC training tools sale

Reply
 
Thread Tools Display Modes
Old October 11th, 2011, 10:30 AM   #1
srv
Member
United Arab Emirates

srv is offline
 
Join Date: Aug 2010
Location: QATAR
Posts: 103
Automatically running a rs view 32 project

Anybody please advice me how we can run a rs view 32 project with windows XP starts(when computer turns on)
  Reply With Quote
Old October 11th, 2011, 10:43 AM   #2
fuzzy logic
Member
Italy

fuzzy logic is offline
 
fuzzy logic's Avatar
 
Join Date: Sep 2008
Location: italy
Posts: 287
Basically you may add RSView32 to the StartUp folder in Windows XP.

See the RSView32 Runtime User Guide, chapter 2, starting page 2-3: Starting RSView32 Runtime automatically
http://literature.rockwellautomation...m001_-en-e.pdf

There are informations also at page 18-14 of RSView32 USER’S GUIDE:
http://literature.rockwellautomation...m001_-en-e.pdf

- fuzzy logic

Last edited by fuzzy logic; October 11th, 2011 at 10:49 AM. Reason: added a second reference for the user's guide
  Reply With Quote
Old October 11th, 2011, 10:46 AM   #3
jac
Member
Canada

jac is offline
 
Join Date: Aug 2009
Location: Ontario
Posts: 123
srv,
Create a shortcut with something like this and stick in the XP start folder.

"C:\Program Files\Rockwell Software\RSView\rsvrt32.exe" "C:\ProjectFolder\Project.rsv" /r

It's also in the manual.....
  Reply With Quote
Old October 11th, 2011, 11:00 AM   #4
TConnolly
Lifetime Supporting Member
United States

TConnolly is offline
 
TConnolly's Avatar
 
Join Date: Apr 2005
Location: Salt Lake City
Posts: 5,417
One last tip: If you want it to run with the window fully maximized then right click the short cut in Windows, choose properties, and change Run drop down selection from "Normal Window" to "Maximized"
__________________
True craftsmanship is only one more power tool away.

That's the beauty of processors, they don't have emotions they just run code - The PLC Kid.
  Reply With Quote
Old October 18th, 2011, 08:48 AM   #5
srv
Member
United Arab Emirates

srv is offline
 
Join Date: Aug 2010
Location: QATAR
Posts: 103
Thanks for all replies.How i can directly run the project by clicking rs view 32 icon on the desktop screen.I just tried to run through rs view 32 runtime.Through that we need to select the project and run it manually.I just need to add a project shortcut on the desktop and need to run the project by clicking that icon.please advice me,how we can do that
  Reply With Quote
Old October 18th, 2011, 09:23 AM   #6
jac
Member
Canada

jac is offline
 
Join Date: Aug 2009
Location: Ontario
Posts: 123
Ok...here we go again!
Create a shortcut on your desktop instead of the start folder containing something like this....

"C:\Program Files\Rockwell Software\RSView\rsvrt32.exe" "C:\ProjectFolder\Project.rsv" /r


?????
  Reply With Quote
Old October 18th, 2011, 04:55 PM   #7
Lancie1
Lifetime Supporting Member + Moderator
United States

Lancie1 is offline
 
Lancie1's Avatar
 
Join Date: Jul 2003
Location: Alabama
Posts: 7,235
Hmmm, apparently Srv's problem is deeper than we thought....

1. From the Windows XP Start box (normally located in the lower left corner of your screen), RIGHT-click on "Start", then select "Explore".

2. Using Windows Explorer, browse to your RSView project folder, open it, then find the *.rsv file (Your RSView Project Name.rsv). RIGHT-click on the rsv file, then select "Send To", then "Desktop (create shortcut)".

3. You are done!
  Reply With Quote
Old October 18th, 2011, 08:13 PM   #8
bornwild
Member
Saudi Arabia

bornwild is offline
 
Join Date: May 2010
Location: Riyadh
Posts: 268
What would be the use of that?
  Reply With Quote
Old October 19th, 2011, 08:25 AM   #9
Lancie1
Lifetime Supporting Member + Moderator
United States

Lancie1 is offline
 
Lancie1's Avatar
 
Join Date: Jul 2003
Location: Alabama
Posts: 7,235
Quote:
What would be the use of that?
Bornwild, there is only one use of the RSView project shortcut, as requested by SRV:
Quote:
...to add a project shortcut on the desktop, and [] run the project by clicking that icon.
That is all, there is nothing else that it will do! Of course there are different ways to add the shortcut icon. You can create a new shortcut and type in the path address (tends to introduce errors into the path address), OR (my method) you can browse to the file name and let Windows create the shortcut and enter the path address for you.

Last edited by Lancie1; October 19th, 2011 at 08:30 AM.
  Reply With Quote
Old October 20th, 2011, 03:31 AM   #10
srv
Member
United Arab Emirates

srv is offline
 
Join Date: Aug 2010
Location: QATAR
Posts: 103
Thanks.I just tried that.shortcut created.But when i click on shortcut icon,rs view works with project manager window opens and need to run from there.my doubt is, can we run the project (with out project manager and click on run)direct from the shortcut.I mean when we click on shortcut initial graphics should be opened.anybody pls advice me
  Reply With Quote
Old October 20th, 2011, 06:24 AM   #11
jac
Member
Canada

jac is offline
 
Join Date: Aug 2009
Location: Ontario
Posts: 123
This is as easy as it gets....really.

"C:\Program Files\Rockwell Software\RSView\rsvrt32.exe" "C:\ProjectFolder\Project.rsv" /r
1. C:\Program Files\Rockwell Software\RSView\rsvrt32.exe = the path to RSview32 Runtime executable.
2. C:\ProjectFolder\Project.rsv = Your project path and the "rsv" file for your project. You will have to change the name and path to suit your needs.
3. "/r" runs the project when it opens.
4. So to put this all together left click on your desktop create a short cut and paste the above path into the properties. It's that easy.
The easiest way to open on a specific graphic is to open the project in Works click on Startup (the little green flaggy thing) go to the start tab and check "Intial Graphic" then select your desired screen to open at start.
Do you not have a manual??
  Reply With Quote
Old October 20th, 2011, 08:30 AM   #12
srv
Member
United Arab Emirates

srv is offline
 
Join Date: Aug 2010
Location: QATAR
Posts: 103
Thanks..jac
  Reply With Quote
Old October 21st, 2011, 05:16 PM   #13
Lancie1
Lifetime Supporting Member + Moderator
United States

Lancie1 is offline
 
Lancie1's Avatar
 
Join Date: Jul 2003
Location: Alabama
Posts: 7,235
Quote:
The easiest way to open on a specific graphic is to open the project in Works click on Startup (the little green flaggy thing) go to the start tab and check "Intial Graphic" then select your desired screen to open at start.
He did not say, but I think JAC means to to to the Project Manager System menu, then click "Startup" (the green flag), then from the next menu, select "Startup" again, then click "Initial Graphic", then (out of all screens in your project) select the screen that you want to open when the project is opened.

Quote:
This is as easy as it gets....really.
No, it is NOT as easy as it can be, really, really. No one has convinced me that it is easier to type in those long path and file names (instead of letting Windows create the shortcut and insert the long names automatically, easily, with no hassle for you).

1. From the Windows XP Start box (normally located in the lower left corner of your screen), RIGHT-click on "Start", then select "Explore".

2. Using Windows Explorer, browse to your RSView project folder, open it, then find the *.rsv file (Your RSView Project Name.rsv). RIGHT-click on the rsv file, then select "Send To", then "Desktop (create shortcut)".

That is all, two easy steps, no typing of long strings of characters for us poor typists, and a shortcut icon that opens exactly the file that you pointed at. If you want the project to RUN instead of just open for editing, then you can manually add the "/r" at the end of the shortcut Target string.

Last edited by Lancie1; October 21st, 2011 at 05:28 PM.
  Reply With Quote
Reply
Jump to Live PLC Question and Answer Forum

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
Decimal point in RS View 32 Trend! paul_36 LIVE PLC Questions And Answers 6 September 28th, 2010 12:12 PM
RSView 32 vs. View SE/ME Christian Dam LIVE PLC Questions And Answers 9 October 20th, 2008 06:20 AM
RS View with RS messenger ver 6.3 joesullivan8 LIVE PLC Questions And Answers 1 June 19th, 2007 05:03 PM
HELP with RS View 32 and CLX Ashwin LIVE PLC Questions And Answers 3 March 14th, 2004 12:20 AM
RS View 32 - MicroLogix 1500 - ENI Module bmtrash LIVE PLC Questions And Answers 2 December 18th, 2003 09:57 PM


All times are GMT -5. The time now is 02:48 PM.


.