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.

---------->>>>>Get FREE PLC Programming Tips

New Here? Please read this important info!!!


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

Get the book!

If you're really looking to learn about PLCs, you NEED our book...

"Your Personal PLC Tutor - A Guide to Understanding PLCs"

Easy to read and uses 'plain' language!
Get $$FREE$$ priority mail shipping too!!!
You WILL be glad you did!!

Click Here now to order

Reply
 
Thread Tools Display Modes
Old March 3rd, 2008, 08:47 AM   #1
Archie
Member
United States

Archie is offline
 
Archie's Avatar
 
Join Date: May 2002
Location: Orangeburg, SC
Posts: 496
Free AB SLC and Micrologix Software Utilities Major Release 2

A new version of the Allen Bradley utilities has been posted. This version contains bug fixes and many new features:

- Program Upload/Download
- Read All Data and Save to File, then Write Data Back to PLC from File
- Support for ML1100, ML1200, ML1500
- Graphing of data

It can be downloaded from here:
https://sourceforge.net/project/show...roup_id=192333

I need as much feedback as possible. This is a Beta version, so I do NOT recommend testing on a production system initially.

Source code will be posted in a few days.
  Reply With Quote
Old March 3rd, 2008, 10:11 AM   #2
Paully's5.0
Member
United States

Paully's5.0 is offline
 
Join Date: Jan 2006
Location: WI
Posts: 419
- Read All Data and Save to File, then Write Data Back to PLC from File
I will test this out this week!!

This will make life easy! You rock!
  Reply With Quote
Old March 3rd, 2008, 02:36 PM   #3
Paully's5.0
Member
United States

Paully's5.0 is offline
 
Join Date: Jan 2006
Location: WI
Posts: 419
Archie -

When I try to use the "List Data Tables" button I get the following error: "Failed to get program directory size - illegal command or format, Address may not exist or not enough elements in the file" I'm assuming I need to list the data table before I can save that to a text file?

I'm using a Micrologix 1500 series C

I am able to connect and "Read Multiple Elements", I have not tried to write or read single elements.
  Reply With Quote
Old March 3rd, 2008, 02:55 PM   #4
Archie
Member
United States

Archie is offline
 
Archie's Avatar
 
Join Date: May 2002
Location: Orangeburg, SC
Posts: 496
Quote:
Originally Posted by Paully's5.0
Archie -

When I try to use the "List Data Tables" button I get the following error: "Failed to get program directory size - illegal command or format, Address may not exist or not enough elements in the file" I'm assuming I need to list the data table before I can save that to a text file?

I'm using a Micrologix 1500 series C
When you save the data to a file, it will get the data table list first so you don't have to list it. But I'm sure it will give you the same failure.

This can be a tough one to figure out. I'm actually surprised because most of the testing was done by someone with an ML1500.

Can you do a data capture using this utility:

http://www.download.com/Free-Serial-...=dl&tag=button

Set it up for Serial Port Monitor and Request View. Then run the program and try to list the tables or save the data. Once it captures the data, copy the last request and answer data. That will give me more details of why it failed.
  Reply With Quote
Old March 3rd, 2008, 09:07 PM   #5
Archie
Member
United States

Archie is offline
 
Archie's Avatar
 
Join Date: May 2002
Location: Orangeburg, SC
Posts: 496
Quote:
Originally Posted by Paully's5.0
When I try to use the "List Data Tables" button I get the following error: "Failed to get program directory size - illegal command or format, Address may not exist or not enough elements in the file"
I found the problem. The LSP and LRP use two different processor codes. You probably have the LRP and I did all the testing on an LSP. I will post a fix in the morning.
  Reply With Quote
Old March 4th, 2008, 06:37 AM   #6
Archie
Member
United States

Archie is offline
 
Archie's Avatar
 
Join Date: May 2002
Location: Orangeburg, SC
Posts: 496
I posted the new version with the fix for the LRP processor.

https://sourceforge.net/project/show...roup_id=192333
  Reply With Quote
Old March 4th, 2008, 08:26 AM   #7
Paully's5.0
Member
United States

Paully's5.0 is offline
 
