Hi,
We are trying to load overlays in AD and would like to change the X and Y widths to be non-zero (this causes endless problems from users since a rectangular overlap won't display with width =0, but a cross will!).
I would guess that I just have to say YWIDTH=1, XWIDTH=1 but this does not seem to work. For example, in the commonPlugins.cmd:
dbLoadRecords("NDOverlayN.template","P=$(PREFIX),R=Over1:1:, NAME=Box1, YWIDTH=1, XWIDTH=1,SHAPE=1,O=Over1:, XPOS=$(PREFIX)ROI1:MinX_RBV, YPOS=$(PREFIX)ROI1:MinY_RBV, XSIZE=$(PREFIX)ROI1:SizeX_RBV, YSIZE=$(PREFIX)ROI1:SizeY_RBV, PORT=OVER1,ADDR=0, TIMEOUT=1")
Advise?
Thanks,
Nino
|