NodesΒΆ
This element and its children define the measurement systems and devices that have to be available to successfull apply the setup.
Usage of <Local> is implied, if no <Nodes> element exists in the file.
<Nodes>
[<Local/>]
<TRIONet name="string" serialNumber="digits"/>*
<OxygenNet name="string" ip="ip_address"/>*
</Nodes>
The ordering of the children is arbitrary, but significant for indexing. Loading a setup fails, if any of the nodes is not available.
<Local>: The OXYGEN instance used to load the setup and directly attached measurement equipment.
<TRIONet>: A TRIONet node that will be claimed.
<OxygenNet>: An OXYGEN-NET system that will be claimed.
<Nodes> is optional, and, if not present in the file, only the <Local> system is used.
Nodes that are listed here can be referenced (using the 0-based index of the child) in the <Sync> section, if any advanced synchronization settings are required.