LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

User defined signal

Hi, I am stuck with a problem. I need to find out how to send data as a user defined signal on a Agilent
U2300A Series USB Modular Multifunction Data Acquisition Devices.

 

Thank you in advance.

0 Kudos
Message 1 of 5
(2,276 Views)

Search the NI ID Net for third party instrument drivers: http://www.ni.com/downloads/instrument-drivers/

This one might be the one you're looking for, but have a look for your specific model: http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=15798

 

When you download the drivers, you'll want to extract the zipped folder in C:\Program Files\National Instruments\LabVIEW ###\user.lib

0 Kudos
Message 2 of 5
(2,244 Views)

Many thanks for your reply. It works, but can I ask if it is possible. How can I apply the same process, but I have to have loaded the arbitrary waveform from the CSV file, like on the pic. I'm trying to figure it, but I'm stucked with it.

Thank you in advance.values from CSV file.PNG

0 Kudos
Message 3 of 5
(2,204 Views)

I guess you have the right idea here.  I would recommend checking the format of the date you are sending to the device (by using a probe on the wire).

You might want to use the Read Delimited Spreadsheet file to read data from the CSV file.

Also, I would check the termination character, I noticed you didn't have one there - do you need one?

0 Kudos
Message 4 of 5
(2,172 Views)

Here is my small program. I don' know if my SCPI commands sequence is wrong, cause it works with a non user defined signal. When a change the user defined signal to SIN or TRI the it works. My proglem is, that i do not know how correctly use this command DATA[:USER]. DATA_USER.PNGPROGRAM.PNGThank you in advance.

0 Kudos
Message 5 of 5
(2,133 Views)