RSView Application Query

Join Date
Oct 2004
Posts
51
I have picked up a project that contains a pushbutton which runs the following command:

AppStart RadStationExec "Display $general\locate_screen$ /t{ComputerName}"

Can anyone explain to me what this is trying to do?
 
My best guess is that the command was designed to start the Rockwell Active Display (RAD) remote client program. Once RAD started, the command was written to open a display using the "general\locate_screen" placeholder, and then use the RSView /t switch to replace any individual tag placeholders (indicated by #1 or a similar number) on the screen with the "Computername" tag.

If you are having problems with the command, it may be because the "General\locate_screen" placeholder is not evaluating. This is because if a tag placeholder surrounded by dollar signs ($general\locate_screen$)is enclosed in double quotes (as is the case with your command) RSView does not substitute the tag value.

Hope this helps get you going

Rick
 
Last edited:
AppStart RadStationExec "Display $general\locate_screen$ /t{ComputerName}"

AppStart = Start this application

RadStationExec = This is a executable file application in RSView


Take a look at this tech note here it will explain better then I can

What part of the program is it in?


Edit: I was typing while Rick was posting, Rick has a better explanation, the tech note is good also
 
Last edited:

Similar Topics

Just wondering, does Rockwell have a program or application that does the conversion from RSView32 to Factory Talk View similar to converter from...
Replies
3
Views
1,639
Hi all. I am about 6 months out of trade school and new to RSView ME. We design a HMI screen with a resolution of 1920x1080 for use on a 55"...
Replies
10
Views
5,495
I've got a bit of a situation I could use some help with. I'm running RSView 32 on a Windows server which communicates with an ethernet I/P...
Replies
5
Views
3,134
Hiya. I've been a lurker here for years, but now I have a question for which I have no answer. I have an RSView ME application that is installed...
Replies
8
Views
5,558
Hi...I am replacing a computer that normally runs RSView ME, then the application. The new computer will start the RSView program, but then it...
Replies
5
Views
2,031
Back
Top Bottom