StreamSmart Controllable from RPL? - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: General Forum (/forum-4.html) +--- Thread: StreamSmart Controllable from RPL? (/thread-1555.html) |
StreamSmart Controllable from RPL? - John R. Graham - 06-06-2014 03:24 PM Looking at the manual, it doesn't look like it is, but I thought I'd ask. - John RE: StreamSmart Controllable from RPL? - Tim Wessman - 06-06-2014 04:08 PM Nope. Now would you have anywhere near enough speed to handle the data coming in. That was why the module to read, parse and display the data was made as a C binary blob. RE: StreamSmart Controllable from RPL? - John R. Graham - 06-06-2014 05:02 PM Well, sure, but you can imagine an RPL command to the StreamSmart that says in effect, do a collection run on these sensors at this sample rate, and then return the results as a list or matrix object. All the heavy lifting could still be done in the binary code. Seems like a little bit of a missed opportunity. That said, thanks for the quick answer. - John RE: StreamSmart Controllable from RPL? - Thomas Radtke - 06-07-2014 01:41 PM (06-06-2014 04:08 PM)Tim Wessman Wrote: That was why the module to read, parse and display the data was made as a C binary blob.Is the data available as e.g. a list to be further processed within a program? From the emulator, it is not obvious how things work. The 39gII manual does mention this app, but doesn't explain how it works. A video demo and some more information would be very nice as 100 EUR for the StreamSmart isn't easily spent without knowing what can be done with it. |