Making a list of all plc's in the plant

jtashaffer

Member
Join Date
Aug 2009
Location
KY
Posts
415
What do you use for making a list of all the plc's in your plants. I am using excel. I have made a list of the equipment name, processor name, if it is networked, the IP addresses, HMI's and there IP addresses. How do you go about doing it and what program or software do you uses.
 
Excel. I Also Include License # and Product Key Code. It comes in handy when something crashes and you can't find the little red envelope. We run programming software on our HMI's no need for Laptop. But I would include License Files for those also, if needed.
 
Excel...
To get IP addresses formatted
192.168.1.1 >>> 192.168.001.001
2.3.4.5 >>> 002.003.004.005

I use formula:
"=TEXT(LEFT(A1,FIND(".",A1)-1),"000")&"."&TEXT(MID(A1,FIND(".",A1)+1,FIND(".",A1,FIND(".",A1)+1)-FIND(".",A1)-1),"000")&"."&TEXT(MID(A1,FIND(".",A1,FIND(".",A1)+1)+1,FIND(".",A1,FIND(".",A1,FIND(".",A1)+1)+1)-FIND(".",A1,FIND(".",A1)+1)-1),"000")&"."&TEXT(MID(A1,FIND(".",A1,FIND(".",A1,FIND(".",A1)+1)+1)+1,3),"000")"

I'm sure there are easier ways, but this worked for me.
 
Be careful on entering sections of the IP address with leading zeroes. In some cases it forces the interpretation of that section to octal if possible.
 
I use Microsoft OneNote as I can add files, links, manuals, videos, audio notes etc. and it is searchable and can be password protected and encrypted and can be manger and shared with other members of the team.
 
Could you borrow me the archive? because i want to expose in my work, we need to have a order in the corporation that i work
 

Similar Topics

Hello Everyone, I am working with factory talk se ver 6.1 on a windows 7 platform. What i am trying to do is create a list using an array...
Replies
0
Views
1,575
Hi, I have seen a few post with similar topics and I have tried contacting the authors however I have not had any luck so I am posting this new...
Replies
14
Views
1,016
Hi everyone I've created an FC that includes the blocks TCON, TDISCON, TSEND and TRCV. This block has to be as generic as possible across...
Replies
15
Views
1,531
Hi all, I have been working on a tool for my company that handles a specific task our company runs into often related to PLC's. This is a tool I...
Replies
15
Views
2,888
Hi, i need to make: 1- A PLC Program on Omron PLC CP2E-N using high speed counter E6C3-AG5B 360P/R 2M(Absolute) ,to Reject bottles on Conveyor...
Replies
4
Views
881
Back
Top Bottom