I realize this might be a long shot, but does anyone have an example of using the EI-1050 probe with a Labjack controller in something C-related? I'm currently using a Labjack U12 if it matters.

It installed 2 examples, ljsht and ljsht-multi, that seem to be doing something related to it, but I can't find the source code.

Thank you for your time.

link|improve this question

67% accept rate
You might have better luck at chiphacker.com if this question starts growing mold. Its a stack exchange site. – Tim Post May 14 '10 at 20:12
Thanks for the tip! – Blindy May 14 '10 at 21:04
feedback

1 Answer

up vote 0 down vote accepted

The applications you mentioned are written in LabVIEW, and the source code is available. Use LJSHT.exe to make sure your EI-1050 is connected right and giving good readings.

Refer to the EI-1050 datasheet for information about interfacing with the U12.

Then start with a basic C example like "VC6 Simple Example" or "U12 Dev-C++ Example":

http://labjack.com/support/u12/examples

... and add a call to the function SHT1X() described in Section 4.31 of the U12 User's Guide.

link|improve this answer
I figured it out, you're right, it was the SHT1X function. Weird name for it, but it worked! – Blindy May 18 '10 at 3:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.