Introduction
This Article describes the Settings to configure the Connection between custo diagnostic and Cosmed Omnia.
Requirements
Minimum Version are:
custo diagnostic: 4.5.x
cosmed Omnia: 1.4
Functionality
Die aktuelle Implementierung der Schnittstelle sieht vor:
Patienten resp. Auftragsauswahl erfolgt in custo diagnostic
custo diagostic steuert kein Gerät
nach Erscheinen des EKG's in custo diagnostic wird alles weitere in Omnia gemacht. Dazu erscheint nach 6 Sek. (einstellbar) dort der Dialog zur Konfiguration der Messung (Make, Profil, usw.)
Die laufenden Messung kann sowohl in custo diagnostic als auch in Omnia beendet werden.5 Sekunden (einstellbar) nach dem in Omnia die Messung beendet worden ist, wird trickreich versucht die Kennung der neuen Messung/Auswertung zu ermitteln
Die Darstellung einenr gemeinsamen Messung kann nur in custo diagnostic gemacht werden. Da bei Omnia die gleiche Auswertung aufgerufen wird, wird sonst nichts bzgl. der Kommunikation zwischen den beiden Produkten gemacht.
Settings in custo diagnostic
For the perfect operation you have to set up the following options:
Select Cosmed Omnia as CPET Software in the Interface Selection
Please compare also with the "Types of the Interface"
Enable necessary Dialogues to ask the Customer for required Data
For the Operation of Cosmed Omnia the Weight and Height of the Patient is mandatory!Enable
Enable PDF-Grabbing
The PDF Grabbing import the PDF into the Evaluation which is printed from Cosmed Omnia as Report while the Test.Configure the PDF Printout and the Standard Printout
Configure the LoginUserName and LoginPassword from Cosmed Omnia
The Login Credentials are mandatory because its a part of the TCP/IP Communication.Configure the Program Name of Cosmed Omnia
This Program will be started if you launch a CPET Test in custo diagnostic.
Settings in Cosmed Omnia
- Install Cosmed Omnia (min. Version 1.4) on the PC
- Start Cosmed Omnia the first Time and make it running
Activate the TCP/IP Interface in the File "\%PUBLIC%\Documents\Cosmed\CosmedLab\ACS.XML". The File exists only you had start Cosmed Omnia one times. After that you have to edit the File manually.
<ExtendedConfiguration Version="1"> <General> <TimeOutMinCheckValue Type="System.Int32" Value="15" /> <MenuMatrix Type="Tuple" TypeID="System.Int32" ID="2" TypeValue="System.Int32" Value="3" /> </General> <EntityFramework> <SessionTimeout Type="System.Int32" Value="60" /> <MaxRetryCount Type="System.Int32" Value="5" /> <MaxDelay Type="System.Int32" Value="26" /> </EntityFramework> <Bridge> <Debugger Type="System.Boolean" Value="True" /> <Control Type="Tuple" TypeID="System.String" ID="tcp" TypeValue="System.String" Value="xml" TypeItem2="System.String" Item2="utf-8" TypeItem3="System.String" Item3="5530" TypeItem4="System.String" Item4="OmniaXB" /> <Legacy Type="Tuple" TypeID="System.String" ID="legacy" TypeValue="System.String" Value="raw" TypeItem2="System.String" Item2="ascii" TypeItem3="System.String" Item3="" TypeItem4="System.String" Item4="" /> </Bridge> <Ergo> <ShowDataOnProtocolChart Type="System.Boolean" Value="True" /> </Ergo> </ExtendedConfiguration>
To activate the Communication via TCP/IP you have to insert this Line inside the Section <Bridge>:
<Control Type="Tuple" TypeID="System.String" ID="tcp" TypeValue="System.String" Value="xml" TypeItem2="System.String" Item2="utf-8" TypeItem3="System.String" Item3="5530" TypeItem4="System.String" Item4="OmniaXB" />
Please be careful that only one Line of the Type <Control> in the Section <Bridge> exists.
- Start Cosmed Omnia
Login as an Administrator. You can use these Credential also in the Configuration in custo diagnostic.
With the Patient "DEMO SUBJECT" every time a Test can be performed. - Configure the Device K5
- Start a test once time and select 'PC Software ECG' as HR Source and 'Ergoline900' as the bike. This is only possible after you had selected the Device K5!
Types of the Interface
In custo diagnostic → Settiungs → System → Workstation
the Type of Interface to Cosmed Omnia can be selected. This is comparable to an Operation Mode. The Selection is described as View from custo diagnostic.
Selection | Operation Mode |
---|---|
COSMED Omnia (slave) | Cosmed Omnia: do not control the Training Device |
COSMED Omnia (master) | Cosmed Omnia: control the Training Device |
Special Settings in custo diagnostic
These internal Setting you can find in CSC->Daten-Export\CosmedOmnia. These Settings are available:
Setting | Default Value | Description |
---|---|---|
AutostartOmniaDebugMonitor | false | Starts a Debug Monitor Dialogue when the Communication is established. In this every Action / Reaction will be recorded during a Communication (Test) in Real Time. |
AutostartOmniaProgram | false | Starts the Cosmed Omnia Main Program if custo diagnostic ist started. Otherwise the Cosmed Omnia Program ist started not until the customed has select CPET in custo diagnostic. |
HostAddress | 127.0.0.1 | The TCP/IP Address to Cosmed Omnia (PC). Default Setting is the local Address of the PC. Often the two Programms are running on the same PC. |
Port | 5530 | TPC Port (Cosmed Omnia) for the TCP/IP Connection |
LogonPassword | <empty> | Password of the Cosmed Omnia User |
LogonUserName | <empty> | Name of the Cosmed Omnia User |
ProgramFullName | C:\Program Files (x86)\COSMED\Omnia\CosmedLab.exe | Path an Name of the Cosmed Omnia Programfile |
PostTestCommandDelaySeconds | 5 | Ist die Wartezeit bei custo die nach der Ende der Messung abgewartet wird, bevor die Liste des Auswertungen (Tests) des aktuellen Patienten angefordert wird. Dies ist notwendig, denn Omni kann nicht unmittelbar nach Ende der Messung die Liste des Auswertungen (Tests) des aktuellen Patienten liefern, der befehl wird mit NACK beantwortet und steht dann auch als Fehlermeldung in der Error.log |
StartTestCommandDelaySeconds | 6 | Ist die Wartezeit bei custo die mindestens vergeht bevor bei Omnia der Start-Dialog aufgerufen wird. Dies ist notwendig, da bei Omni der Start-Befehl erst dann verarbeitet wird, wenn die richtige Bildschirmmaske auf den Bildschirm ist und das braucht meisten 2-4- Sek. Zeit |
TcpConnectionMaxRetryCount | 6 | gibt an wie oft maximal versucht werden soll die TCP/IP Verbindung aufzubauen.Erfahrungsgemäß gelingt nach einem Programmstart vom Omnia nicht immer auf Anhieb die Verbindung aufzubauen, daher können hier mehrer Versuche durchaus Hilfreich sein |