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
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 ?
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 ?
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
ciao e' da un po' che non ti vedevo ..sei bravissimo e se l'unico che ci capisce davvero ..grazie
Its my pleasure.
this channel is gold mine.. new follower from Guinea
Welcome, Karounka it's good to have you here.
Hi dear my frind i am MedTronic.... Best wishes... Best Regards
MedTronic! It's good to have you here. Many thanks
Details so simple
Thanks a lot 😊
Thank you very much!
You're welcome!
As usual a very good tutorial. Thanks looking forward to your next tutorial.
Many thanks
wow, its really very good tutorial
Thank you!
Stepper motor ladder program and wiring diagram with Arduino Uno please make video for stepper motor
I will consider it
sir, can i ask, why we need to convert thousand,hundred and tens ,its for 7 segment?
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
Please Start SCADA tutorial in LDmicro
There is plan for it. But we have to complete the most relevant functions in LDmicro
@@OnosTech ok
SCADA
th-cam.com/channels/CRu9nezVe42ajMW6wUqxhA.htmlvideos
this channel not clear tutorial, but I hoop you are make & made clear SCADA tutorial
Sure
@@OnosTech 100%
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 ?
Use the RomLib.h from the Arduino library folder 📁 instead of the AVR library folder 📁. There seem to some difference.
Yes Sir .. Problem solved .. Done compiling. Thank you again for your reply in lightning speed.
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 ?
No modification is required as long as the microcontroller has EEPROM and you have selected the microcontroller type from the settings menu
Thank you, Sir
Hi, at what point in time data is stored in eeprom?
Whenever the variable value changes
@@OnosTech Thnx
i have a problem uploading the code to arduino nano
Please explain the problem
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.
that was the error showing when i was trying to run it in arduino ide
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