Join Date: Jan 2006
Location: WI
Posts: 419
I will give it a try today!
  Reply With Quote
Old March 4th, 2008, 01:27 PM   #8
Paully's5.0
Member
United States

Paully's5.0 is offline
 
Join Date: Jan 2006
Location: WI
Posts: 419
Archine -

Success! I'll be comparing what your program read/wrote to the plc with my plc program to verify values are all correct, initial results look very good!

I appreciate your effort!
  Reply With Quote
Old March 4th, 2008, 08:38 PM   #9
Archie
Member
United States

Archie is offline
 
Archie's Avatar
 
Join Date: May 2002
Location: Orangeburg, SC
Posts: 496
Quote:
Originally Posted by Paully's5.0
Success! I'll be comparing what your program read/wrote to the plc with my plc program to verify values are all correct, initial results look very good!
One thing to note is that the data is saved in a text file that can be edited with notepad. Let's save for example you upload the data, but want to download back only the values from the N7 file. You can edit the text file and delete all lines except the 2 lines that relate to the N7 table.
  Reply With Quote
Old March 6th, 2008, 09:12 AM   #10
Archie
Member
United States

Archie is offline
 
Archie's Avatar
 
Join Date: May 2002
Location: Orangeburg, SC
Posts: 496
For anyone interested, the source code is now posted which includes the DF1 driver component used in the Utilities application.

https://sourceforge.net/project/show...roup_id=192333
  Reply With Quote
Old March 6th, 2008, 09:20 AM   #11
Alaric
Member
United States

Alaric is offline
 
Alaric's Avatar
 
Join Date: Apr 2005
Posts: 3,979
Is that the source for Beta2 with the fix for the LRP processor?
__________________
True craftsmanship is only one more power tool away.
  Reply With Quote
Old March 6th, 2008, 09:26 AM   #12
Archie
Member
United States

Archie is offline
 
Archie's Avatar
 
Join Date: May 2002
Location: Orangeburg, SC
Posts: 496
Quote:
Originally Posted by Alaric
Is that the source for Beta2 with the fix for the LRP processor?
Yes it is. I intentionally delayed posting the source because I knew there would be some issues show up such as the LRP processor. I haven't heard of anymore issues, so I went ahead and posted the code with all the latest fixes.
  Reply With Quote
Old September 29th, 2008, 03:38 PM   #13
bitwise
Member
United States

bitwise is offline
 
Join Date: Sep 2008
Location: USA
Posts: 2
Thank you for the information and web location.

bitwise
  Reply With Quote
Old April 17th, 2009, 09:38 PM   #14
pandersen
Member
United States

pandersen is offline
 
Join Date: Oct 2007
Location: Chicago
Posts: 113
This is amazing and saved me lots of time! If I were doing this for work I'd convince my boss to send a little money your way.
__________________
Build a man a fire, and he will be warm for a day. Set a man on fire, and he will be warm for the rest of his life.
  Reply With Quote
Old April 17th, 2009, 11:55 PM   #15
dmroeder
Member
United States

dmroeder is offline
 
dmroeder's Avatar
 
Join Date: Apr 2006
Location: Vancouver, WA
Posts: 627
Crud, got caught up in an old thread.
__________________
Hand made leather holsters

  Reply With Quote
Reply
Jump to Live PLC Question and Answer Forum

Bookmarks


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
Rockwell Allen Bradley Programming Software, RSLogix 5, RSLogix 500, RS Linx, RSLogix vvcd LIVE PLC Questions And Answers 21 September 24th, 2009 10:04 PM
Free AB SLC and Micrologix Software Utilies Archie LIVE PLC Questions And Answers 21 July 9th, 2007 09:47 AM
New MicroLogix 1500 vs Existing SLC 5/04 + 1747-SN + Flex IO wildswing LIVE PLC Questions And Answers 17 September 27th, 2006 01:06 PM
SLC to Micrologix comms issues oafcjimbob LIVE PLC Questions And Answers 12 March 19th, 2006 09:43 AM
AB Micrologix Fault Trapping RMcGhee LIVE PLC Questions And Answers 3 September 6th, 2005 08:51 AM


All times are GMT -5. The time now is 12:05 AM.


.