Communication between Compactlogix and Micrologix 1400 via MSG instruction

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 19

  • @leebeavers6912
    @leebeavers6912 21 годину тому

    Great video! good speed working through things so I don't have to rewind, and fast/relevant enough to keep me tuned in. Excellent way of covering all the small details! Thank you Thank you Thank you!

  • @selcuksert41
    @selcuksert41 6 днів тому

    Thank you very much for your support. You explained how to do it very clearly. I did it on my first try.

  • @calebking1520
    @calebking1520 2 роки тому +1

    Very informative and simple video for someone who has not done explicit messaging before. Thank you very much.

  • @jameserayburn
    @jameserayburn 2 роки тому +1

    Outstanding! Thanks for sharing!

  • @randyking476
    @randyking476 2 роки тому +1

    Thanks for that I was having trouble with the comm path.

  • @bartek975
    @bartek975 Рік тому

    I had problem when I was doing that in rslogix 500, in messages I received error code e0. I did not know why, but I tried your way and it worked :) I was using micrologix 1100 series B and compactlogix L32E.

  • @lofispaceopera
    @lofispaceopera Рік тому +1

    very nice

  • @arjunjayswal6347
    @arjunjayswal6347 Рік тому +1

    Thank you sirji
    🙏

  • @wandersonpereira9884
    @wandersonpereira9884 4 місяці тому

    Thanks for sharing!

  • @garymatthews6309
    @garymatthews6309 2 роки тому +1

    Fantastic thank you

  • @guillermorondan8809
    @guillermorondan8809 2 роки тому +1

    Thanksss!!!!

  • @vorapobautomation9760
    @vorapobautomation9760 Рік тому

    Dear Sir, How to program Ramp up and ramp down in PLC in order to run drive from setting in m/m. ? (Ramp function gen)

    • @1919sandeep
      @1919sandeep  Рік тому +1

      First we use VFD for this kind of application and if we want to control it from PLC you need some input value to make sure its ramping up and down, therefore you need encoder as well so you PLC can get some kind of feedback.

  • @ajithkumarelumalai5349
    @ajithkumarelumalai5349 Рік тому

    In rs linx what type of protocol you were selected? Sir..,

  • @DavidGonsior
    @DavidGonsior Рік тому

    How do you access the input and output bits? Typing O0:0 or I1:0 errors out.

    • @1919sandeep
      @1919sandeep  Рік тому

      To access any real IO data you first move them into Dint or Int value and then transfer.

  • @joew4202
    @joew4202 Рік тому

    I can't change any of the integers in the MLX. When i try and change it the value just goes back to 0

    • @1919sandeep
      @1919sandeep  Рік тому

      if you are pulling data from other PLC you will not be able to change it because as soon as you change it pull the data from other PLC.