The following information is for the EMANT300, EMANT380

Please email if you need any assistance in using our products. Self service is a good way to keep our products low cost but we understand that you may have to contact us because the information you need may not be available on-line.

If this is the first time you are using the EMANT3X0 DAQ modules


.NET Framework 4 Client profile is not supported by our 2008 or earlier controls

Question: I am using Visual C# Express 2010. While trying out program 11.1 Basic Statistics, after referencing the Emant300.dll and EmantCntrl.dll as instructed in the manual, I get the following error:

The referenced assembly "EmantCntrl" could not be resolved because it has a dependency on "System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project.

Read answer to .NET Framework 4 Client profile


Waveform Timeout

Question: We bought an Emant380 and Emant300 DAQ, and I am running some tests on them. When using ReadAnalog or ReadAnalogWaveform methods, i noticed a 35 ms delay at each method call with the Emant380, and 15ms delay with the Emant300 (usb). I would like to achieve 100hz frequency, so this delay forces me to use the waveform fonction. That is fine, but if i can get for instance 2000 values at 1000 or 2000 hz, I can't get 2000 values at 100 hz, because the dll throws some serial communication timeout exception (timeout seems to be about 3 sec). Is this timeout the only thing that prevents from getting long duration waveform (for instance 30 seconds at 100 hz which makes 3000 samples)? Is it possible to change this timeout values?

Read answer to Waveform Timeout


Windows 7 Device driver

Question: When I tried installing EMANT300 in Windows 7, there is an error message "Device driver software was not successfully installed".

Read answer to Windows 7 Device driver


VB2005 Digital Output Error

Question: My digital output program has null reference exception error.

Read answer to VB2005 Digital Output Error


VB2005 Winlogger solution doesn't run

Question: After compiling the EMANT VB 2005 solution for the WinLogger, I couldn't get the waveform when I run the program. However the Bluetooth DAQ is working as the EMANT380 Diagnostic program runs OK.

Read answer to VB2005 Winlogger solution doesn't run


Connecting a Switch to the DAQ module

Question: How do I connect a switch to detect switch state or count switch state change.

Read answer to Connecting a Switch to the DAQ module


no module named e32socket - Python for S60

Question: I was trying to connect the EMANT 380 with a new laptop. I have paired the laptop and the DAQ. While testing the ReadLight sample code, I am getting an error that says " no module named e32socket". Before that I got no module named Emant. I have copied the lib file with all examples into the Winscw-c-python folder.

Read answer to no module named e32socket


.NET Assembly versions

Question: I encounter the following error, when I try to rebuild the "EMANTVB2005 Solution".
Error: Could not resolve this reference. Could not locate the assembly "Emant300, Version=1.0.2145.26176, Culture=neutral, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

Read answer to .NET Assembly versions


Measure more than 3 strain gauges half bridge

Question: I'm looking for a DAQ to record more than 3 strain gauges half bridge. Is it possible to do it with your system, and what will be the recording frequency for each gauge, and the resolution?

Read answer to Measure 5 strain gauges half bridge


Using the Auto Blood Pressure Adaptor with the EMANT380

Question: Can I use the Auto Blood Pressure Adaptor with the EMANT380

Read answer


Measure a medical grade 1.2M @ 25c thermistor

Question: I would like to use the EMANT300 USB DAQ to measure a medical grade thermistor which has a resistance @ 25c of around 1.2M. I know that I will need to reduce the current excitation level to below 39uA, what would be the best way to do this?

Read answer


Multi Analog Inputs using LabVIEW

Question: How do I read multiple Analog Inputs in LabVIEW?

Read answer


Config Analog Advance

Question: I have been using your Emant300 and have gotten it to work properly using VB.net 2005. One issue I have noticed is when trying to use the emant300.ConfigAnalogAdvance it always gives a time out error. I looked in the documentation and haven't been able to find an example of how to properly use it in VB.net.

Would you be able to explain how to properly use this in VB.net so we can change the settings?

Read Config Analog Advance answer


