You are not registered yet. Please click here to register!


 
 
plc storereviewsdownloads
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc.
 
Try our online PLC Simulator- FREE.  Click here now to try it.

New Here? Please read this important info!!!


Go Back   PLCS.net - Interactive Q & A > PLCS.net - Interactive Q & A > LIVE PLC Questions And Answers

Reply
 
Thread Tools Display Modes
Old August 30th, 2017, 06:51 PM   #1
LoganB
Lifetime Supporting Member
United States

LoganB is offline
 
Join Date: Apr 2017
Location: Michigan
Posts: 607
Fancy Exclamation Mass copy paste of descriptions

I need to know if anyone has a quick way to get descriptions from a SLC program to a CLX program after conversion. This is a rather large program, upwards of 5,000 different binary addresses that were descripted.

My plan was to export the slc tags to csv, then convert the program and export the CLX tags to csv, copy and past old descriptions to new. The problem is that when you export the CLX tags with no descriptions, all the arrays show up as a single entry. I would have to put SOMETHING for a desciption for every member of every array to get them to all appear in the export. Is there any way to import descriptions? Or am I stuck copy pasting 5,000 times.
__________________
Present: Controls Engineer
Future: Skynet Engineer
  Reply With Quote
Old August 30th, 2017, 07:12 PM   #2
ASF
Lifetime Supporting Member
Australia

ASF is offline
 
Join Date: Jun 2012
Location: Australia
Posts: 3,846
Before you export your CLX tags, just put a placeholder description in one or two of the tags, so you can see the required format. Then use excel's auto-increment goodies or whatever other tricks are required to extrapolate it out from there, and copy your descriptions over as planned
  Reply With Quote
Old August 30th, 2017, 07:17 PM   #3
LoganB
Lifetime Supporting Member
United States

LoganB is offline
 
Join Date: Apr 2017
Location: Michigan
Posts: 607
ahhhh good call. Just insert some rungs and copy paste all the array members.

Thanks for the tip!
__________________
Present: Controls Engineer
Future: Skynet Engineer
  Reply With Quote
Old August 31st, 2017, 06:30 AM   #4
cwal61
Member
United States

cwal61 is offline
 
Join Date: Jan 2011
Location: NC
Posts: 1,236
The SLC tag base is 5 columns 28 characters each. (if I remember correctly) I always use the CONCATENATE command in excel to modify descriptions into 1 column. (which 5000 uses)

=CONCATENATE(D5," ",E5," ",F5," ",G5," ",H5)

Place this type formula in a cell next to your SLC descriptions. Then pull down to fill additional rows. The ," ", will insert a space between each column entry. If you want to start a new line then use ,"$N", before column # if you wish to have that column stacked below on the next row of your description. In SLC500 the columns are the rows of the descriptions or where they wrap around.

Line 1
Station 2
Limit Switch

In SLC this description would be in column D,E & F. If you wish to stack them then use this type of formula.

=Concatenate(D5,"$N",E5,"$N",F5) The Quotes just identify the entry as text.

In Excel it would look like this: Line 1$NStation 2$NLimit Switch

TIP: When you copy the concatenated column to 5000 tag base make sure you use the Paste special command and paste "values". If you just use paste it will copy the formula and give you a "REF" error.

Most of the hard work is lining up you tags with the descriptions as you already know. I always took the time to space my 500 tag base to include all 16 tags for inputs and outputs. It seems to make life easier or at least less error prone.

Good Luck with your project!
  Reply With Quote
Old August 31st, 2017, 02:41 PM   #5
spaderkung
Member
Sweden

spaderkung is offline
 
Join Date: Aug 2007
Location: South Sweden
Posts: 385
Using the "&" will also combine strings/cell values when used in a cell formula.
__________________
Jon B, industrial programmer mostly.
  Reply With Quote
Reply
Jump to Live PLC Question and Answer Forum


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
Copy & Paste not working - RSLogix 500 8.20.00 (CPR 9) rguimond LIVE PLC Questions And Answers 23 February 17th, 2022 07:59 PM
AB Command to Copy a Tag Address Chunkchunks LIVE PLC Questions And Answers 7 February 27th, 2013 07:14 PM
Maple Systems HMI5104TH copy files from SD card via ethernet Epy LIVE PLC Questions And Answers 3 November 17th, 2012 02:09 AM
WinCC Flex Adanced copy and paste Bent LIVE PLC Questions And Answers 6 August 8th, 2012 12:19 PM
Many Copy instruction VS 2 copy instructions Darkzadow LIVE PLC Questions And Answers 8 July 17th, 2012 03:20 PM


All times are GMT -4. The time now is 07:58 AM.


.