Jonathan93

MrPLC Member
  • Content count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Jonathan93

  • Rank
    Hi, I am New!

Profile Information

  • Country United Kingdom
  1. B&R Automation Studio Config Error

    Hi, i have never used B&R software, but i would say you have used a newer version of software to upload the project than is supported by the module. You may find there is a newer ethernet module available that would work with your version. I have had similar problems with Siemens TIA. They dont support the older modules as the software is uprevved. E.G, i had a 16  x DI card that i could not configure in TIA V15 because the module was so old. I had to buy the latest released 16 x DI card instead, or use TIA V14.   
  2. FBD in ISaGRAF (6.4)

    Hi everyone, I have wrote some not too complicated code in Ladder using ISaGRAF 6.4 which runs in one of my companies RTUS. The customer has asked me to convert this code to FBD as this is what their engineers are used to, however i cant seem to figure out how to do (what is to me) a very basic function. In LAD, the blocks have EN/ENO points which enable the block when the preceeding signal passes power to it. For example, if Pump 1 is running, do this, if it is not running, dont. In FBD in ISaGRAF, there is no EN/ENO, so all the blocks within the diagram just initiate one after the other, following the exectuoin order. I have attached a screenshot. In the screenshot, i want the no_of_starts to increment if the pump_run_copy signal is NOT true. However, all that happens is it runs the NOT block, then goes straight to the Increment block, and continually increments while the program is running. I have also attached the same software but in Ladder.   Appreciate any help!