Zygmunt

MrPLC Member
  • Content count

    16
  • Joined

  • Last visited

Everything posted by Zygmunt

  1. Visio to PLC

    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
  2. Do you like SFC? I don't. Do you use your own programming patterns? Open my web page and let me know what you think about my programming patterns. PLC programming patterns
  3. Open my web page and let me know what you think about my programming patterns. PLC programming patterns
  4. Visio to PLC

    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
  5. FX2n-232IF

    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
  6. During this weekend I will try to post it. It is posted as a Demo.zip in OMRON - Demo Software ... let me know what you think about it!
  7. 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
  8. VisioToFB

    Version

    2921 downloads

    Visio Flow Chart to Omron Function Block Converter /thumbsupsmileyanim.gif style=vertical-align:middle emoid= border=0 alt=thumbsupsmileyanim.gif />
  9. 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!
  10. CX-Programmer improvement requests

    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.
  11. I have an utility in C# which converts Visio vsd to txt. This txt file can be copy paste into Omron Function Block ST. It works very good. You can debug only your flow chart. One click and your FB ST is updated too.
  12. I have a C# program which converts vsd to txt file. It is based on Visio SDK. You can make a change in your Visio flow chart and save it. Use my utility which will update your txt file. Copy and paste into FB - done. I am using LL to define transitions and outputs based on states.
  13. The easy way to program OMRON PLC using Function Blocks. From Visio *.vsd to *.txt file. Then copy and paste into Function Block ST type body. Any corrections to a Visio flow chart - one click and *.txt is corrected too. From the documentation to the LL. It works!
  14. Flow Charts to Ladder Logic

    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!
  15. Flow Charts to Ladder Logic

    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.
  16. Flow Charts to Ladder Logic

    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.