Re: [HAPI-devel] OBX data value problems

2014-11-24 Thread Juan Carlos Rodríguez
I have found the problem. The problem was mine not the API. Sorry De: Juan Carlos Rodríguez [mailto:[email protected]] Enviado el: lunes, 24 de noviembre de 2014 17:23 Para: [email protected] Asunto: [HAPI-devel] OBX data value problems Hi, I have a

[HAPI-devel] OBX data value problems

2014-11-24 Thread Juan Carlos Rodríguez
Hi, I have a problem in Java with OBX data value. If I do this (obx.getObx5_ObservationValue(0).getData().toString()) I get 44. Debugging, I obtain the same value: But, the message that I receive has another value: 4.4!! What is the mistake? Is it correct? Thanks!!