Good morning!
I have a need to convert Allen Bradley RSLogix tags from one format to another. I can save the tags into a .csv and open in Excel. I would like to write a macro to convert them into another format. Here's an example:
Old format: New Format:
N11:0/0 N11[0].0
N11:0/1 N11[0].1
N11:0/2 N11[0].2
And so on..... basically take everything after the colon and reformat it.
Some tags would not have anything after the dash and would be in the form:
N31:0 to N31[0]
N31:1 N31[1]
And so on......
I have a need to convert Allen Bradley RSLogix tags from one format to another. I can save the tags into a .csv and open in Excel. I would like to write a macro to convert them into another format. Here's an example:
Old format: New Format:
N11:0/0 N11[0].0
N11:0/1 N11[0].1
N11:0/2 N11[0].2
And so on..... basically take everything after the colon and reformat it.
Some tags would not have anything after the dash and would be in the form:
N31:0 to N31[0]
N31:1 N31[1]
And so on......