Get RSLinx Project name in RSView

FKelly

Member
Join Date
Feb 2008
Location
Cork
Posts
11
Hi,

Is there any way to determine the project name of the default RSLinx Project running on a client station in RSview ?

Thanks
 
From MrPLC. Rockwell describes how to do it here. To be honest, I only partially understand what they're talking about.

A better solution involves using the Linx "System" topic to provide a unique identifier for each computer. This approach works with both Wintelligent Linx and RSLinx. Linx allows DDE-compliant programs like RSView or Excel to obtain the name of the currently loaded Linx project. The advantage to this approach over the first one is that it does not require multiple versions of the same RSView project. To implement this in RSView, follow these steps:
On each machine, set the default Linx project to a unique name. See the user manual for details on this process.
In RSView, define a DDE node (i.e. "ID") with application "ICOMWDRV" (for WinLinx) or "RSLINX" (for RSLinx). Topic name is "SYSTEM", which is a built-in Linx topic and does not need to be configured by the user
In RSView, create a tag called "ID" with the following characteristics:
Node: ID (or whatever name defined in step 2)
Data Source: Device
Address: GetCurrentProj

At this point the user can build the application to reference the tag ID. Using Event Detector, RSView can display a different initial screen, start a derived tag file, or any other RSView function that can be activated from an expression. Since the RSView application is the same for every project, it can be backed up and restored to a Runtime station, yet it will behave differently depending on what the Linx project name is currently loaded.
Catalog Number:
DocFullNum: A4016
Revision:All
Fixed in Revision:
Package: Works
Modual: Dynamic Data Exchange;Linx

FKelly said:
Hi,

Is there any way to determine the project name of the default RSLinx Project running on a client station in RSview ?

Thanks
 

Similar Topics

CLX L81E v30.14 RSL v4.11 Something happened to my Logix workstation and I've had to re-browse to the processor on every project, even though...
Replies
5
Views
2,133
Hello guys I want so check a failure with you I have a 1756-ENBT that is in a local network connecting to a 1756-EN2T Well I cant see the...
Replies
7
Views
3,118
Running RSLinx 2.43 (lite) I am getting an error from RSWHO: Failed to open project Got the error for the first time this morning, I was...
Replies
4
Views
5,121
We are upgrading the machine that has RSLinx Gateway installed. We have created 15 or so topics under the default project. Is there a way save...
Replies
4
Views
4,008
Hi, I am working on a project, where I face a issue with respected to Network Dropout. The PLC is connected to a 16 port unmanaged switch, where...
Replies
7
Views
182
Back
Top Bottom