it-cleanchemi / BR-SCADA

Repository for B&R Automation code
0 stars 0 forks source link

B&R Automation - Project Crashing on Opening #1

Open PollaciCode opened 1 month ago

PollaciCode commented 1 month ago

Issue Statement: Issue occurred when attempting to open the project file. Was able to open the file by going to startup in B&R and selecting "start in a blank environment". This prevented all the tabs that typically open on startup to no longer open. Upon looking deeper, one of the content pages xml data had gotten corrupted altering several integer values into large float variables.

Issue Solution: The solution is to edit the xml file data directly. removing the float values after the integers repaired the file for standard use. Will look into testing to see what caused this issue to occur IntegerToFloat .

PollaciCode commented 1 month ago

Leaving issue open. Looking to replicate for troubleshooting.