-
Notifications
You must be signed in to change notification settings - Fork 0
Sections
Sections are segmentations of networks. They help to determine the use of Helium in certain regions of the network, e.g. a lab or a building.
Positions and vessels can be assigned to sections with object relationships.
The amount of Helium that is lost in a section can be determined by the evaluation of
- the difference of the weight measurements of assigned vessels,
- the difference of the amount of gas entering and leaving the section.
Vessels can be assigned to sections by creating an object relationship with the section and performing book-in and book-out measurements with a balance (see MEA_BOOKINGCODE 3 and 4). Positions with gas counters (assigned gas counter modules) which are on the boundary of the section must set the OR_SYSTEMFEED attribute to 1 (feed) or 2 (drain) when creating the object relationship with the section. All position in the section should have an object relationship with the section.
A reservation of a vessel to a section (for a later assignment) can be signaled by entering the sections name (OB_NAME) into the vessels OB_POSINFORMATION field and setting the vessels OB_ENABLED1 field to true (see e.g. OB_ENABLED1, OB_POSINFORMATION).
By default, there is only one object class for the Section function in the database. That is the Section class. It has OC_ID 20.
| Position type | Display priority |
|---|---|
| 1 | NULL |
By default, the Section object class only has one object type in the database. It is called section.
Sections must belong to a network. OB_NETWORK_ID therefore must not be NULL.
The only objects that can be assigned to a section are positions and vessels.
| Attribute | Type | Note |
|---|---|---|
| OB_ID | integer | |
| OB_OBJECTTYPE_ID | integer | |
| OB_NAME | string | |
| OB_COMMENT | string | |
| OB_POSINFORMATION | string | |
| OB_ENDOFOPERATION | date & time | |
| OB_ENABLED1 | number, 0 or 1 | section is displayed on the network plan (future application) |
| OB_INSTALLED | date & time | |
| OB_NW_ID | number | ID of network (must not be NULL) |
| OB_CODE | string, max. 100 characters | password/code for identification of users for the vessel program |
- Installation
- Update for Adding Version Control
- Update GAM to Version 1.2
- Update GAM to Version 1.3
- Configure (tbc)