Variables declared like this
bMyVar AT %MB100: BOOL;
can be accessed from another PLC by using the ADS read or write FB. Other programs, like the HMI Movicon, use the .tpy file in order to get a list of the available variables. Unfortunately variables declared with a memory location like the above are not present in the TPY file and cannot be read from the HMI software. Why does this happen if Twincat itself is able to read these variables using ADS? (HMI uses ADS too..)