OpenICE Community Support Forum

Welcome to the OpenICE community support forum. Use this forum for submitting bugs, asking for help, and solving problems you are having with OpenICE software. For ideas, general questions, and conversation please use the discussion forum.
0

Puritan Bennet 840 Serial Port connection

jbarrueco 8 years ago in OpenICE 0

I'm having problems to connect PB 840 to a MacBook. I'm using a serial to USB cable. Despite I installed OpenICE and Java, the Device Adapter does not recognizes it, just shows bluetooth port of the Mac. I installed another app called "Serial" and it reads the serial port but I want realtime, high frecuency data to build waveforms and make lung mechanics analysis. What I'm doing wrong?

0

artifactiory not accessibile

gianpiero 8 years ago in OpenICE updated 8 years ago 1

Hello,


I am trying to build the mdpn repo but it looks like https://build.openice.info/artifactory is down. 


This are the error i get:


* What went wrong:
A problem occurred evaluating project ':data-types:x73-idl-rti-dds'.
> Could not resolve all dependencies for configuration ':data-types:x73-idl-rti-dds:rtiddsgen'.
   > Could not resolve org.anarres:cpp-bin:1.2.8-SNAPSHOT.
     Required by:
         org.mdpnp:x73-idl-rti-dds:0.6.3-SNAPSHOT
      > Unable to load Maven meta-data from https://build.openice.info/artifactory/libs-snapshot/org/anarres/cpp-bin/1.2.8-SNAPSHOT/maven-metadata.xml.
         > Could not GET 'https://build.openice.info/artifactory/libs-snapshot/org/anarres/cpp-bin/1.2.8-SNAPSHOT/maven-metadata.xml'.
            > peer not authenticated
      > Unable to load Maven meta-data from https://build.openice.info/artifactory/libs-release/org/anarres/cpp-bin/1.2.8-SNAPSHOT/maven-metadata.xml.
         > Could not GET 'https://build.openice.info/artifactory/libs-release/org/anarres/cpp-bin/1.2.8-SNAPSHOT/maven-metadata.xml'.
            > peer not authenticated
      > Unable to load Maven meta-data from https://build.openice.info/artifactory/remote-repos/org/anarres/cpp-bin/1.2.8-SNAPSHOT/maven-metadata.xml.
         > Could not GET 'https://build.openice.info/artifactory/remote-repos/org/anarres/cpp-bin/1.2.8-SNAPSHOT/maven-metadata.xml'.
            > peer not authenticated


0

OpenICE with Ethernet

Juhi 8 years ago in OpenICE 0

I am working with beaglebone and philips intelliVue series. The command "echo  -app ICE_Device_Interface -domain 6 -device IntellivueEthernet -address 192.168.1.99 > device.this" is not reading IP_Address. Please help.

0

how can i use rticonnextdds-connector to read openice simulated device message

john 8 years ago in OpenICE 0

I try to create a nodejs server that can read openice dds message. It just like what the hello-openice java program does but I want to do it on nodejs. I found out a npm module https://github.com/rticommunity/rticonnextdds-connector/blob/master/examples/nodejs/README.md, that can read dds message on nodejs. It requires to create a xml file, https://github.com/rticommunity/rticonnextdds-connector/blob/master/examples/nodejs/ShapeExample.xml. But I don't know how to fill in the openice version one.

DDS OpenICE
0
Answered

Arterial Blood Pressure not coming in from Intellivue

Jeremy 8 years ago in OpenICE updated by Dylan Bagshaw 8 years ago 2

Hello!

I currently have OpenICE connected to an Intellivue MP90. We get the waveform data from the ART BP line but there's we're not receiving any numbers (i.e. Sys/Dia/Mean).


Any idea?

Answer
Dylan Bagshaw 8 years ago

Hi,


Thank you for pointing this out. It appears the adapter for the Philips monitors is not passing this information along to the OpenICE app. However, our GE devices share the MDC_PRESS_BLD_SYS, MDC_PRESS_BLD_MEAN and MDC_PRESS_BLD_DIA in the OpenICE app.


Unfortunately, we currently lack the developer work force to tackle projects like these. Sorry for the inconvenience.


Dylan

0
Answered

Wireless Devices with OpenICE

Imad Eddine 9 years ago in OpenICE updated by Dylan Bagshaw 8 years ago 1

Hello,


Can you please tell me if medical devices can communicate with OpenICE Device-adapter using wireless connections like WIFI, Bluetooth... because in docs they mentionned that the medical device can communicate with OpenICE device adapter just through serial- connection.


My bests

Imad

device-adapter ICE OpenICE
Answer
Dylan Bagshaw 8 years ago

Please refer to responses on your previous post.


http://community.openice.info/topics/119-open-ice-with-real-medical-devices/


As mentioned, the Nonin bluetooth pulse ox is a wireless device you can use with OpenICE.

0
Under review

Error when launching openICE

Imad Eddine 9 years ago in OpenICE updated by Dylan Bagshaw 8 years ago 2

Hello,


I'm installed OpenICe on Win7, after starting the application and selecting ICE_Device_Interface, I full fill the flowing information :


1. Device Category --> Simulated

2. Device Type --> Simulated Pulse Oximeter

3. Domain ID --> 15


The application couldn't start with two error messages

1. Error invoking methods

2. Failed to launch JVM


Could you please explain me the causes of these errors.


Imad


device-adapter ICE OpenICE
0

OpenICE testing on a single PC

Imad Eddine 9 years ago in OpenICE updated 9 years ago 3

Hello,


What the most compatible OS for OpenICE, Windows or Linux ?

I want to test Open ICE with both Device Adapter and OpenICE Supervisor on the same PC. How can I do this ?

For the moment I don't have any medical device to test on it, how can I create a simulated Medical device on a PC ?


My bests

Imad

device-adapter ICE OpenICE
0

Nonin 9560BT in OpenICE

Timothy Patterson 9 years ago in OpenICE updated by Dylan Bagshaw 8 years ago 1

Hi, I am trying to connect a Nonin 9560 Bluetooth Pulse Ox to OpenICE. I have selected the 'Device Category' as 'Serial' and the 'Device Type' as 'Nonin Bluetooth Pulse Oximeter'. I am however, unsure what to enter in the 'IP Address' field? or if there are additional configuration steps required.

Thanks

Tim

demo-apps device-adapter ICE OpenICE
0

Device-adapter not supported on Ethernet connection

arda sarkissian 9 years ago in OpenICE 0

Hi,

The command "OpenICE -app ICE_Device_Interface -domain DOMAIN -device IntellivueEthernet -address IP_ADDRESS" did not work with IntellivueX2 connected by Ethernet because, according to Configuration.java, the argument -address is never read: if(ice.ConnectionType.Serial.equals(deviceType.getDeviceType().getConnectionType()){

...


Is there any inconvenience if i replace the code with this? if(ice.ConnectionType.Serial.equals(deviceType.getDeviceType().getConnectionType()) || ice.ConnectionType.Network.equals(deviceType.getDeviceType().getConnectionType())){

...


This change should be implemented in next release of OpenICE.

demo-apps device-adapter OpenICE