Can I interfacing with Labjack usb modules?

For general discussion related FlowStone
Post Reply
lemorlenny
Posts: 2
Joined: Fri Oct 22, 2010 12:33 am

Can I interfacing with Labjack usb modules?

Post by lemorlenny »

Hi, this could be an a cheap alternative to Labview :D

Great!

Regards.
User avatar
admin
Site Admin
Posts: 231
Joined: Tue May 11, 2010 6:30 pm

Re: Can I interfacing with Labjack usb modules?

Post by admin »

Not right now via USB, but they do look very cool. We will look into it! (some of the LabJacks can be controlled via serial (COM ports) which would work today!)

Have you checked out the Phidgets boards almost the same only 1/2 the price! These are all already supported in FlowStone! http://www.phidgets.com

Update: The nice guys at LabJack are sending us a U3-HV to play with. So you could be in luck!
lemorlenny
Posts: 2
Joined: Fri Oct 22, 2010 12:33 am

Re: Can I interfacing with Labjack usb modules?

Post by lemorlenny »

admin wrote:Not right now via USB, but they do look very cool. We will look into it! (some of the LabJacks can be controlled via serial (COM ports) which would work today!)

Have you checked out the Phidgets boards almost the same only 1/2 the price! These are all already supported in FlowStone! http://www.phidgets.com

Update: The nice guys at LabJack are sending us a U3-HV to play with. So you could be in luck!


Great!, (U3/HV it's mine furthermore :))
I hope you can add this device to your 'collection'.

Good work.
DSP
Posts: 150
Joined: Fri May 14, 2010 10:55 pm

Re: Can I interfacing with Labjack usb modules?

Post by DSP »

LabJack U3-HV is now in FlowStone V1.1.3!
User avatar
paul.pacini
Posts: 12
Joined: Sat Jul 23, 2011 12:41 am
Location: Northern California, USA

Re: Can I interfacing with Labjack usb modules?

Post by paul.pacini »

I see the LabJack U3-HV module in FlowStone. I have a LabJack U12 I would like to use. I am trying to "move into" the FlowStone U3-HV module to view its schematics and components to modify it for LabJack U12 use, but I don't see the option to do so.

Is this feature not available in the free version? Am I doing something wrong? I'm following pg48 in the user guide with no luck.

Any help is appreciated! Also, if anyone has used the LabJack U12 and has some pointers, that would be very helpful too!
Kind regards,
Paul
____________________________
To err is human; to blame problems on external factors is even more so.
User avatar
paul.pacini
Posts: 12
Joined: Sat Jul 23, 2011 12:41 am
Location: Northern California, USA

Re: Can I interfacing with Labjack usb modules?

Post by paul.pacini »

Forgive my newbie ignorance. I noticed that the USB interfaces are primitives and therefor can’t be “moved into.” :oops:

However, my question is still valid. How do I connect to an unsupported USB or serial COM device? Do I simply have to rely upon FlowStone support/admin for something like the LabJack U12? It would sure be nice to understand comparable, existing primitives and use their topology as a basis for design for something new. :?:

Thanks again.
Kind regards,
Paul
____________________________
To err is human; to blame problems on external factors is even more so.
DSP
Posts: 150
Joined: Fri May 14, 2010 10:55 pm

Re: Can I interfacing with Labjack usb modules?

Post by DSP »

Yes if your device uses its own API (Application Interface), as do the LabJack products, they need to be hard coded by the FS developers.

Which means you can't go deeper into the modules as the module is at it's lowest level already. If you want support for other LabJack product then you will have to request that it is done for you ( info@dsprobotics.com).

For Comport devices it is different as FlowStone supports ALL comport devices already it's just a case of communicating with the correct protocol. If this isn't already pre-done then at least you can do it yourself.

SDK - If FlowStone had an SDK (Software Development Kit) then in theory you could make your own modules using the API. But to do this you would need to be an advanced coder already! But right now there isn't an SDK but maybe something for the future?
User avatar
paul.pacini
Posts: 12
Joined: Sat Jul 23, 2011 12:41 am
Location: Northern California, USA

Re: Can I interfacing with Labjack usb modules?

Post by paul.pacini »

@ DSP - Thank you for your answer! I have been posting for a short time and was starting to feel like I was talking to myself.

I know the LabJacks are not too difficult to work with. I have done it in VB6 and it's just a matter of loading several variables with appropriate bytes of data and sending to/receiving from the ActiveX driver. I'm sure that's all the FS LabJack primitive is doing, only with specifics for a particular LJ device.

I agree - a FS SDK would be very cool, especially if it were similar to FS with even lower-level primitives, etc. Like a mini-FS. It seems like allowing users to modify interface primitives would/could be beneficial and could lead to some interesting applications.

I will email FS support and ask them the same questions.

Thanks again!
Kind regards,
Paul
____________________________
To err is human; to blame problems on external factors is even more so.
Post Reply