#18 I2C Extended Inputs Outputs | Outseal Arduino PLC

Поділитися
Вставка
  • Опубліковано 4 січ 2025

КОМЕНТАРІ • 47

  • @samanthilakabanadara4788
    @samanthilakabanadara4788 10 місяців тому +1

    Very important lesson.thank you
    From Sri Lanka

    • @OnosTech
      @OnosTech  10 місяців тому

      I am glad it is helpful

  • @lenslens7379
    @lenslens7379 2 роки тому +2

    Here we go! The best Arduino PLC's channel!!
    Thanks 👍👍

    • @OnosTech
      @OnosTech  2 роки тому

      Thanks a lot! 😊😊😊

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

    Cool!!!

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

    Very interesting and Very helpful.. thank you sir👍

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

    Great tutorial, with your effort it starts to become a powerfull small plc. What is the max distance between 2 units?

    • @OnosTech
      @OnosTech  2 роки тому

      Thanks! The max distance for I2C bus is less than a meter or about a foot for effective communication. Modbus between devices is recommended long distance

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

    Very informative. What's the maximum number of expansions that would be allowed. Wish LDMicro had this feature

    • @OnosTech
      @OnosTech  2 роки тому

      It is dependent on the numbers of I/Os that can be assigned in Outseal studio which is S.1 to S.128, R.1 to R.128 and A.1 to A.26. So I think it may be at least 8 expansion module.

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

      @@OnosTech Thanks

    • @OnosTech
      @OnosTech  2 роки тому

      @@ronaldpereira7088 You're welcome!

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

    Hello mate, I'm doing an Arduino based PLC for educational proposes, and I would like to ask what software do you recommend more, between Outseal and LDmicro? I've been watching your tutorials and they have been very useful, thanks a lot!

    • @OnosTech
      @OnosTech  2 роки тому

      They are both unique in different ways:
      1. Outseal can program only Arduino Uno/Nano, the Outseal Nano and Mega, Ldmicro can program a wide range of processors including STM32.
      2. LDmicro requires configuration and additional software (Arduino IDE and Atmel Studio) before Arduino boards can be programmed. Outseal does not require those.
      3. LDmicro can do a number of low-level programming, Outseal has some easy functions for some modules.
      4. Outseal has fixed digital/analog I/O which can be extended with expansion modules, LDmicro I/O is depended on your board choice and can also use I/O expansion modules.
      5.
      4. Outseal UART is reserved for Modbus only, LDmicro does not have Modbus support yet but has UART instructions that accommodate other communication protocols.
      5. Outseal is more suitable for industrial applications, while LDmicro tends more to embedded systems.
      They are both great applications and it depends on the goal for your particular project. For me, Outseal stands out with its Modbus functions and I can decide what microcontroller to use from LDmicro different brands and models.hey are both unique in different ways:
      1. Outseal can program only Arduino Uno/Nano, the Outseal Nano and Mega, Ldmicro can program a wide range of processors including STM32.
      2. LDmicro requires configuration and additional software (Arduino IDE and Atmel Studio) before Arduino boards can be programmed. Outseal does not require those.
      3. LDmicro can do a number of low-level programming, Outseal has some easy functions for some modules.
      4. Outseal has fixed digital/analog I/O which can be extended with expansion modules, LDmicro I/O is depended on your board choice and can also use I/O expansion modules.
      5. Outseal mega (Atmega 128A) is not the same as Arduino mega (Atmega 2560) which has more I/O and memory.
      4. Outseal UART is reserved for Modbus only, LDmicro does not have Modbus support yet but has UART instructions that accommodate other communication protocols.
      5. Outseal is more suitable for industrial applications, while LDmicro tends more to embedded systems.
      They are both great applications and it depends on the goal for your particular project. For me, Outseal stands out with its Modbus functions and I can decide what microcontroller to use from LDmicro different brands and models.
      For educational purpose, I will chose LDmicro since it has a wider opportunity for learning.

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

      I got you! Thx for this information, I'll stand with LDmicro by now. I also don't see many cons on it, since the automation laboratories required won't use Modbus expressively.

    • @OnosTech
      @OnosTech  2 роки тому

      @@matheushenriquecamposfirmi1782 That's great then!

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

    how to control stepper motor using arduino nano plc outseal

  • @mdmostafashahid948
    @mdmostafashahid948 2 роки тому

    nice

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

    Hi Onos:
    I tried to make a program with several remote inputs (S.17 - S.20) and several remote outputs (R.17 - R.20) but I cannot figure out how to do it.
    Could you please make an example?
    It also would be very helpful an example of several I2C devices working altogether such as DS3231, I2C LCD and remote inputs/outputs.
    Thank you very much in advance!

    • @OnosTech
      @OnosTech  2 роки тому

      Ok. I will consider it

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

      Yes, please!!!
      I appreciate!!!

    • @OnosTech
      @OnosTech  2 роки тому

      Hi Karte! Please send an email to onos.technology@gmail.com

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

    Can Outseal be used to communicate with I/O expansion chips over I2C like the MCP23017 I2C 16bit port expander?

    • @OnosTech
      @OnosTech  2 роки тому

      Yes! The TWIR, TWIW instructions etc

    • @markrgreenlane
      @markrgreenlane 2 роки тому

      @@OnosTech is this something you would demonstrate on a tutorial video using two or three of them? Have to say I think your tutorials are really good.

    • @OnosTech
      @OnosTech  2 роки тому

      I will consider it. Also watch this video: ua-cam.com/video/GEeiTLoXdKY/v-deo.html

  • @AKNo.01
    @AKNo.01 2 роки тому

    Sir which pin is for analog output.

    • @OnosTech
      @OnosTech  2 роки тому

      There is no analog output in Outseal PLC. But you can achieve it with Modbus Analog Output Modules
      ua-cam.com/video/oSLo061C24U/v-deo.html
      s.click.aliexpress.com/e/_Dl7Kyqr

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

    sir, i want to communicate between 2 arduino uno using i2c protocol, so how to set slave address on an arduino uno?
    thank you!

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

      Do it the same way it was done in this video for the Arduino Nano

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

    please you make new video for nano v5 to nano v5 RS485 Communication Master Slave
    or
    mega v1 to mega v1 RS485 Communication Master Slave

  • @areebajabeenjabeen8116
    @areebajabeenjabeen8116 2 роки тому

    Goodmorning.
    Could i pls make a vedio. How to program attiny85- or 20 pin with Ld microsoftware by using ardiuno ife.

    • @OnosTech
      @OnosTech  2 роки тому

      I don't currently have this chip or module

  • @asitsantra3491
    @asitsantra3491 2 роки тому

    outseal plc with delta hmi project pls...

    • @OnosTech
      @OnosTech  2 роки тому +2

      I would like to, but I don't have this HMI

  • @kailashmalviya8
    @kailashmalviya8 9 місяців тому

    its nessary for use EDI EDO instruction

    • @OnosTech
      @OnosTech  9 місяців тому

      Yes! If you are extending the IOs

    • @kailashmalviya8
      @kailashmalviya8 9 місяців тому

      @@OnosTech ok and main programmer is master Arduino not salve right
      And nessary to A4 or A5 to 10k to 5v resistance

    • @OnosTech
      @OnosTech  9 місяців тому +1

      @@kailashmalviya8 The main programmer is master