LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Board is not detected

Hello everyone,

I am working on LabView version 2017.I have signal ranger mk3 board as my hardware platform.In order to use Analog Output block I downloaded NI DAQ version 17.0.I am using MAX explorer version 17.0.When I clicked Analog Output from Generate Signals tab of NI DAQ Assistant window,I got a message "No supported devices found".

 

So I checked into MAX explorer window and my device got detected.I have attached the figure as follows.

 

Can anyone help me to resolve this issue?

Download All
0 Kudos
Message 1 of 13
(2,969 Views)

Hello everyone,

I am using Labview 2017 with NI MAX version 17.0.I have installed NI DAQ version 17.0.I  am using signal ranger mk3 board as my hardware platform.I want to use Analog Output block from DAQ Assistant.But when I clicked on Voltage from Analog Output block of Generate Signals tab of DAQ Assistant window.I got a message "No supported devices found".

 

So I checked in NI MAX and my board was detected.I have attached the figure below.

 Can anyone help me to resolve this issue?

 

 

Download All
0 Kudos
Message 2 of 13
(3,010 Views)

Hi,

 

Are you sure your device is meant to be controlled via DAQmx ? Seems to me that it has more to do with VISA communication or associated. More info here : http://www.ni.com/tutorial/4478/en/

CLAMaxime -- Kudos are a great way to say thank you
0 Kudos
Message 3 of 13
(2,985 Views)

Thanks for the reply.

I want to design  FIR filter and IIR filter in Labview. The input and output signal should be real time.

I want to use my hardware i.e. Signal Ranger Mk3 board for this application.

As my board is VISA and USB associated,can I use this board for any filtering application?

If yes then can  I have any tutorial /pdf / video to design a FIR or IIR filter using Labview for NI VISA and USB boards.

0 Kudos
Message 4 of 13
(2,938 Views)

Hi abhishekti,

 

As my board is VISA and USB associated,can I use this board for any filtering application?

Generic answer for your generic question: Yes!

 

can  I have any tutorial /pdf / video to design a FIR or IIR filter using Labview for NI VISA and USB boards.

You don't create filters for VISA or "USB boards" - you create filters for signals!

 

LabVIEW comes with Filter toolkit, there you have "filter designers".

Do you have access to that toolkit with your license?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 13
(2,931 Views)

 

No I don't have access to that toolkit with my license.Is there any other option to design a filter?

In NIDAQmx software there is a block DAQ Assistant, but as my device is not supported by that Software so what should I use?

I want to design a schematic like the below mentioned one.

Kindly suggest any solution.

0 Kudos
Message 6 of 13
(2,928 Views)

Hi abhishekti,

 

Is there any other option to design a filter?

You have FIR and IIR filter functions, even without this toolkit.

You only have to provide your own filter coefficients…

 

so what should I use?

Use VISA…

 

design a schematic like the below mentioned one.

Why don't you attach (or insert) the image with your message? Why use this bloated RTF file?

Your image:

check.png

Read the signal using VISA, filter it, output the filtered signal using VISA…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 13
(2,925 Views)

Hi 

But how to get that Analog Output  and stop block?I havn't get that block.

This is only the schematic which I have but I want to make this type of design.

 

Secondly how to generate the coefficients?

 

But with VISA is there any other technique to get the input and filtering it?

 

 

0 Kudos
Message 8 of 13
(2,920 Views)

@abhishekti wrote:

Hi 

But how to get that Analog Output  and stop block?I havn't get that block.

This is only the schematic which I have but I want to make this type of design.

 


I would recommend you learn more about LabVIEW from here. How to Learn LV

0 Kudos
Message 9 of 13
(2,915 Views)

Hi abhishekti,

 

how to get that Analog Output  and stop block?I havn't get that block.

- You don't need that "Analog Output" terminal as you will need your VISA functions here to communicate with your device.

- The "stop block" is the terminal of a stop button  in the front panel… (When you don't know this you should take the beginner courses offered in the "Getting started" section in the header of the LabVIEW board!)

 

how to generate the coefficients?

You can calculate them using paper and pen. Or use LabVIEW with your own VIs. Or use other tools (like Matlab)…

 

But with VISA is there any other technique to get the input and filtering it?

VISA is just for communication with hardware, it's not meant for "filtering signals"!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 13
(2,914 Views)