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 TypeFieldDescriptiondoubleWireScanner.ActrConfig.accelInitThe maximum acceleration of the actuator used to move into the initial scan location; that is, the time derivative ofvelInit.doubleWireScanner.ActrConfig.accelReturnThe maximum actuator acceleration when returning to the home location, in mm/sec.doubleWireScanner.ActrConfig.accelSearchThe maximum acceleration used by the actuator when searching for a limit switch, in mm/sec2.doubleWireScanner.ActrConfig.accelStepThe maximum acceleration of the actuator used to move between sampling points, in mm/sec2.intWireScanner.DevStatus.almSgnlAlarm flag for wire signal; it indicates a saturation condition.intWireScanner.DevStatus.almTmgTiming error flag.double[]WireHarp.DaqConfig.arrPosDiaArray of wire positions on the beam axis for the diagonal projection plane.double[]WireHarp.DaqConfig.arrPosHorArray of wire positions on the beam axis for the horizontal projection plane.double[]WireHarp.DaqConfig.arrPosVerArray of wire positions on the beam axis for the vertical projection plane.doubleWireScanner.PrcgConfig.avgBgnTime position to start signal averagingdoubleWireScanner.PrcgConfig.avgLngThe size (in time) of the time averaging windowintWireHarp.DevStatus.cmdResultResult code of the latest harp user command.doubleWireScanner.TrgConfig.delayTime delay between beam-on event and actual DAQ start.intWireScanner.DevStatus.dmgDiaDiagonal wire damage
status: 0=OK, 1=DamageintWireScanner.DevStatus.dmgHorHorizontal wire damage
status: 0=OK, 1=MPS tripintWireScanner.DevStatus.dmgVerVertical wire damage
status: 0=OK, 1=MPS tripintWireScanner.DevStatus.errCollsnActuator collision error.intWireScanner.DevStatus.errMps0MPS 0 trip
status: 0=OK, 1=MPS tripintWireScanner.DevStatus.errMps1MPS 1 trip
status: 0=OK, 1=MPS tripintWireScanner.DevStatus.errPsGeneral power supply error
status: 0=OK, 1=Error conditionintWireScanner.DevStatus.errScanGeneral error during scan
status: 0=OK, 1=Error conditionintWireScanner.DevStatus.errScanRngScan out of range errorintWireScanner.ScanConfig.errScanRngError flag indicating that the scan parameters are inconsistent, that is, they do not describe a viable scan.intWireScanner.TrgConfig.eventEvent code to trigger data acquisition - values 0,...,256intWireHarp.DaqConfig.fitTypeCodeType code of the current fitting profile
0 = Super Gaussian
1 = Super Gaussian × Gaussian
2 = Super Gaussian + Gaussian
3 = Super Gaussian × ParabolaintWireHarp.DevConfig.gainCmnThe (discrete) common amplifier gain for all profile channels.intWireHarp.DevStatus.hrpInsFlag indicating harp is insertedintWireHarp.DevStatus.hrpRetrFlag indicating harp is retractedintWireHarp.DevStatus.hrpStopFlag indicating harp is stoppedintWireScanner.DevStatus.idScanThe current scan sequence identifier.intWireScanner.DevStatus.limFwdforward limit switch activatedintWireScanner.DevStatus.limRevreverse limit switch activateddoubleWireScanner.ScanConfig.lngScanThe maximum position of the scan considering the current values ofposInit,stepLength, andstepCountdoubleWireScanner.ScanConfig.lngStrokeThe stroke length of the device actuator.doubleWireScanner.DevStatus.mvtMaxMaximum actuator excursion during a scanintWireScanner.DevStatus.mvtStatusMovement state of the wire.doubleWireScanner.ScanConfig.posInitThe initial (actuator) position of the scan in mm.intWireScanner.ScanConfig.pulseCountThe number of beam pulses (traces) used to compute a profile sample value.intWireHarp.DaqConfig.recWiresDiaBit record indicating operation status for each wire of the diagonal wire set.intWireHarp.DaqConfig.recWiresHorBit record indicating operation status for each wire of the horizontal wire set.intWireHarp.DaqConfig.recWiresVerBit record indicating operation status for each wire of the vertical wire set.intWireScanner.SmplConfig.sampleRateThe digitizer sampling rate (in Hz)doubleWireScanner.SmplConfig.sampleWindowThe sampling window [0.1,2] msecintWireScanner.PrcgConfig.sigInvInversion of acquired profile signal {-1,+1}intWireScanner.SmplConfig.signalGainThe amplifier signal gain {0, 1, 2}intWireScanner.SmplConfig.signalTimeoutThe timeout period for a no-beam exception [20,300] secintWireHarp.DevStatus.statCtrlManual control status indicatorintWireHarp.DevStatus.statDevAlarm flag for wire signal; it indicates correct operations.intWireHarp.DevStatus.statMpsMachine Protection System status flagintWireScanner.ScanConfig.stepCountThe total number of profile data samples in the scan data set.doubleWireScanner.ScanConfig.stepLengthThe size of each scan step in mm.doubleWireScanner.ActrConfig.tmoSearchThe maximum time allowed while the actuator is searching for a limit switch, in seconds.doubleWireScanner.ActrConfig.tmoStepThe maximum time allowed to move the actuator between sampling locations, in seconds.doubleWireHarp.DevConfig.trgDelayThe triggering delay, I think it is in micro-seconds.intWireHarp.DevConfig.trgEventTriggering event type code.doubleWireScanner.ActrConfig.velInitThe initial (actuator) speed of the actuator in mm/sec.doubleWireScanner.ActrConfig.velReturnThe maximum actuator speed when returning to the home location, in mm/sec.doubleWireScanner.ActrConfig.velSearchThe maximum velocity used by the actuator when searching for a limit switch, in mm/sec.doubleWireScanner.ActrConfig.velStepThe maximum actuator velocity between sampling points, in mm/sec.doubleWireScanner.DevStatus.wireMaxThe maximum stroke length of the actuatordoubleWireScanner.DevStatus.wirePosCurrent position of the wiredoubleWireScanner.DevStatus.wireVelCurrent 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 ScadaFieldDescriptorScadaFieldDescriptor.makeFieldDescriptor(String strName, AScada.Field annFld) Creates aScadaStruct$ScadaFieldDescriptorobject according to the specifications in the given arguments.