The variable worksheet is corrupted

Hello Sir, When I was writing the program, I was almost finished when I suddenly had this failure. The variable sheet suddenly disappeared… Please help to see if there is a solution. PLCnext Engineer :2020.0LTS Thanks a lot! ps.I’m not sure why the program can’t be uploaded. If possible, please let me know your email and I’ll send you an email.

Solved and communicated internally. (ref: 00128289)

I also have this issue occur today 2022.6, any help available?

The earlier problem was solved by the original poster, but I’m not sure how.

I have asked someone from your local Phoenix Contact office to get in touch with you, so you can send the PLCnext Engineer project to him, and we can investigate the problem.

Hi, I had the same problem today, while I was working on my program, suddenly the variable worsheet presented the error “The variable worksheet is corrupted”. I hope you can help me, thanks.

I have had no contact yet, but here is some detail from my log.

image.pngReally under pressure to get this sorted, so even a way to access the raw data for the variables would be great

Found a solution for me:

                                               * Saved project as uncompressed format andclosed
                                               * Found the variables table in question and edited the following
                                               * ` C001 : ``_**< UNDEFINED>**_`` { CustomGroupReference('f1bd5d43-8802-48e3-8c78-4e137296f372') } {Id('076fedf6-a1eb-4354-ad99-31fcca8f441c')};`  

to
C001 : ``**BOOL**``{ CustomGroupReference('f1bd5d43-8802-48e3-8c78-4e137296f372') } {Id('076fedf6-a1eb-4354-ad99-31fcca8f441c')};
Reopen and all was fine

It worked, thanks for your help!