Skip to content
Samuel Comeau edited this page Aug 1, 2016 · 1 revision

List of things that still need figuring out:

  • How to get the DB I/O interface and the PLC I/O interface to communicate together, in both directions? Maybe create 4 objects total : DB file - DB/IN - PLC/OUT - PLC data; PLC data - PLC/IN - DB/OUT - DB file, or maybe add a translator straight in the middle... so something like

              TRANSLATOR
              /        \
           DB/IO       PLC/IO
    
  • Database model : List of machines (type descriptions?) , List of tracking data (different types possible?), List of recipes (different types possible?)

  • Does the pylogix script actually work with an Omron PLC?

  • What kind of GUI are we talking about for the user?

Clone this wiki locally