Uses of Annotation Interface
xal.smf.scada.AScada.Field
Packages that use AScada.Field
-
Uses of AScada.Field in xal.smf.impl
Fields in xal.smf.impl with annotations of type AScada.FieldModifier and TypeFieldDescriptiondouble
WireScanner.ActrConfig.accelInit
The maximum acceleration of the actuator used to move into the initial scan location; that is, the time derivative ofvelInit
.double
WireScanner.ActrConfig.accelReturn
The maximum actuator acceleration when returning to the home location, in mm/sec.double
WireScanner.ActrConfig.accelSearch
The maximum acceleration used by the actuator when searching for a limit switch, in mm/sec2.double
WireScanner.ActrConfig.accelStep
The maximum acceleration of the actuator used to move between sampling points, in mm/sec2.int
WireScanner.DevStatus.almSgnl
Alarm flag for wire signal; it indicates a saturation condition.int
WireScanner.DevStatus.almTmg
Timing error flag.double[]
WireHarp.DaqConfig.arrPosDia
Array of wire positions on the beam axis for the diagonal projection plane.double[]
WireHarp.DaqConfig.arrPosHor
Array of wire positions on the beam axis for the horizontal projection plane.double[]
WireHarp.DaqConfig.arrPosVer
Array of wire positions on the beam axis for the vertical projection plane.double
WireScanner.PrcgConfig.avgBgn
Time position to start signal averagingdouble
WireScanner.PrcgConfig.avgLng
The size (in time) of the time averaging windowint
WireHarp.DevStatus.cmdResult
Result code of the latest harp user command.double
WireScanner.TrgConfig.delay
Time delay between beam-on event and actual DAQ start.int
WireScanner.DevStatus.dmgDia
Diagonal wire damage
status: 0=OK, 1=Damageint
WireScanner.DevStatus.dmgHor
Horizontal wire damage
status: 0=OK, 1=MPS tripint
WireScanner.DevStatus.dmgVer
Vertical wire damage
status: 0=OK, 1=MPS tripint
WireScanner.DevStatus.errCollsn
Actuator collision error.int
WireScanner.DevStatus.errMps0
MPS 0 trip
status: 0=OK, 1=MPS tripint
WireScanner.DevStatus.errMps1
MPS 1 trip
status: 0=OK, 1=MPS tripint
WireScanner.DevStatus.errPs
General power supply error
status: 0=OK, 1=Error conditionint
WireScanner.DevStatus.errScan
General error during scan
status: 0=OK, 1=Error conditionint
WireScanner.DevStatus.errScanRng
Scan out of range errorint
WireScanner.ScanConfig.errScanRng
Error flag indicating that the scan parameters are inconsistent, that is, they do not describe a viable scan.int
WireScanner.TrgConfig.event
Event code to trigger data acquisition - values 0,...,256int
WireHarp.DaqConfig.fitTypeCode
Type code of the current fitting profile
0 = Super Gaussian
1 = Super Gaussian × Gaussian
2 = Super Gaussian + Gaussian
3 = Super Gaussian × Parabolaint
WireHarp.DevConfig.gainCmn
The (discrete) common amplifier gain for all profile channels.int
WireHarp.DevStatus.hrpIns
Flag indicating harp is insertedint
WireHarp.DevStatus.hrpRetr
Flag indicating harp is retractedint
WireHarp.DevStatus.hrpStop
Flag indicating harp is stoppedint
WireScanner.DevStatus.idScan
The current scan sequence identifier.int
WireScanner.DevStatus.limFwd
forward limit switch activatedint
WireScanner.DevStatus.limRev
reverse limit switch activateddouble
WireScanner.ScanConfig.lngScan
The maximum position of the scan considering the current values ofposInit
,stepLength
, andstepCount
double
WireScanner.ScanConfig.lngStroke
The stroke length of the device actuator.double
WireScanner.DevStatus.mvtMax
Maximum actuator excursion during a scanint
WireScanner.DevStatus.mvtStatus
Movement state of the wire.double
WireScanner.ScanConfig.posInit
The initial (actuator) position of the scan in mm.int
WireScanner.ScanConfig.pulseCount
The number of beam pulses (traces) used to compute a profile sample value.int
WireHarp.DaqConfig.recWiresDia
Bit record indicating operation status for each wire of the diagonal wire set.int
WireHarp.DaqConfig.recWiresHor
Bit record indicating operation status for each wire of the horizontal wire set.int
WireHarp.DaqConfig.recWiresVer
Bit record indicating operation status for each wire of the vertical wire set.int
WireScanner.SmplConfig.sampleRate
The digitizer sampling rate (in Hz)double
WireScanner.SmplConfig.sampleWindow
The sampling window [0.1,2] msecint
WireScanner.PrcgConfig.sigInv
Inversion of acquired profile signal {-1,+1}int
WireScanner.SmplConfig.signalGain
The amplifier signal gain {0, 1, 2}int
WireScanner.SmplConfig.signalTimeout
The timeout period for a no-beam exception [20,300] secint
WireHarp.DevStatus.statCtrl
Manual control status indicatorint
WireHarp.DevStatus.statDev
Alarm flag for wire signal; it indicates correct operations.int
WireHarp.DevStatus.statMps
Machine Protection System status flagint
WireScanner.ScanConfig.stepCount
The total number of profile data samples in the scan data set.double
WireScanner.ScanConfig.stepLength
The size of each scan step in mm.double
WireScanner.ActrConfig.tmoSearch
The maximum time allowed while the actuator is searching for a limit switch, in seconds.double
WireScanner.ActrConfig.tmoStep
The maximum time allowed to move the actuator between sampling locations, in seconds.double
WireHarp.DevConfig.trgDelay
The triggering delay, I think it is in micro-seconds.int
WireHarp.DevConfig.trgEvent
Triggering event type code.double
WireScanner.ActrConfig.velInit
The initial (actuator) speed of the actuator in mm/sec.double
WireScanner.ActrConfig.velReturn
The maximum actuator speed when returning to the home location, in mm/sec.double
WireScanner.ActrConfig.velSearch
The maximum velocity used by the actuator when searching for a limit switch, in mm/sec.double
WireScanner.ActrConfig.velStep
The maximum actuator velocity between sampling points, in mm/sec.double
WireScanner.DevStatus.wireMax
The maximum stroke length of the actuatordouble
WireScanner.DevStatus.wirePos
Current position of the wiredouble
WireScanner.DevStatus.wireVel
Current speed of the wire -
Uses of AScada.Field in xal.smf.scada
Methods in xal.smf.scada with parameters of type AScada.FieldModifier and TypeMethodDescriptionstatic ScadaFieldDescriptor
ScadaFieldDescriptor.makeFieldDescriptor
(String strName, AScada.Field annFld) Creates aScadaStruct$ScadaFieldDescriptor
object according to the specifications in the given arguments.