RSLogix5000 - Import Tags while in Run Mode

coalsand

Member
Join Date
Aug 2017
Location
Vancouver
Posts
5
I've got a CSV file of 300 new alarm tags complete with alarm messages to import into a PLC - I'd be good to go if it were not for the fact that the Tools > Import > Tags and Logic Comments option was not greyed out. I assume it's greyed out due to the PLC being in Run mode.


Is there any way I can bring these tags and alarm messages in while in Run mode? (would really prefer a quick way over making manual changes)
 
This is a bit speculative because I can't test it and have never tried it, but you may be able to open a new offline instance of your program, save it with a temporary name, then import the tags.

Once you have the tags imported, select them in the offline instance and then drag and drop them into the online running instance.
 
Thanks all,


I ended up assembling a bit of a Frankenstein L5X file to both declare the new alarm tags and create a routine based on a routine export as a template.


(it took an 15000 lines due to having to include declarations for existing UDTs where I was referencing child objects as triggers to the alarms :D)
 
I use Excel macros and use SendKeys to loop thru the selected column and Alt-Tab to Logix then paste and move to next line down. Works great for commenting V21 and above where comments are stored in the PLC. Also for creating tags online in bulk.
 

Similar Topics

Hi all, I want to import tags of rsview32 into Rslogix5000 and run on PC with emulator. I need help in this regards.
Replies
1
Views
2,545
Hi I have downloaded some AOI"s and a demo application from Siemens website for S120 servodrive. I cant open the demo file, I have version...
Replies
4
Views
3,072
I'm use to being able to rightclick on a task or routine and able to export/import them I have 2 projects open. existing one and a new project...
Replies
7
Views
5,130
Interesting issue I have run into. I am using an 1756-L73 processor V19 and when I import a tag .csv file once I try to go online I am prompted...
Replies
2
Views
4,415
I have created a Compactlogix PLC program with RSLogix5000, and now want to export the tags to PanelView Plus program created with RSView Studio...
Replies
14
Views
11,563
Back
Top Bottom