siko Posted October 27, 2021 Share Posted October 27, 2021 Cheers everyone, I have two ( DMT80480T050-16WT ) on Astral pool heaters, One burned out beyond repair. I got one from china that needs to be programmed. The program is identical to the other one that is fully working. My query is. is there a way I can backup the program on the working module and then uploaded it into the new module? the module has a slot for SD cards, this is a common procedure used by the manufactory. I am not familiar with the workaround, any help will be fully appreciated. Kind regards Link to comment Share on other sites More sharing options...
jchd Posted October 27, 2021 Share Posted October 27, 2021 1 hour ago, siko said: The program is identical to the other one that is fully working. Two functionally equivalent boards may use very different designs. If the chineesium board is a copy it may be incompatible with the origin board and run its own, proprietary firmware. 1 hour ago, siko said: is there a way I can backup the program on the working module and then uploaded it into the new module? It all depends if the two boards are exactly the same (manufacturer, model, version) AND if the board has provision to load/update the firmware. 1 hour ago, siko said: the module has a slot for SD cards, this is a common procedure used by the manufactory In general a SD card is used to load/store data, not host the firmware: that's typically stored in micro-controler flash (program) memory. The link you provide requires signing/login; no thanks. TheDcoder 1 This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
siko Posted October 27, 2021 Author Share Posted October 27, 2021 Hi , the two boards are identical from the same Chinese company with identical firmware ? only need to copy the data from the one working I have to the new board's micro-controller flash (program) memory . The board is fitted with SD card slot for this purpose . There must be a procedure to do that ? any one familiar with it? Kind regards Siko. Link to comment Share on other sites More sharing options...
siko Posted October 27, 2021 Author Share Posted October 27, 2021 Yes, the board has provision to load/update the firmware Link to comment Share on other sites More sharing options...
siko Posted October 28, 2021 Author Share Posted October 28, 2021 This is the link to the Link to comment Share on other sites More sharing options...
jchd Posted October 28, 2021 Share Posted October 28, 2021 (edited) You need to dig into the DWIN website which offers support for their tablet to understand that this piece of hardware is just a generic SOC tablet with interfaces provided to manage external devices. If the original board is toast it's utterly probable you won't be able to copy back all the data you need (config file, icons, images, ...). For that ask the pool heater maker (Astral) if they are willing to provide you with an SD card filled with all the required resources for your pool heater model, plus the procedure to load that content on the new tablet. Note that this subject has zero relationship to AutoIt and I wonder why you ask this question here. Edited October 28, 2021 by jchd TheDcoder and JockoDundee 1 1 This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe hereRegExp tutorial: enough to get startedPCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta. SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt) Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted October 28, 2021 Moderators Share Posted October 28, 2021 siko, Quote this subject has zero relationship to AutoIt Quite. Locked and will disappear soon. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Recommended Posts