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

access to web stream

rakam 9 years ago 0

is there a way for me to access the webstream using a tcp socket?


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
0

Something's wrong with the web demo graphing

Thomas Drake-Brockman 9 years ago in OpenICE updated 9 years ago 2

Hey,


Having a look at your web demo, something seems off with your ventilator plots.


Image 35

0

how to insert and retrive data from database?

Ashish Saini 9 years ago 0

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

0

Requesting association on MP70

Jonas Pochard 9 years ago in OpenICE updated 8 years ago 2

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

device-adapter OpenICE
0

how to add jdbc driver & Database url in Openice

Ashish Saini 9 years ago updated 9 years ago 2

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 .

0

How to create exe of mdpnp project ?

Ashish Saini 9 years ago 0

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

0

adding new app how to?

Priya Vaity 9 years ago in OpenICE 0

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?

0

HL7 Export

hc1528 9 years ago in OpenICE updated by anonymous 8 years ago 1

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

OpenICE
0

Unable to Build complete

Ashish Saini 9 years ago 0

C:\Users\Ashish\Desktop\hello-openice>gradlew run
:compileJava
:processResources
:classes
:run

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

strategy: OnMiddlewareThread

> Building 75% > :run


it stuck at 75% ......


Regards

Ashish