by ger21 » Mon Feb 17, 2025 3:14 pm
I just posted this in another thread.
If it's a screen specifically for the UB1, and no other controllers, open it in Notepad, Find and replace UC300ETH_UB1 with UC300ETH_5LPT.
Done.
If it's a screen specifically for the UB1, and no other controllers, open it in Notepad, Find and replace UC300ETH_UB1 with UC300ETH_5LPT.
Done.
If you want to add a controller to a screen, copy the entire section for an existing controller, from the beginning, like this:
//REGION UC300ETH_5LPT
if (mainform.userselecteddevtype == UC100.DeviceType.UC300ETH_5LPT || mainform.userselecteddevtype == UC100.DeviceType.Demo_UC300ETH_5LPT)
.....
.....
To the end:
//ENDREGION UC300ETH_5LPT
And just replace the controller name with the one you want. (I changed the color of what needs to be changed.)
Note that the diagnostic page will need to be edited in the screen editor for it to work correctly.
And some controllers have more features than others.
So if you copy a UC100 screen for a UC300, you'll be missing some things.
And if you copy a UC300 screen for use with a UC100, there will be features on the screen that are not supported by the UC100.