john Posted August 21, 2018 Share Posted August 21, 2018 I am wondering if the DATAQ Di-1100 is able to be used with DAQ Factory. If so, how would I go about setting it up? Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted August 21, 2018 Share Posted August 21, 2018 Not easily, they only provide a .NET library, so you'd either have to wrap their .NET library into a DLL and use DAQFactory's extern() function to bring it in, or go low level, which still would probably require you to write a DLL. You'd be better off using a LabJack, such as the U3, which is more capable for only a little more money and has complete support and is easy to use in DAQFactory. Quote Link to comment Share on other sites More sharing options...
john Posted August 21, 2018 Author Share Posted August 21, 2018 Thanks for the quick response. Yes the Labjack is a great product, just had the 1100 sitting on the shelf... Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted August 21, 2018 Share Posted August 21, 2018 I understand, and if you wanted to deploy 20 or more 1100's it might be worth the effort, but with only one, unless you really just want to learn DLL programming, you'd be better off just buying a LabJack. It is unfortunately, actually, that companies like DATAQ, don't provide better integration, especially since their hardware is good. I'm not talking about software solutions like their WinDaq software. That doesn't give you any choice. I mean providing better DLL's (not ones that only run with .NET) that are easier to integrate, or better, doing like LabJack and providing a Modbus wrapper, even for their USB devices. This means that you can use a LabJack with most any software that supports Modbus, which is most any data acquisition software tool. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.