fbarresi / TwinCatAdsTool

TwinCAT Tool for explore backup and compare ADS Variables
MIT License
89 stars 13 forks source link

Reading never finishes #27

Open dhullett08 opened 1 year ago

dhullett08 commented 1 year ago

I'm trying to use this tool to backup some important Persisted data. I can connect to my target, but when I click read from plc, The message Reading GVL.gDryingDialData appears and nothing else happens. This variable is a global persisted var and is not very big. about 400 bytes total. I also was not able to find the logfile output anyhwere? where does the log get stored? Also whats the Select A Connection dropdown for? It always has an * with no other options.

dhullett08 commented 1 year ago

image

fbarresi commented 1 year ago

Hi!

I suppose the recursive search on the whole PLC program variables I added time ago makes problems in this case. I added a flag that only includes global persistent stuff.

Would you please give a try from your end? I actually cannot test with a real hardware.

This is the new flag: image

Available in the latest pre-release

Best regards, FB