slaclab / timechart

A Charting Tool based on PyDM
https://slaclab.github.io/timechart/
Other
4 stars 11 forks source link

Plot waveform data besides scalar #44

Open marciodo opened 5 years ago

marciodo commented 5 years ago

A suggestion: timechart could plot an entire waveform EPICS record in one single shot. Each time the record updates, it would clean the data on the screen and update with the new waveform.

kabanaty commented 2 years ago

Would require a separate chart widget (can't plot waveforms on PyDMTimePlot and can't plot scalars on PyDMWaveformPlot). Perhaps a toggle to switch which chart is displayed? Methods would likely need to be doubled-up to manage both charts.