Zygmunt

MrPLC Member
  • Content count

    16
  • Joined

  • Last visited

Posts posted by Zygmunt


  1. With RSLogix5000 you can save a program as XML and you can open it from XML file. You can find any rung of your ladder logic program as a string. A visio file you can save as XML too. From this file you can read a flow chart (a transition Tx from a state Sy to state Sz). When you have this info about your flow chart you can write a ladder logic or Structured Text program (a set of lines) into your RSLogix5000 xml. If you need more info please let me know. Zygmunt

  2. I have the idea. Mostly we document PLC projects using Visio. I mean states - transitions - alarms. Let say your PLC is IEC 61131-3 compatible or you can save a program (export - import or save as) as XML file. It is possible to create a single PLC program module as a Visio page template (a flow chart with a data). Then you can build any complicated program as a set of Visio pages??? This Visio page template can be use to program all PLCs which agree with the condition above. What do you think about my idea? For today I know how to for RSlogix5000, Step7, CX-0ne, Beckhoff and Wago. ZM

  3. FX1nc and FX2n-232IF When I am sending data #28 b3=1 but #29 b0=1 It means : Status says Error but Error buffer says NO ERROR. My short program is based on a sample from a manual for this module. Any idea, please let me know... Ziggy

  4. File Name: VisioToFB File Submitter: Zygmunt File Submitted: 6 Aug 2006 File Category: Demo Software Visio Flow Chart to Omron Function Block Converter <img src=style_emoticons/#EMO_DIR#/thumbsupsmileyanim.gif style=vertical-align:middle emoid= border=0 alt=thumbsupsmileyanim.gif /> Click here to download this file

  5. Omron Function Blocks ST I have an utility which converts a Visio flow chart to txt file - which you can copy - paste into FB. Transitions - FB inputs, States - FB oututs. LL only to define transitions (based on inputs or internals) and outputs (based on outputs or internals). It works better than SFC! - less limitations! Any questions - please let me know.

  6. Presently I am using Visio x.vsd file to create x.txt file which I can copy and paste into FB - Structured Text. In LL the FB has an input channel for transitions and an output channel for actual states. LL defines all transitions and real outputs and interconnections between Fbs - what can be done building another flow chart -> FB. This approach should works for any PLC with FB!

  7. Presently I am using Visio x.vsd file to create x.txt file which I can copy and paste into FB - Structured Text. In LL the FB has an input channel for transitions and an output channel for actual states. LL defines all transitions and real outputs and interconnections between Fbs - what can be done building another flow chart -> FB. This approach should works for any PLC with FB!

  8. Yes, I think about a utility which based on Visio file x.vsd can produce for you a LL code. Presently I am testing this type application for OMRON CJ1G and works perfect. You can make a small correction to your flow chart and your LL is updated automatically.

  9. Let us say design flow charts and convert them to regular ladder logic. The major problem for any LL is a proper documentation. Mostly programmers think that a LL is a documentation - but I think only for a creator of this LL. My idea is to start process of design with flow charts. Then convert them to LL and test. Let us say our source code is a flow chart. I think that I know how to convert Visio flow charts to OMRON CJ LL. Please, let me know what you think about my idea.