Jump to content
  • 0

LabVIEW with MC DAQ: Error number 3134 has no text (?)


hlee24

Question

Hi,

I am running a relatively simple VI (using LabVIEW 2020SP1 32bit) with a MC DAQ (USB-1208FS-Plus) that reads temperature signal. Sporadically, I get this error message but am having trouble to find out the cause as there is 'no text' as appeared. Anybody has any tip for this? Thanks in advance,

daq.jpg

temp.vi

Edited by hlee24
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Hello @hlee24.

Thank you for the example file.

The USB-1208FS-Plus does not support temperature measurements.

https://www.mccdaq.com/pdfs/manuals/USB-1208FS-Plus.pdf

Also, error 3134 is not from MCC's Universal Library.

Please consider a USB-TC or USB-2408, depending on your application's requirements.  Use the link below for alternative temperature measurement devices.

https://www.mccdaq.com/temperature/usb-daq

Regards,

Fausto

Link to comment
Share on other sites

  • 0
14 hours ago, Fausto said:

Hello @hlee24.

Thank you for the example file.

The USB-1208FS-Plus does not support temperature measurements.

https://www.mccdaq.com/pdfs/manuals/USB-1208FS-Plus.pdf

Also, error 3134 is not from MCC's Universal Library.

Please consider a USB-TC or USB-2408, depending on your application's requirements.  Use the link below for alternative temperature measurement devices.

https://www.mccdaq.com/temperature/usb-daq

Regards,

Fausto

Hi Fausto,

I'm not entirely sure what you mean when you say that the DAQ doesn't support temperature measurement. We are actually able to successfully acquire analog input signals ranging from 0-10V voltage from a temperature controller, and it generally functions properly. However, there are occasional instances where the 3134 error occurs sporadically...

Edited by hlee24
Link to comment
Share on other sites

  • 0

Hello @hlee24.

It was not clear the type of sensor being used for your temperature measurements.  The USB-1208FS-Plus does not support thermocouples.

Download and install the current MCC software on your target system.  Also, consider testing with a different PC to rule out an issue with your current target system.

https://www.mccdaq.com/Software-Downloads

image.png

 

Link to comment
Share on other sites

  • 0

Hello @hlee24.

Please confirm the serial number of your USB-1208FS-PLUS, as shown on the backside of the module or in InstaCal.

Error 3134 is not listed in the MCC UL error list nor in LabVIEW's error list.  Please test your USB-1208FS-PLUS with the ULx for NI LabVIEW example 'ULx Cont Acq&Graph Voltage-Int Clk.vi', which is included in the 'C:\Program Files\National Instruments\LabVIEW 20xx\examples\ULx\Analog In\Measure Voltage.llb' file.

image.png

 

I am unable to reproduce your issue, but your unmodified vi, along with your target system's specifications and configuration, may be the right recipe to create a collision/race condition.  It appears that you only use the analog input subsystem.  If the vi is acquiring data and it call the acquisition again, without having completed the initial task, then that could be your problem.  Verify that's not the case.

Please update to the current version of the MCC software, as previously posted. 

Regards,

Fausto

Link to comment
Share on other sites

  • 0

Hello @hlee24.

Attached is another vi example to test with your USB-1208FS-PLUS.   ULxAIAOScan_USB_1208FS_Plus.vi

The example outputs a waveform that can be captured by an analog input channel.  The example defaults to analog input channel 0 (screw terminal 1) and analog output channels 0 and 1 (screw terminals 13 and 14 respectively).  If the analog input channels were configured for differential mode, in InstaCal, then connect screw terminal 1 to screw terminal 13.  Additionally, connect screw terminal 2 with screw terminal 3.  If the analog input channels were configured in single-ended mode, then only connect screw terminal 1 to screw terminal 13.  Run the vi example.  The top graph should show you the waveform output specified in the bottom graph.  Allow the example to run.  This example works with my device and system.  If you get an error, then it may be your USB-1208FS-PLUS or target system.  Do you have another Windows system and/or USB-1208FS-PLUS to verify?

Note: If LabVIEW is unable to locate the 'ULx Waveform Buffer Generation.vi' file, then direct LabVIEW to the 'C:\Program Files\National Instruments\LabVIEW 20xx\examples\ULx\_Utility\_Utility.llb' file.

Regards,

Fausto

Edited by Fausto
added file path
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...