Ticket #6341 (closed: fixed)
Properly handle scan index values when connecting to SMS
Reported by: | Ross Miller | Owned by: | Ross Miller |
---|---|---|---|
Priority: | major | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
On connection, SMS will send out the scan index value IFF it's in the middle of s a scan. Otherwise it sends nothing. Need to handle both cases.
Change History
comment:2 Changed 8 years ago by Ross Miller
Changes to scan_index handling in ADARA
Upon connection, SMS will send out a packet with the scan index IFF it's in the middle of a scan. Changing the live listener code to make sure the appropriate time series property has been created before it connects to SMS.
Also adding code in initWorkspace() to add a scan index of 0 if we've received no explicit scan index from SMS.
refs #6341
Changeset: 63535819cde85db4a7cbf51e5909977213fcff59
comment:3 Changed 8 years ago by Ross Miller
Changes to scan_index handling in ADARA
Upon connection, SMS will send out a packet with the scan index IFF it's in the middle of a scan. Changing the live listener code to make sure the appropriate time series property has been created before it connects to SMS.
Also adding code in initWorkspace() to add a scan index of 0 if we've received no explicit scan index from SMS.
refs #6341
Changeset: 0ab9789e6de5742df91b0129c2113c619ae8fd7e
comment:4 Changed 8 years ago by Ross Miller
Changes to scan_index handling in ADARA
Upon connection, SMS will send out a packet with the scan index IFF it's in the middle of a scan. Changing the live listener code to make sure the appropriate time series property has been created before it connects to SMS.
Also adding code in initWorkspace() to add a scan index of 0 if we've received no explicit scan index from SMS.
refs #6341
Changeset: 63535819cde85db4a7cbf51e5909977213fcff59
comment:5 Changed 8 years ago by Ross Miller
- Status changed from accepted to verify
- Resolution set to fixed
comment:6 Changed 8 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor