I have refactored some PLC code that had binding to a TwinCAT HMI project, does anyone know of a way to change the names of my already mapped variables in a one shot?
below shows the part of the variable names I need to change;
PLC1.MAIN.fbOcp.fbHmiDriver._TwoTrackStarted
"fbOcp" is now called "fbTupo"
Do a search/replace operation over the whole HMI-Project with an editor like VS-Code. That's currently the best way to do something like this. Actual renaming/refactoring does not work properly yet in the IDE.