Finding unused addresses in Proficy ME 6.5

unsaint33

Member
Join Date
Sep 2019
Location
MInnesota
Posts
118
I am using Proficy Machine Edition 6.5 for a PLC. In a ladder logic program, I need to assign a register to a timer value. But, how do I find which addresses are unused in the program so far?
 
In the project navigator window, open the list of variables and sort them by address. Look for gaps in address.
You can also find the highest unused address by simply typing %R when assigning an address to your timer in ladder logic. That method won't fill in gaps, it will just assign the next highest address. It works for all memory types.
 
In the project navigator window, open the list of variables and sort them by address. Look for gaps in address.
You can also find the highest unused address by simply typing %R when assigning an address to your timer in ladder logic. That method won't fill in gaps, it will just assign the next highest address. It works for all memory types.

I would also maybe recommend also doing "Delete Unused" by going to "Variables" on the Toolbar... to get rid of any addresses that are not used...before you look for gaps.
When you delete an address from the logic...it remains in the variable table, so a lot of "garbage" can remain in the variable table.
 

Similar Topics

All, I am going through an existing HMI program that has about 900 tags. I am pretty sure there are multiple tag names referencing the same tag...
Replies
4
Views
2,196
Hi all, I'm in the process of upgrading a PanelView1200 HMI program to be developed in FactroyTalk View Studio. The filetype for PanelView 1200...
Replies
7
Views
286
Hey all, pretty new to PLC and got a question regarding finding the MSB or the last non-zero bit in a SINT array in studio5000... I am reading...
Replies
2
Views
833
Having an issue connecting to my Micro820 PLC. I don't have an IP Explorer and I know its MAC Address is 5C:88:16:D8:E6:65. I'm connected to the...
Replies
5
Views
925
I have reached a dead end trying to find an EDS file. Manufacturer says to contact third party tech support. Clueless. RSLINX can see it, just...
Replies
9
Views
1,807
Back
Top Bottom