Factory Acceptance Test Explained - Part 2 | PLC Digital I/O Test

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 50

  • @khalidahmad9563
    @khalidahmad9563 Год назад +2

    Dear Engineer , you are awesome and explained very simple...God bless u

    • @realpars
      @realpars  Год назад +1

      That's great, Khalid! Thanks for your support.

  • @JKTCGMV13
    @JKTCGMV13 3 года назад +4

    I like your videos even when they’re not directly applicable to my work. Great quality coming from this channel 💯

  • @bushramusa8729
    @bushramusa8729 3 года назад +2

    This channel is tailored for me and my career needs.
    If you can make videos for failures inspection and maintenance plans.
    It will be awesome

    • @realpars
      @realpars  3 года назад +2

      Hi Bushra,
      Thanks for the topic suggestion, I will definitely go ahead and forward this to our creator team. Happy learning!

  • @UsherWolheim
    @UsherWolheim 3 года назад +1

    I rarely comment on RUclips but your channel is really awesome. Please keep it up with these awesome contents!

    • @realpars
      @realpars  3 года назад +1

      That means a lot, Usher! Thanks for sharing that with us. If you have any questions while watching our video courses, please feel free to contact us at any time!
      Thanks again and happy learning!

  • @benjieramos4887
    @benjieramos4887 3 года назад +3

    More for how to use the simulator..thank you from phil.

  • @DirtMcGert29054
    @DirtMcGert29054 3 года назад +2

    Ole fluke 753 is a game changer

  • @AbdullahAhmed-vj2vi
    @AbdullahAhmed-vj2vi 3 года назад +2

    I like your videos. We need more . Also we need video that explains wiring digital input and output step by step

    • @realpars
      @realpars  3 года назад +1

      Hi Abdullah,
      Thanks for your comment and topic suggestion!
      I will happily go ahead and pass this on to our course developers. In the meantime, the following video course might be helpful as well ruclips.net/video/nY0LaLxusho/видео.html

  • @Halesh1305
    @Halesh1305 3 года назад +1

    It's very usefull to new learner .thanks lot

    • @realpars
      @realpars  3 года назад

      Glad to hear that, Halesh!

  • @SEALTRONICS
    @SEALTRONICS Год назад

    You guys are the best of all

    • @realpars
      @realpars  Год назад

      Thank you very much, Amos!

  • @prasannahukkire3409
    @prasannahukkire3409 3 года назад +1

    Vedio is knowledgeable
    Great sir...

  • @frednewcal9388
    @frednewcal9388 3 года назад +1

    Well made! Good job!

    • @realpars
      @realpars  3 года назад

      Thanks a lot! Great to hear that, Fred

  • @ahmad.a.alhussain
    @ahmad.a.alhussain 2 года назад +1

    Great channel. I've followed you on LinkedIn immediately. but about the test, I have faced another issue the names in the circuit diagram (the names of components in the factory) were different from the site and that made a problem by wasting the time to understand the right wiring type.

    • @realpars
      @realpars  2 года назад +1

      Part of commissioning is to match the actual device in the field with what is shown on the wiring diagram. If I have a digital input or digital output card, most devices with one of two types (contact closure or 3-wire solid-state). I have had the same thing happen over the years, but with a little practice, you will be able to quickly match the field instrument to how it should be wired to the PLC. As a side note, I would also ask the engineering company who designed the system to explain the discrepancy between the field device and what is on the wiring diagram. There may be bigger issues (working off of old drawing revisions, missed updates, mislabeled devices, etc.).

  • @darshanacollection6646
    @darshanacollection6646 3 года назад +1

    Good job sir.👍👍

  • @anoopgeorge9483
    @anoopgeorge9483 3 года назад +1

    Very useful video 👌

  • @davorbozic8430
    @davorbozic8430 Год назад

    I would only add the information that it is easier to just force the digital outputs in your PLC one by one. Its straightforward and easy process, and you don't have to go inside the program logic and check the trigger conditions.

    • @realpars
      @realpars  Год назад

      Thank you for adding that! We very much appreciate that.

  • @cck1496
    @cck1496 3 года назад +2

    Excellent video. Can anyone tell please how to simulate the signal? Do you mean to jumper it?
    I am trainee.
    Thanks.

    • @realpars
      @realpars  3 года назад +2

      Yes, digital inputs can be simulated by jumpering the appropriate voltage from a power supply to the input terminal of the PLC. This is electrically what would exist if the input device were energized. This can be dangerous if you are not experienced in doing this. 24VDC circuits from different power supplies should not be mixed. Always use power from the same power supply circuit as would normally be used by the device.
      Analog inputs can be simulated with a Fluke process meter or other devices that can generate 4-20 ma for loop-powered devices. For Profibus PA sensors, there is a simulation mode that allows testing of the analog signal to the PLC. Digital outputs and analog outputs should be forced from the PLC to simulate.

    • @cck1496
      @cck1496 3 года назад +1

      @@realpars Thanks for your prompt and such detailed explanation.
      Thanks for sparing your valuable time.
      Really appreciate your excellent work.
      Keep it up...

  • @Amalokch
    @Amalokch 3 года назад +2

    04:50, what if the PLC logic is too complex to simulate?
    Isn’t much better for I/O testing force the output signal and see if the relay or contact activates?

    • @realpars
      @realpars  3 года назад +3

      It is always better to engage the actual hardware components in any simulation or system logic checks. Most often, this is not possible since the hardware and I/O may be in the process of being installed in the field at the time testing is required. A good simulation, regardless of the complexity of the software and logic, should be designed to tie "outputs back to inputs" and allow for direct input of analog values. Full dynamic simulations are usually possible as well but take longer to plan and set up. You need to decide what level of simulation/program checkout is appropriate for your needs. Typically, it will take 5%-10% of the time taken to create your program logic to create a "tie-back" simulation; 10% - 20% for a full dynamic simulation. Your simulation and testing strategy should be part of your Functional Specification document and needs to be planned for up front. When I program PLCs, my control module logic (device control logic) and equipment module logic (equipment functional logic) have simulation code built right into the logic. When I need to simulate the system at the "tie-back" level, I simply need to set the simulation bit. If I need to do a full dynamic simulation, I add a program block or file to do all of the necessary calculations and setting of analog values. Don't forget the power of your HMI interface in setting conditions and monitoring the logic!

    • @Amalokch
      @Amalokch 3 года назад

      @@realpars Many thanks for the feedback, as you explain seems to be having a simulation program block might help in the long run. I will try it next time. cheers!

  • @alex_nevskiy_888
    @alex_nevskiy_888 3 года назад

    For DO why not just use Watch Table Force Mode for it? The DOs inclusion conditions in program may be anaccessble at all, for example they can include time delays, some inner flags or variables.

    • @realpars
      @realpars  3 года назад +1

      Yes, you could certainly use this method for testing DO points. Many times, if the logic is simple or repetitive, such as with valves, it may be better to test the logic as well as the outputs at the same time. The method of testing is up to the engineer performing the test.

    • @alex_nevskiy_888
      @alex_nevskiy_888 3 года назад

      @@realpars Ah, got it.

  • @ricardogarcia3900
    @ricardogarcia3900 3 года назад

    "Stay tuned" ... I will.

  • @clems6989
    @clems6989 2 года назад +1

    90% of problems during initial testing are wiring issues.
    The other 90% is component configuration...

  • @ardentdfender4116
    @ardentdfender4116 3 года назад +2

    This is what you call “Loop Checking”.

  • @vickywagh6860
    @vickywagh6860 3 года назад

    How can we test outputs if program not downloaded to PLC

    • @realpars
      @realpars  3 года назад

      Technically, you can't. Triggering an output on a PLC output card has to be done via logic or via a "force", both of which require a connection to the PLC. You can load a "bare-bones" hardware configuration with no program elements and force the outputs.

  • @Ravinder764
    @Ravinder764 3 года назад +1

    👍👍👍 video

  • @mehulpatel9579
    @mehulpatel9579 2 года назад +1

    👍🏻🇮🇳

  • @bimbo-yw6ny
    @bimbo-yw6ny 11 дней назад

    but siemens plc haven't got a simulator??

    • @realpars
      @realpars  10 дней назад

      Hello. Thank you for your question. Yes, Siemens PLC programming software does have a simulator depending on the PLC software, for example, the new software for Siemens PLC, TIA, Simatic Manager S7, LOGO, etc. Always check the Siemens Website or the software manual. Here is a link for your learning: support.industry.siemens.com/cs/document/109744173/documentation-for-simatic-controller?dti=0&lc=en-WW Happy learning from RealPars!

  • @bimbo-yw6ny
    @bimbo-yw6ny 11 дней назад

    1 minute 58 sec to arrive to the point

    • @realpars
      @realpars  11 дней назад

      Thank you for your feedback! To make it easier for you, we've included timestamps in the description so you can skip directly to the main points. Hope that helps!