Error Code 0XFFFB38OE
I am trying to create a simulated PXIe-1085, and import an .ini file because the given options do not display the PXIe-1085. "Could not import chassis information Error Code 0XFFFB38OE"
View ArticleHow to get Chassis serial number with system configuration C API?
I am able to get all of the hardware serial and alias information, but how do you specifically get the chassis itself?
View ArticleGet Values from NISysCfgTimestampUTC timestamp using C API
Hello,I verify External Calibration is supported by the device, NISysCfgGetResourceProperty(resource, NISysCfgResourcePropertySupportsExternalCalibration, supportsECalBool); and get a...
View Articleproblems adding header files
Hi, For my project I downloaded the Measurement software and installed the NI-488.2 drivers. Now, at the end of my stdafx.h file I am trying to include the libraries from here: #include...
View ArticleHow to configure multiple AI channels scanning at differerent rates in Visual...
Hi,is it possible to scan multiple AI channels (e.g. 8) 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 Articlenivirtualbench.lib for Borland C++ builder
I am working on a project which involves integrating Virtual Bench into an existing desktop application that was developed by our customer using Borland C++ Builder.I have run the virtual bench...
View ArticleDAQmx compatibility with MSVC 2015 compiler
Dear all, I'm trying to realize a software in Cpp using the compiler MSVC 2015 64bit. But apparently the Nidaq.lib provided with my NI pcie card was compiled by a 32bit compiler (probably gcc since my...
View ArticleC sample to send CAM Message via Xnet and USB-8502 device
We have an USB-8502 with one CAN port. We are using it to communicate with an automobile ECU. We can successfully send and receive messages using NI-XNET Bus Monitor. Now we need to make a C...
View ArticleChecking device state through ANSI C
Hello,Hardware: cDAQ-9174 with three modules, NI 9263(Outputs) and 2x NI 9215(Inputs).In NI Max I can see the 'Status' of my devices and their modules, if they're plugged in or not.I'd like to know how...
View Articleread timestamp from DAQ device
hi everyonei need help...i use the NI-PCI 6225 card.I want to read the 1000 samples with the time of each sample.I used DAQmxConfigurLogging C API, but in the TDMS file that was generated, there was no...
View ArticleSignal acquiring C program does not work for DAQmxBase on macos using daq 6008
So I am new to daqmxBase and daq . What I want to achieve:- To simply record voltage from the analog input channel of my daq device ( NI DAQ 6008 )- Use a C program to do the same and compile it using...
View ArticleSynchronization routines for PXIe-6368 Cards
Hi allI have installed PXIe-1085 chassis with 03 PXIe-6368 cards and am trying to synchronize them in C++ but not successful yet. On the NI Discussion forum, i have found one synchronization method...
View ArticleError running NI-DAQmx ANSI C example in Windows 7
Hi,I am facing some problem while compiling a DAQmx example modified by me.please see the attachment and help me in correcting it.The errors are as follow: 1 IntelliSense: expected a ';' 2...
View ArticleAcquiring waveform using DSOZ204A, VC++ and Visa library
Hello everyone, I'm actually trying to acquire a waveform of my infiniium DSOZ204A from Keysight.I use the Visa Library 32bit and VC++ 2008 express edition.I've copied, pasted and modified the code...
View ArticleOnImageGrabbed event handler will call off on particular time on camera running?
i am using basler acA4600-10uc camera device. when i connect the camera to recording , OnImageGrabbing event handler will call off on suddenly i don't know why to happen. when i set the high resolution...
View ArticleAcquiring analogue input data before event is fired...
In short: I wonder if it is possible to fire the event callback before the 'nSamples' are reached? Right now I am acquiring data via the DAQmxRegisterEveryNSamplesEvent every nSamples, which works just...
View ArticleMigrating legacy application from VS2003 Measurement studio on windows server...
Hi Team, We have a legacy software utility which we are planning to Migrate from Visual Studio 2003 to Visual Studio 2010. Migration will be from Windows Server 2003(x86) to target platform Windows...
View ArticleTrigger Multiple C Series 9234 at same rate
Hello all, I am very new to NI development. I have a task in which I have 3 NI 9234 modules that I would like to trigger at the same time and collect a certain amount of data . I am hoping to do this...
View ArticleSupport for legacy software migration
Hi, We have a legacy software application currently running in Windows 2003 server (x86) which we are planning to move it to Windows 2012 server. Our existing application uses the below mentioned...
View Article