Skip to content
Snippets Groups Projects
Commit e9c36a4f authored by barillac's avatar barillac
Browse files

small change in storage config

SVN: 35239
parent b85a266e
No related branches found
No related tags found
No related merge requests found
...@@ -109,9 +109,9 @@ $.extend(SchwankLabProfile.prototype, StandardProfile.prototype, { ...@@ -109,9 +109,9 @@ $.extend(SchwankLabProfile.prototype, StandardProfile.prototype, {
"BOX_NUM" : 16 //Boxes on each rack, used for validation, to avoid validation increase the number to 9999 for example "BOX_NUM" : 16 //Boxes on each rack, used for validation, to avoid validation increase the number to 9999 for example
}, },
"LIQUID_NITROGEN_1" : { //Freezer name given by the NAME_PROPERTY "LIQUID_NITROGEN_1" : { //Freezer name given by the NAME_PROPERTY
"ROW_NUM" : 1, //Number of rows "ROW_NUM" : 6, //Number of rows
"COLUMN_NUM" : 1, //Number of columns "COLUMN_NUM" : 10, //Number of columns
"BOX_NUM" : 9999 //Boxes on each rack, used for validation, to avoid validation increase the number to 9999 for example "BOX_NUM" : 1 //Boxes on each rack, used for validation, to avoid validation increase the number to 9999 for example
}, },
"CHEMICAL_CABINET" : { //Freezer name given by the NAME_PROPERTY "CHEMICAL_CABINET" : { //Freezer name given by the NAME_PROPERTY
"ROW_NUM" : 6, //Number of rows "ROW_NUM" : 6, //Number of rows
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment