Thread (8 messages) flat view 8 messages, 5 authors, 2016-06-15

Re: Git with Lader logic

From: Kevin D <hidden>
Date: 2016-06-15 23:04:11

On Tue, Mar 17, 2015 at 11:33:54PM +0000, Bharat Suvarna wrote:
Hi 

I am trying to find a way of using version control on PLC programmers like Allen Bradley PLC. I can't find a way of this.

Could you please give me an idea if it will work with Plc programs. Which are basically Ladder logic.
I'm not familiar with these programs, so I can't give you specific
advice about this.

Although git is not very picky about the contents, it is optimized to
track text files. Things like showing diffs and merging files only works
on text files.

Git can track binary files, but there are some disadvantages:

- Diff / merge doesn't work well
- Compression is often difficult, so the repository size may grow
  depending on the size of the things stored

These disadvantages are not limited to only git, other SCM systems also
have to deal with these problems.

So if the Ladder logic is represented as text source, there is no
problem with it. If it'sbinary, there might be other sollutions better
suited.

Kevin
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help