Which products are affected?
ESP-DDS2-P (DDS Professional 2.0)
ESP-DDS2-PU1 (DDS Professional 2.0 Upgrade)
Function description
By using compiler directives specific variables are not exported into the symbol file. Compiler Directives can be found in curly brackets behind the variable declaration.
Example:
VAR
INT {flag noread, nowrite};
END_VAR
The variable is not exported into the symbol file as shown in this example.
Applications
The oscilloscope function requires the symbol file to record the variable values. By using compiler directives specific variables are not exported into the symbol file. Therefore, these variables cannot be recorded by using the oscilloscope function.