LDmicro 10: Incubator Temperature Regulator (Microcontroller PLC Ladder Programming with LDmicro)

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 พ.ย. 2024

ความคิดเห็น • 38

  • @lucianodipaolo2428
    @lucianodipaolo2428 3 ปีที่แล้ว +1

    ciao e' da un po' che non ti vedevo ..sei bravissimo e se l'unico che ci capisce davvero ..grazie

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      Its my pleasure.

  • @karounkapedrokilombo2374
    @karounkapedrokilombo2374 3 ปีที่แล้ว +3

    this channel is gold mine.. new follower from Guinea

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว +1

      Welcome, Karounka it's good to have you here.

  • @MedTronic73
    @MedTronic73 3 ปีที่แล้ว +1

    Hi dear my frind i am MedTronic.... Best wishes... Best Regards

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว +1

      MedTronic! It's good to have you here. Many thanks

  • @ukoha147
    @ukoha147 3 ปีที่แล้ว +1

    Details so simple

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      Thanks a lot 😊

  • @sherifhossny8062
    @sherifhossny8062 ปีที่แล้ว

    Thank you very much!

    • @OnosTech
      @OnosTech  ปีที่แล้ว

      You're welcome!

  • @roelgritter
    @roelgritter 3 ปีที่แล้ว +2

    As usual a very good tutorial. Thanks looking forward to your next tutorial.

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      Many thanks

  • @electrichospital4024
    @electrichospital4024 3 ปีที่แล้ว +2

    wow, its really very good tutorial

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว +1

      Thank you!

  • @vickypawar8332
    @vickypawar8332 3 ปีที่แล้ว +1

    Stepper motor ladder program and wiring diagram with Arduino Uno please make video for stepper motor

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      I will consider it

  • @mo-ez3ry
    @mo-ez3ry 3 ปีที่แล้ว +1

    sir, can i ask, why we need to convert thousand,hundred and tens ,its for 7 segment?

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      Each 7-segment display can only show a single digit at a time because it is multiplexed. To achieve that a number with four-digit has to be separated into single digits by converting it to thousand, hundred, tens and unit

  • @electrichospital4024
    @electrichospital4024 3 ปีที่แล้ว +1

    Please Start SCADA tutorial in LDmicro

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว +1

      There is plan for it. But we have to complete the most relevant functions in LDmicro

    • @electrichospital4024
      @electrichospital4024 3 ปีที่แล้ว +1

      @@OnosTech ok

    • @electrichospital4024
      @electrichospital4024 3 ปีที่แล้ว +1

      SCADA
      th-cam.com/channels/CRu9nezVe42ajMW6wUqxhA.htmlvideos
      this channel not clear tutorial, but I hoop you are make & made clear SCADA tutorial

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      Sure

    • @electrichospital4024
      @electrichospital4024 3 ปีที่แล้ว

      @@OnosTech 100%

  • @mikesterling3949
    @mikesterling3949 3 ปีที่แล้ว

    I am getting errors in Ardiono IDE while compiling sketch:
    Error compiling for board Arduino Nano.
    undefined reference to `EEPROM_read(unsigned int)'
    undefined reference to `EEPROM_write(unsigned int, unsigned char)'
    Can you please help me with this ?

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      Use the RomLib.h from the Arduino library folder 📁 instead of the AVR library folder 📁. There seem to some difference.

    • @mikesterling3949
      @mikesterling3949 3 ปีที่แล้ว +1

      Yes Sir .. Problem solved .. Done compiling. Thank you again for your reply in lightning speed.

  • @mikesterling3949
    @mikesterling3949 3 ปีที่แล้ว +1

    Is it required to modify the setpoint{persist} for using with any other microcontrollers ? I mean, in order to match with EEPROM of any other microcontrollers ?

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      No modification is required as long as the microcontroller has EEPROM and you have selected the microcontroller type from the settings menu

    • @mikesterling3949
      @mikesterling3949 3 ปีที่แล้ว +1

      Thank you, Sir

  • @КотКосмонавт-д3г
    @КотКосмонавт-д3г ปีที่แล้ว

    Hi, at what point in time data is stored in eeprom?

  • @jerrygaralde9074
    @jerrygaralde9074 3 ปีที่แล้ว

    i have a problem uploading the code to arduino nano

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      Please explain the problem

    • @jerrygaralde9074
      @jerrygaralde9074 3 ปีที่แล้ว

      C:\Users\JERRYG~1\AppData\Local\Temp\ccRs5Ryn.ltrans0.ltrans.o: In function `PlcCycle':
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:666: undefined reference to `EEPROM_read(unsigned int)'
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:667: undefined reference to `EEPROM_read(unsigned int)'
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:687: undefined reference to `EEPROM_write(unsigned int, unsigned char)'
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:705: undefined reference to `EEPROM_read(unsigned int)'
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:706: undefined reference to `EEPROM_read(unsigned int)'
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:728: undefined reference to `EEPROM_write(unsigned int, unsigned char)'
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:670: undefined reference to `EEPROM_read(unsigned int)'
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:671: undefined reference to `EEPROM_read(unsigned int)'
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:709: undefined reference to `EEPROM_read(unsigned int)'
      C:\Users\JERRYG~1\AppData\Local\Temp\arduino_build_382367\sketch/labproject.cpp:710: undefined reference to `EEPROM_read(unsigned int)'
      collect2.exe: error: ld returned 1 exit status
      exit status 1
      Error compiling for board Arduino Nano.

    • @jerrygaralde9074
      @jerrygaralde9074 3 ปีที่แล้ว +1

      that was the error showing when i was trying to run it in arduino ide

    • @OnosTech
      @OnosTech  3 ปีที่แล้ว

      I have seen this error in Arduino IDE too. Copy the "RomLib.h" file from the ARDUINO library folder instead of the AVR library folder. There are some differences in the code.
      If for no other reason configuring LDmicro in C mode with the below link has proven to be more efficient for me.
      th-cam.com/video/1ooMWbz8Zzs/w-d-xo.html