Opened 9 years ago
Closed 9 years ago
#579 closed enhancement (fixed)
Store serial number of sequencers as annotations on hardware items
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v2.16 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
And use this information in the 'Sequencing startup' wizard to automatically match the sequencer that is used.
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → assigned |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [2368]) Fixes #579: Store serial number of sequencers as annotations on hardware items
Added
SerialNumber
annotation and associated it withSequencer
hardware items. The sequencing startup wizard will try to match the serial number in therunParameters.xml
file with the annotations. If a match is found the correct sequencer is automatically selected. It is still possible to manually override, but a warning is then displayed.