Multiplexing Inputs faster than 40Hz

Question: My system have one EMANT300 with 5 strain gauges and I need to capture @ 50hz for each strain gauge. I am using the driver Labview, and change the Positive Input for each sensor. And the parameter "sample rate" to 2500, but the maximum frequency that it is measuring is 12.5hz for each strain gauge. How can I config my EMANT300 to have 50hz for each strain gauge?

Q2: How do I get Single channel 16 bit waveform @ 2500 samples/sec (max)

Follow up question to Q1: If I have 5 strain gauge then 2500/5(strain gauge) => 500/3(delay) = 166 samples/sec for each strain gauge. Is that correct?

Read Multiplexing Inputs answer


LabVIEW Abort Execution - only for emergency!!

Question: Sometimes the same VI works well when I run it, but other times it couldn't find the HW ID and a message error 1236 appeared . It happens in sequence, with the same configuration. Why does it happen?

Read LabVIEW Abort Execution answer


Decimation factor and ACLK value for the ConfigAnalogAdvance function

Question: I am using the ConfigAnalogAdvance function to program the EMANT300 module. And then I am using the ReadAnalog to read a voltage between AIN_COM and AIN_AIN2. Both calls are successful and I am getting a reading. The problem is that even when I electrically connect together the AIN2 with AGND I am reading an unstable voltage, where I should read zero (shorted leads).

I assume that with a 24 bit ADC I should get a very stable reading. My voltage sources are a 9 volt battery with some resistors or a short circuit or a LoadCell. All these sources are known to be very stable. I even shorted the input with a capacitor.

I am still getting a fluctuating signal of about 5 % instability. My suspicion is concerning the Decimation factor and the ACLK values.

Read answer


D3 as output always remains high

Question: We can't seem to get D3 to budge. It remains high. We have tested several units including one taken straight out of the wrapper. D0 through D7 (excepting D3) go high and low per the appropriate instruction.

Read D3 as output always remains high answer


Diagnostic.exe program hangs

Question: I tried to install on Windows XP with SP2. When I connect EMANT300+Light Application Adaptor to the USB cable. Windows said it found new hardware, but did not show the Driver installation dialogs. I got the message, hardware ready to use, instead. I tried to run the Diagnostic.exe program but the program appears hung.

Read Diagnostic.exe program hangs answer


Unable to find LabVIEW sub VI

Question: I am having trouble with the temperature control example program. The vi calls for a subvi Write_IDAC.vi but I could not find it on the CD.

Read Unable to find LabVIEW sub VI answer


LabVIEW error code 1073807202

Question: When I try to run DAQ Training Kit & EMANT300 USB Data Acquisition Module with labview 7.1 and diagnotic vi, there is error source from Emant init.vi. the error code is 1073807202

Read LabVIEW error code 1073807202 answer


Wrong Analog Input reading when connected directly to DB25 connector

Question: I have used the simulator to read analog input. I've tested the training kit and it works well too.However, I am unable to read the value of a DC supply (1.5v Battery). The program showed that the voltage level is 2.5v, which is incorrect. A check with the mulitimeter showed that the battery has a potential of only 1.6v. I had connected the positive terminal to pin 11 (AIN0) and negative terminal to pin5 (AINCOM). The rest of the pins are not connected.

Is there any other pins I need to connect?

Read Wrong Analog Input reading answer


EMANT300 Software Support Files

Installation Guide (389 kb) Download and follow the instructions given in the instruction guide for fuss free installation.

The following exe will install the USB Driver Ver 2.06.00 for Windows for the EMANT300. Run the exe and then plug in the EMANT300. The driver will be installed automatically without having to search for it.

Applicable for Windows Server 2008 R2, Windows 7, Windows 7 x64, Windows Server 2008, Windows Server 2008 x64, Windows Vista, Windows Vista x64, Windows XP, Windows XP x64 Windows 2000, Windows Server 2003, Windows Server 2003 x64

EMANT300 Windows Driver setup executable (2.23M)