You can now run the oscillating collimator for a specified number of cycles.
A MOTEND event is now sent when the oscillator stops.
Also temporarily set status to eEager to allow changing the motor accesscode parameter while something else is running, (eg a counter)
motor.c
finishDriving is no longer static so we can call it from the oscilator and generate a MOTEND event.
west4100.c
Return 'success' from wrapper on "controlsensor" and "sensorlist" queries so we can test and capture their values in scripts.
Makefile
Compile the quokka beamstopaction object
site_ansto.c
Add the MakeActionObject command. Currently only makes the hardcoded beamstopaction object
obpar.c
Report object name and parameter on an illegal attempt to set a parameter
hmm_configuration_common_1.tcl
Add oscillating collimator control flag for Wombat. If true we use hmm to start the histogram server instead of hmc. TODO remove hmc and always use hmm.
hipd/config/motors/motor_configuration.tcl
Don't load anticollider config twice. Fix oct limits
wombat_configuration.tcl
Environment configuration must be loaded before running server_init.
hrpd/config/hmm/hmm_configuration.tcl
Fix default time-bin to match 10Hz frame frequency
hrpd/config/motors/motor_configuration.tcl
Added dummy motor for testing.
reflectometer/config/hmm/detector.tcl
Fill in dhv1 configuration parameters.
sans/config/hmm/detector.tcl
Enable detector voltage control
sans/config/hmm/hmm_configuration.tcl
SICS-227 set default resolution to 192x192
sans/config/motors/motor_configuration.tcl
Added dummy motor for testing
quokka parameters.tcl
Fix L2mm calculation, Fix SICS-228 users cannot set rotapdeg
beamstopaction.[ch]
NEW: Implements an action command to drive the quokka beamstops up and down.
r2670 | ffr | 2008-08-07 13:17:29 +1000 (Thu, 07 Aug 2008) | 53 lines
Create pas/config/source/source.tcl
config/source/source_common.tcl
pelican_configuration.tcl
deploySICS.sh
Don't deploy script validator configs, they are obsolete
server_config.tcl
Source config has been moved to config/source and is specialised for each instrument by calling the instrument specific initialiser ::source:isc_initalize
commands_common_1.tcl
The monitor mode and preset are recorded when running the count command
counter_common_1.tcl
Report and record the counts and time for the multicounter and each monitor. Also record the mode and preset for the multicounter.
hmm_configuration_common_1.tcl
Cleanup, remove obsolete code.
Report and record the hmm total counts and time.
Allow monitor controlled acquisition from the histogram server
nxscripts_common_1.tcl
Add DataType to NXdata section, preserve case in text attributes.
scan_common_1.tcl
Provide sensible feedback for our bmonscan and hmscan objects.
Set run_mode when doing a scan. Allow users to select the datatype for histmem scans and to force a scan
wombat_configuration.tcl
echidna_configuration.tcl
platypus_configuration.tcl
kowari_configuration.tcl
quokka_configuration.tcl
Load source config.
quokka_configuration.tcl
SICS-198 HACK, Add AttrotDeg and RotApDeg status feedback.
sans/commands/commands.tcl
Add status feedback for quokka "guide" command.
sans/parameters/parameters.tcl
Make sure data can be saved as xml (replace % with _percent)
SICS-198 HACK, add AttRotDeg and RotApDeg status feedback.
utility.tcl
Fix nasty "params array generator" bug. SICS commands execute at runlevel 0 which means that the params anonymous array must be made at this level.
Provide the normalattlist command to enable creating attribute lists with the case preserved.
Added the runsics, runtestsics and sicsclient scripts to CVS.
Added source configurations for echidna, wombat, kowari, quokka, platypus, and pelican to CVS
r2644 | ffr | 2008-07-11 11:09:57 +1000 (Fri, 11 Jul 2008) | 53 lines
server_init now calls ::counter::isc_initialize, ::histogram_memory::isc_initialize and ::scan::isc_initialize
scan.c
SICS-158 Restrict bmonscan and hmscan to only one scan variable
count_common.tcl
Create a mulicounter which uses the available monitors as channels. The multicounter is used in bmonscans
hipadaba_configuration_common.tcl
Use _link as the suffix for the nxvgroup name when making nexus file links.
hmm_configuration_common.tcl
SICS-190 Create hdb entries for bm_counts, bm_event_rate, bm_status
SICS-164 Allow running histmem in simulated mode.
hmm_cylindrical_detector_configuration.tcl
Only refer to detector SICSVariables when necessary, otherwise we get dependency problems.
nxscripts_common_1.tcl
Separate histmem_filtype_spec from bmon_filetype_spec so that we can use the histem_filetyp_spec names to restrict the histmem scan filetypes.
Close the data file on error in proc ::nexus::save
Allow int and text types when saving macro data
scan_common_1.tcl
SICS-173 Allow users to force a scan when the instrument isn't ready
Added ic_initialize proc so we can make dependencies explicit in the init_server proc
SICS-186 Allow monitor modes for histmem scans
Allow selection of histmem file policies from runscan command
echidna, wombat, kowari, quokka and platypus component and server configurations
Added instrument specific configuration initialisation functions in the component configuration files.
Add a catch block to the top-level instrument server configuration file and printout the errorContext and callStack
r2641 | ffr | 2008-07-01 17:02:26 +1000 (Tue, 01 Jul 2008) | 34 lines
sicvar.c
SICS-93 Save histogram data and instrument state during an acquisition
hipadaba_configuration_common.tcl
SICS-185 Preserve case on hdb node names
hmm_configuration_common_1.tcl
nxscripts_common_1.tcl
sicvar.c
SICS-174 Allow saving of histmem data and instrument status during a count operation.
wombat_configuration.tcl
echidna_configuration.tcl
platypus_configuration.tcl
kowari_configuration.tcl
quokka_configuration.tcl
SICS-153 Move setup of statemon to new server_init function for the new sics_uid state variable
server_config.tcl
SICS-153 set attributes on the sics_suid var which is now created by MakeStateMon
SICS-187 Add cold source info (TODO move to platypus,quokka and pelican configs)
utility.tcl
SICS-185 Added normalgetatt to preserve case on hdb node names etc.
sans/config/optics/aperture_configuration.tcl
New file, Provides lookup tables for attenuation and entrance apertures. (SICS-157)
sans/config/optics/optics.tcl
Load the new aperture_configuration.tcl
sans/config/parameters/parameters.tcl
SICS-157 Add instrument parameters section with derived parameters and their dependencies
statemon.c
SICS-153 Create sics_suid sicsvariable when loading statemon and increment it on each status change.
r2635 | ffr | 2008-06-23 12:41:12 +1000 (Mon, 23 Jun 2008) | 38 lines
cvs diff -u -rRELEASE-1_2-MERGEPOINT -rHEAD <filepath>
and found no modifications on the trunk between the release 1.2 mergepoint and cvs HEAD
r1946 | ffr | 2007-05-08 15:01:16 +1000 (Tue, 08 May 2007) | 4 lines