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.
Puritan Bennet 840 Serial Port connection
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?

artifactiory not accessibile
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

OpenICE with Ethernet
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.

how can i use rticonnextdds-connector to read openice simulated device message
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.

Arterial Blood Pressure not coming in from Intellivue
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?

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

Wireless Devices with OpenICE
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

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.

Error when launching openICE
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

OpenICE testing on a single PC
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

Nonin 9560BT in OpenICE
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

Device-adapter not supported on Ethernet connection
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.
Customer support service by UserEcho