Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

GE Fanuc programming software

Status
Not open for further replies.

gtwy

Electrical
Joined
Nov 26, 2007
Messages
47
Location
US
In the past few years a client of ours has purchased several packaged skids with the GE Fanuc 90-30 series plcs running the controls. They are wanting us to provide primarily program save/storage and reload corrupted program functions. Also may have a need on rare occasions to modify a program, or add rungs to utilize spare I/O.

I was wondering what might be some good software for the 90-30 either GE or aftermarket etc.
 
There are a couple of options available, you can run an open source system such as GIT or SVN for versioning management, though since most of your files will likely be binary; there are a number of disadvantages to this.

There is at least one commercial multiple vendor source management system, though I cannot remember what its called at the moment. If I remember it I'll post it up here. (I've done a half dozen searches already, its not coming up).

We'd only looked at the commercial option briefly, then went to SVN as its open source and we had a lot less issues justifying purchase cost on this basis. Any diffing or compare functions are still done via the native PLC software, as SVN diff doesn't support our binaries.

Someone elsewhere mentioned that GIT has an advantage in that every repository is a full local copy, whereas for updates SVN needs a remote server. We (attempt) to manage this by trying to ensure that releases are done before people head to site, but it doesn't always happen.

I don't have any experience with GE explicitly though, all our gear is either Omron or AB.
 
Found it: MDT Autosave.

Never used it, no idea what its like, but it appears to support much more in the way of binary files than the open source systems do. At least worth a look, there aren't many out there.
 
Thank you for the reply- I'll look into it.
 
Thanks for the link- I did google it awhile back but too much info and not enough time to sort thru it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top