...
...
GODCtrl – warnings and fixes
# | Title | User Story | Importance | Notes |
---|
1 | Jira |
---|
showSummary | false |
---|
server | INFN Ticketing System |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-137 |
---|
|
| As a developer I want a new DEVIL204 control so that I can put it into the new DEVIL204 |
|
|
2 | DEVIL204-Global write to memcached Jira |
---|
showSummary | false |
---|
server | INFN Ticketing System |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-132 |
---|
|
| As a developer I want GGODSta.vi and GGODDyn.vi have the "append" and "write" cases ENABLED so that I can validate real memcached write operations. | Must Have | The ability to enable or disable actual memcached operations has been implemented using "conditional disable structures" and introducing the new "MEMCACHED" symbol in GOD.lvprj. If the value is set to "Enabled" then: - the connection with memcached is initialized at start-up;
- the GODSta | Dyn clusters are written to memcached at run-time;
- the orbit buffers are written to memcached at run-time;
- the connection with memcached is closed at stop.
Any other value for the symbol "MEMCACHED" is treated as "Default" and no memcached operations are performed at all.
|
3 | DEVIL204-Update DBFiles Jira |
---|
showSummary | false |
---|
server | INFN Ticketing System |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-133 |
---|
|
| As a developer I want updated versionof DEVILs' DBFiles so that I can use them for loading data. | Must Have | - At this moment, DBFiles of DEVILs 364, 365, 366, 367 on /u2/dcs/db/DBFile3/ differ from those used by Apple (e.g. DEVIL365 has 24 components instead of 23).
|
4 | DEVIL204-Program data loading Jira |
---|
showSummary | false |
---|
server | INFN Ticketing System |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-134 |
---|
|
| As a developer I want valid orbit values (that is equal to legacy Apple data) so that I can use the same UI. | Must Have |
|
5 | DEVIL204-Optimize bundleORB VIs Jira |
---|
showSummary | false |
---|
server | INFN Ticketing System |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-135 |
---|
|
| As a developer I want a fast ORB dataset recontruction so that I can obtain a real time orbit acquisition. | Must HaveImportant | - The VIs .../0_classes/GOD/library/fetchORB[Sta|Dyn].vi and their SubVIs .../0_classes/GOD/library/bundleORB[Sta|Dyn].vi must be optimized by moving the code that parses the descriptors in the "init" frame so that it is executed only once.
|
6 | DEVIL204-Database Jira |
---|
server | INFN Ticketing System |
---|
columnIds | issuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-122 |
---|
|
| As a developer I want all the data available in the new program global variables so that I can develop the acquisition code. | Must Have |
|
7 | DEVIL204-DBFiles | As a developer I want the DEVIL204 DBSta and DBDyn in the real working directory so that the DCS can find them where espected. | Must Have | - At this moment the DBFiles have been copied into the directory
/u2/dcs/source_linux/0_classes/GOD/DBFile2_temporary - The LoadRTDB204.vi uses this temporary path
|
8 | DEVIL204-HWMaskArray Jira |
---|
showSummary | false |
---|
server | INFN Ticketing System |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-136 |
---|
|
| Fix the HW mask | Must Have |
|
Al momento la difficoltà maggiore è quella di riottenere una tabella di ordinamento tramite i VIs:
precompileORB.vi
precompileORB_IR.vi
I suddetti VIs sono stati modificati per quanto riguarda il recupero degli indirizzi ma ci sono degli errori.
...
GODCmd – warnings and fixes
# | Title | User Story | Importance | Notes |
---|
1 | Jira |
---|
showSummary | false |
---|
server | INFN Ticketing System |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-138 |
---|
|
| As a developer I want a new DEVIL204 command so that I can put it into the new DEVIL204 | Must Have |
|
2 | DEVIL204-system commands Jira |
---|
showSummary | false |
---|
server | INFN Ticketing System |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-139 |
---|
|
| | Must Have | - ONLN [ON | OFF]
- BYPS [ON | OFF]
- EMSK <integer number>
- PUTT HCI,<flattened string>
|
3 | DEVIL204-GOD class commands Jira |
---|
server | INFN Ticketing System |
---|
columnIds | issuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution |
---|
columns | key,summary,type,created,updated,due,assignee,reporter,priority,status,resolution |
---|
serverId | 8087fedc-8816-3706-9e66-78f987f39e0c |
---|
key | LNFDCS-140 |
---|
|
| CALC, SETT, LOAD | Must Have | |
...