Bluetooth devices - RDMLX

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
kno_dk
Posts: 45
Joined: Wed Oct 17, 2012 4:19 am

Bluetooth devices - RDMLX

Post by kno_dk »

Hi.

I have got a request from a customer: is it possible to integrate to a bluetooth device in longrange? it is a sensor measuring some pressure, which we want to save on the IBM systerm I.
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: Bluetooth devices - RDMLX

Post by tsupartono »

Can you let us know the details of the device? (or a link to the product description page on their website).
kno_dk
Posts: 45
Joined: Wed Oct 17, 2012 4:19 am

Re: Bluetooth devices - RDMLX

Post by kno_dk »

Hi.

There is nothing official info yet - it is still under construction. But as far as I know it is a little piece of hardware which can test oil preseure on a truck. they want to measure the oil presure and store the info (with gps location) on the system I. after that they want to make a report (pdf) and make a website so the customer can see the test online.
tsupartono
Posts: 289
Joined: Wed Apr 18, 2012 10:21 am

Re: Bluetooth devices - RDMLX

Post by tsupartono »

I can't tell for sure without knowing the exact details of the device - however most bluetooth devices (be they barcode scanner, tape measure etc) that you pair with your iPad/iPhone will function as an external keyboard - this means that the measurement that the device takes (in your case, the truck oil pressure) will be sent to the the iPad/iPhone as if they are typed in using a keyboard.
If that's the case, you can definitely capture the data using LongRange - you just need to provide a textbox to receive the data from the device (and the data will be submitted to the server as normal).
You would however need to code in your server (RDMLX) program to parse the received data (generally it will be pretty simple - but this depends on the data format).
Post Reply