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

> Building 75% > :run using Command gradlew run

Ashish Saini 9 years ago 0

E:\hello-openice-master>gradlew eclipse

:eclipseClasspath
:eclipseJdt
:eclipseProject
:eclipse

BUILD SUCCESSFUL

Total time: 3.217 secs
E:\hello-openice-master>gradlew build
:compileJava
:processResources
:classes
:jar
:startScripts
:distTar
:distZip
:assemble
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
:check UP-TO-DATE
:build

BUILD SUCCESSFUL

Total time: 4.333 secs
E:\hello-openice-master>gradlew run
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
: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
+1

Building OpenICE from Source failed

K. Ebeling 10 years ago updated by Jeff Peterson 10 years ago 3
Hi,
I have cloned the repo of mdpnp with git. The java jdk I use is 1.8.0_40 (Oracle Corporation 25.40-b25) and gradle is version 2.3. I work on Mac OS X 10.10.4 x86_64. If I try to build OpenICE with command "gradle build" from root directory of mdpnp following error is thrown:
FAILURE: Build failed with an exception.

* Where:
Build file '/Users/kieb/Documents/workspace_openICE/mdpnp/interop-lab/demo-apps/build.gradle' line: 16

* What went wrong:
A problem occurred evaluating project ':interop-lab:demo-apps'.
> Could not resolve all dependencies for configuration 'classpath'.
> Could not resolve org.bitbucket.shemnon.javafxplugin:gradle-javafx-plugin:8.1.2-SNAPSHOT.
Required by:
unspecified:unspecified:unspecified
> Could not HEAD 'http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-20141008.214348-1.pom'.
> org.apache.http.client.ClientProtocolException (no error message)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

I also have tried to import OpenICE as Gradle-project into Eclipse Luna (4.4.2) with same result. I switched to openICE-tag 0.6.3 - same result. What is wrong?
+1
Under review

TimeSync BBB rev C with time server on local network.

Vasanth Jaisingh 10 years ago updated by anonymous 7 years ago 1
Hi,

How do I time sync my BBB with time server present on my local network.
At times, time also sets back to Mar 1 2015 after reboots.

Please advise.

Regards
Answer
Jeff Peterson 10 years ago
Hi Vasanth,

Beaglebones Blacks do not have a real time clock and thus require time synchronization after each boot. We have taken several approaches to time synchronization over the years. The simplest approach is to give your Beaglebones access to the Internet, specifically pool.ntp.org. Our current approach is to use our Cisco router as a NTP time server. To do this, we had to configure DHCP Option 42 in the DHCP pool configuration to the address of the router and point the router to the US NTP pool. Neither of these options require edits to the Beaglebone's NTP configuration file at /etc/ntp.conf although your eventual solution may be different.

I would suggest searching Beaglebone or Linux forums for time synchronization options and setup assistance. I've copied a link below that might be a good place to start.
http://derekmolloy.ie/automatically-setting-the-beaglebone-black-time-using-ntp/

Thanks,
Jeff
0

debian password error

Ian_liu 7 years ago updated 7 years ago 0

when i setup device-adapter, I've already copied  BBB disk image to MicroSD card,and I using Netscape 7.1 to connect to BBB.Open 192.168.7.2,and I failed login. ueser:debian  password :debian.

It shows "The user or password error!". How could I connect to BBB?

device-adapter
0

Comparison between MDPnP vs SCOT vs OR.NET

dkotian95 8 years ago updated by anonymous 7 years ago 0

We are trying to evaluate Medical devices to make it compliant to MDPnP or OR,NET or SCOT, is there any comparison done to these 3 technology.


I am new to these and even MDPnP, what would be the starting point for MDPnP and is there any documented steps what needs to be done to make our Medical devices compliant with MDPnP.

Currently, I am just looking at the feasibility only on paper for our device.



Is there any membership forum paid or free to participate and understand closely with the architects/Leads developing MDPnP?


Please let us know your views


Regards

Deepak


0

High array values?

Niklas 9 years ago 0

For particular arrays, I seem to be getting abnormally large numbers. For instance, for the plethysmographic trace (which I assume to be what MDC_PULS_OXIM_PLETH is for), I appear to be getting values around 30,000. And, for whatever DC_PRESS_BLD is, I get values around 500. Since all other values are so low, I have to ask. Is this intentional, I'm just uneducated in terms of medical data, or is this too large?

0

How to integrate another serial device in OpenICE ?

Harshal Bagul 9 years ago 0

I have my own created Serial Medical device which acquire ECG Data. I have to integrate that device in OpenICE.

demo-apps device-adapter OpenICE
0

Medfusion 3500

Tim 9 years ago 0

Hi Jeff,

I hope all is well with you. I just came across the Ebola demo video that you guys had posted on the website. I noticed that you guys were able to remotely control Smiths Medical 3500 Syringe pump, I guy name Jim Sareen I think in the video was demonstrating it. I’m trying to use it for a small animal project and would really appreciate your help in this matter.

device-adapter
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

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