NI Max
I installed NI Max and when I opened the software, it didn't work and pointed out calling the necessary library mxrmcgf.dll fail.can anybody tell me how can I solve this problem,Thank you.
View ArticleNI vision builder C API code sample
Hi everyone, I was hopping somebody from the community could share a Vision Builder C/C++ API sample code. It would be a great help. thanks
View Articleusing C++ in place of Labview
Hi,I want to use C++ to interact with NI modules.I have visual studio installed and can run C++ programs without any issue.But when I use commands like DAQmxCreateTask, it gives me error "identifier...
View Articlewhere are located daqmx C libraries (or API)??
Hi all, i have just installed nidqamx 20.1 with online installer, and i need to find where C libraries (API funcion) are located. I need to use these libraries with external C compiler, not with...
View ArticleHow to configure multiple AI channels scanning at differerent rates in Visual...
Hi,is it possible to scan multiple AI channels (e.g. 😎 at different sampling rates each of them?If yes, I am intersted in knowing the DAQmx C++ function that should be used to configure the rates this...
View Articlehow to check if measurement is done through SRQ
Here is the code, but it doesn't work, can anybody help? main(){status = viOpenDefaultRM(&defaultRM); status = viOpen(defaultRM, "GPIB0::18::INSTR", VI_NULL, VI_NULL, &viSA);...
View ArticleUSB-6001 analog output with external trigger, not able to let it work.
Hello, i m trying to configure a signal output through Ao port. Im using USB-6001 device with C++ software.I want to use Ao port 0 for this application, and P1 line3 as digital signal, and PFI0 as...
View ArticleVisual Studio Code C / C ++
bonjour, j'utilise visual studio 2019 c ++ et je souhaite essayer c. vs 2019 ne prend pas en charge c, uniquement c ++. comment est-ce avec c / c ++ dans visual studio code? la liaison est-elle...
View ArticleMAX - Panel Configuration n'affiche rien?
Bonjour,J'ai un problème avec le logiciel Measurement and Automation Explorer. Lorsque j'ouvre l'application, rien ne s'affiche dans le panel de gauche 'Configuration', là où je devrais trouver les...
View Articlesplit PFI input signal
Is to possible to split one input:PFI1 in to two output:PFI2 and PFI3? I had success try PFI1 route to PFI2 by using "DAQmxConnectTerms". It can work for 1to1 instead of 1to2....
View ArticleNI 9403 Write Digital Line
Hello, I have a NI 9403 DIO card within my DAQ. I am trying to use the write digital lines command to send a pulse whenever I need to (or whenever my code says I need to send a pulse). The problem I...
View ArticleLoadLibrary( 'nidaq32.dll') is spoiled by missing 'nipxi5600u.dll'
Hello all, we have a decades-old legacy VC++ application, running perfectly under any Windows version up to 7 with the traditional ni-DAQ drivers, including version 7.5 (nidaq32.dll is of size 2818048...
View ArticleHow to set the number of samples to process per second??
I created the source as below... DAQmxCreateTask("", &m_task[0]);DAQmxCreateAIAccelChan(m_task[0], "cDAQ9189-1DD988AMod1/ai0:2, cDAQ9189-1DD988AMod2/ai0:2, cDAQ9189-1DD988AMod3/ai0:2,...
View ArticleMAX - Panel Configuration n'affiche rien!
Bonjour,J'ai un problème avec le logiciel Measurement and Automation Explorer. Lorsque j'ouvre l'application, rien ne s'affiche dans le panel de gauche 'Configuration', là où je devrais trouver les...
View ArticleVisual Studio Multiple Continuous Digital Output 9403
Hello, I am trying to output three different continuous signals through a single task on a Digital output device NI 9403.Essentially, one is pulsing high or low, while the others are constantly high....
View ArticleTriggering NI SCOPE detect rising and falling edge
can i setup triggering for NI-scope based on rising and falling edge at the same time? When i check niScope_ConfigureTriggerEdge, i can only select NISCOPE_VAL_POSITIVE or NISCOPE_VAL_NEGATIVE, can't...
View ArticleUSB-8502 CAN fail to read ?
We are using USB-8502 for CAN communication with our motor. we have write some code to write and read the can data.the code runs fine at first, but the USB-8502(Port2) fail to read after 10 minute.we...
View ArticleNS-VISA not in GAC issue
We've been running a C# test program with NI for awhile on a few computers but one computer isn't cooperating. The program requires NI-VISA version 17.5 along with the .NET Framework 4.0, which was...
View ArticleNi_ReadBinaryI16 not working anymore
hi everyone,i read from an USB-6210 and have not touched my c++ code in years. it suddenly does not work properly anymore, x values appear to be dampened, variing less than they should.what could have...
View Article