Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

This Article describes the Settings to establish the Connection between custo diagnostic and Cosmed Omnia.

Requirements

Minimum Version are:

custo diagnostic: Die Anbindung an das Spirometrieprodukt Omnia von der Firma Cosmed ist ab der custo diagnostic Versoin 4.5.x möglich
cosmed Omnia: 1.4

...

Functionality

Die aktuelle Implementierung der Schnittstelle sieht vor:

...

Settings in custo diagnostic

Für den einwandfreien Betrieb müssen folgen Einstellungen getroffen werdenFor the perfect operation you have to set up the following options:

  1. Auswahl vom Comsmed Cosmed Omnia als Spirometriesoftware
    Please compare also with the "Types of the Interface"


  2. notwendige Datenabfrage-Dialoge aktivieren
      Für den Betrieb an Omnia ist es zwingend notwendig das der Patienten ein Gewicht und einen Größe hat.


  3. PDF-Grabbing
    Ist notwendig, damit der PDF-Ausdruck von Omnia in unsere CST-Datei vermerkt wird.


  4. PDF-Ausdruck/Export

     

  5. Anmeldedaten/Logindaten für Omnia
    Sind notwendig, da die Kommunikation das Anmelden mit einschließt.


  6. Programmname vom Omnia
    Das hier eingestellte Programm wird von custo aufgerufen, die Voreinstellung ist meistens passen


...

  1. Install Cosmed Omnia (min. Version 1.4) on the PC

  2. Start Cosmed Omnia the first Time and make it running

  3. 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.

    Code Block
    languagexml
    <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>:

    Code Block
    languagexml
        <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.

     

  4. COSMED Omnia starten
    Anmelden als Admin evtl. muß das Passwort jetzt eingegeben werden, bitte merken, denn es muß auch in die Einstellungen von custo diagnostic übernommen werden.
    Über die Datenbank kann immer der Patienten DEMO SUBJECT gewählt werden wenn einen Messung zu machen ist

  5. Das Gerät K5 konfigurieren


  6. Einmalig eine Messung starten und als HF-Quelle 'PC Software ECG' und Ergometer 'Ergoline900' wählen.Das geht nur, wenn zuvor das Gerät K5 ausgewählt wurde!



 

...

Anchor
Types of the Interface
Types of the Interface
Types of the Interface

Unter Einstellungen -> System ->Arbeitsplatz

kann die jeweilige Anbindung an Cosmed ausgewählt werden.Hierbei sind zwei unterschiedliche "Betriebsmodi" auswählbar, die Auswahl ist immer aus Sicht von custo diagnostic system zu sehen.

...