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

Something's wrong with the web demo graphing
Hey,
Having a look at your web demo, something seems off with your ventilator plots.

how to insert and retrive data from database?
I have add successfully dependencies
compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.6'
and connection s is successfully established
but i dont know where data is stored ? I have to create the table name is mdpnp and create 5 columns .
It was successfully created ,but don't know where is going indata MySQL

Requesting association on MP70
Hi to all the OpenIce team.
I am a french resident trying to implement an OpenIce server in our surgical intensive care in Paris.
I followed the setup provided in the documentation, and mine is as described :
- Philips IntelliVue MP70
- Ethernet cable
- RJ45 to DB9 modular adapter
- RS232 serial cape
- BBB
- TP-Link router
- Personal computer with OpenIce Supervisor
I have checked all the steps and I think the cabling is good (I'm using a male DB9 connector so the pin layout is reversed from your picture).
I'm nonetheless stuck at the "Requesting Association" step.
One thing I have not been able to do is to synchronize the date since I cannot access any NTP server from the hospital due to administrative restrictions.
I have a few questions :
- Does the clock icon signaling that my BBB is not synchronized with a NTP server (I tried to input a manual time through the date command, to no avail) can lock the association phase ?
- This is a RevG MP70, do I need to change the pin layout in the modular RJ45/DB9 cable ?
- I can't seem to find any way or any file to debug the messages that are sent through the /dev/ttyO1 serial device. Can you point me to a way to solve this issue ?
I want to thank you a lot for all the hard work and I'm looking forward to giving a little back if I can.
Regards,
JP

how to add jdbc driver & Database url in Openice
I am trying to add jdbc driver "com.mysql.jdbc.Driver"
& Database url jdbc:mysql://192.168.1.105:1433/demo but its not working .
Please tell me how to add jdbc driver & Database Url of openice .

How to create exe of mdpnp project ?
I have to create jar file but it's not working so plese tell me how to create a jar file of mdpnp project.

adding new app how to?
I am creating a new app like all other present in the openice.
I have created a package and also implemented the IceApplicationProvider interface but my app is not displayed on the main screen.
I am new to this can you guide me about how to solve this problem?

HL7 Export
Hi,
I has try install OpenICE and successful installed.
I has create simulated device and link to patient (list in patient ID), it look working fine.
I has run HL7 export and start it, but HL7 message has been capture did not show active patient data , why this thing happened?
hope you can help me. thank you

Unable to Build complete
INFO | Loading ice_library.xml from jar:file:/C:/Users/Ashish/.gradle/caches/modules-2/files-2.1/org.mdpnp/x73-idl-rti-dds/0.6.3/8e5005d356d91f80cfb3b157e610971108aa35e3/x73-idl-rti-dds-0.6.3.jar!/META-INF/ice_library.xml
it stuck at 75% ......
Regards
Ashish
Customer support service by UserEcho