09-03-2025 12:22 PM
Hello,
In my application, I'm receiving periodic single point data in string form inside an event structure. This string comprises 3 different parameters namely, pressure, temperature and frequency and I want to dynamically display only one of the parameters based on user selection at run time. I want the data or parameter selected by the user to appear as the waveform chart's y-axis label. The issue I'm having is that, upon user selection, the data changes to the selected parameter but the Y-axis label remains unchanged after the first parameter is displayed on the Y-axis label.
Subsequent user selections only change the data. I have included a section of the front panel and sections of the block diagram code. Any suggestions and recommendations will be appreciated. Thanks in advance!
Front panel
Pressure
Temperature
Frequency
Solved! Go to Solution.
09-03-2025 01:42 PM
09-03-2025 02:13 PM
Hello GerdW,
Thanks for your response. I took a second look following your comment and I have it working now. Thanks!
09-04-2025 12:56 AM
09-04-2025 11:27 AM
Hello GerdW,
I was trying to obscure information pertaining to my project before posting my question online but your point is well noted. Thanks again for your response.