Task #9635
Milestone #9608: Down Converter Test
Make Synoptic pages for displaying DDC data
Description
A synoptic page that can plot DDC I & Q, Magnitude and position data.
History
#1 Updated by John Diamond almost 6 years ago
- % Done changed from 0 to 20
Create a Synoptic page for displaying raw buffer devices:
Parameters:- m = machine portion of ACNET device (e.g. Z for test devices)
- loc = Three digit BPM location (e.g. BOO for test devices)
- off = Buffer offset
- len = Buffer length
#2 Updated by John Diamond almost 6 years ago
Created a Synoptic display for turn-by-turn data:
http://www-bd.fnal.gov/synoptic/display/Work_in_progress/instbpm_display_tbt
- m - ACNET machine character (e.g. Z for test devices)
- d - BPM Direction (H for horizontal, V for vertical)
- loc - BPM location (e.g. BOO for first test BPM)
#3 Updated by John Diamond almost 6 years ago
- % Done changed from 20 to 40
#4 Updated by John Diamond almost 6 years ago
Turned on auto-scaling for plots.
Fixed the array lengths for data sources.
Trying for figure out why the I data and Magnitude data devices won't return more than 100 points.
#5 Updated by John Diamond almost 6 years ago
- Status changed from New to Closed
- % Done changed from 40 to 100
Trying for figure out why the I data and Magnitude data devices won't return more than 100 points.
Fixed - see #9611. TBT display seems to be working now.
#6 Updated by John Diamond almost 6 years ago
- Status changed from Closed to Feedback
Except that Synoptic attempts to divide the 8000 sample plot into four reads which is not compatible with our use of the offset as a page index. See #9611. On-hold until we hear from Linden.
#7 Updated by John Diamond almost 6 years ago
Added the BPM direction ('d') parameter to the raw display.
Removed the off and len parameters and hard-coded the display to show 16000 raw samples.
#8 Updated by John Diamond almost 6 years ago
Added a check of an offset out-of-bounds to the TBT devices. Returns MOOC_BAD_OFFSET for anything over 2.