Quantcast
Channel: PXI topics
Viewing all 3397 articles
Browse latest View live

PXI 4072 DMM initialization problem for repeated measurements

$
0
0

Dear NI Community,

 

I am currently involved in a project where we work with a PXI 4072 for 2-wire and 4-wire measurements and I encountered an issue which heavily influences the execution time of the measurement process. After successfully setting up the system to perform one measurement, our main goal for the moment is to reduce the time of a single measurement as much as possible, as during the execution of the whole process around 8000 measurements will be carried out (thus reducing the time for one measurement will have a huge impact on the speed of the whole process). After looking at timing data from the built-in LabVIEW profiler, I saw that the niDMM Initialize VI takes the most time in a single measurement, so I decided to put the initialization process in front of the loop. After this step my execution time was reduced drastically, but the DMM is now not capable to gather the data after the second iteration of the loop.

 

The measurement system contains one PXI 4072 DMM and nine PXI 2535 Switch Matrices, all built in an NI STS T2. The application is written in LabVIEW 2012.

 

As you can see on the images below, I am working with a state machine architecture to ensure that the order of execution is correct. All the three states are also described.

NOTE: The images are not of the actual VI that I am working with, as I am not entitled to share those.withinit.png  

 

Figure 1. Initial, working, setup - slow execution time due to constant initialization

 

withoutinit.png 

Figure 2. Very fast execution time, incorrect data

 

Ultimately, my question would be if it is possible or not to avoid constant re-initializations of the DMM every time I need to measure. I have tried substituting the niDMM Read VI with the sequence of niDMM Initiate, Fetch and Abort, but it resulted in the same problem. A solution that I have found was to always reset the DMM after every measurement, using the niDMM Reset VI, however, it did not decrease the execution time (reseting took as much time as initializing). I have also tried introducing a delay between loop iterations, but without any success.

 

I hope my explanation was clear enough, but if there are any uncertanties, let me know and I will try to clarify it.

Thank you for your help.

Ferenc Fodor


I have got some errors for my PXIe-5450

$
0
0

Hello,

 

I currently trying to test my PXIe 5450 module.

 

I have installed Labview, NI Max, NIFGEN version 14 and also I have updated the firmware upto 1.1.1f4 for 5450 module.

 

The module can be seen on NI MAX however, when I tried to do self test, this came out.

 

error -229020, "Internal Software Error occurred in MIG software. Please contact National Instruments Support"

 

According to device status from VISA Properties, the device is working properly.

 

Also It can't do test panel too via NI DAQmx and Two led indications are all off on 5450 module, 

 

Can you please help me with this problem and let me know if you need more information.

 

Regards

Pxi8108 in Pxi-1010 chassis power led blinking no boot

$
0
0

Hi all I'm new here so please bear with me.

 

i need help i just acquired a used pxi 8108 and have removed a working pxi-8156b from a pxi-1010 chassis

 

when powering up he will not boot and the power led is blinking green. The manual says one of the pxi or onboard supplies is operating outside of the normal limits, or is not functioning. I can see a red led lit if i look inside the pxi chassis

 

please advise i'm open to suggestions. Is the pxi 8108 compatible in the old 1010 chassis ?

 

are there voltage points i can test or leds to verify all the power is right

 

thanks in advance

 

marc

Which (USB-) chassi is compatible with the NI PXI-4072

$
0
0
Good morning dear forum members,

I have the task to measure the physical capacity.
Here is think the measurement card"NI PXI-4072"would beeffective.
Now I wanted to ask whatChassi i need.
 
The chassis must have a USB portto connectitdirectly to the computer.
 
Previous experience:
We have beentwochassis"NIcDAQ-9174"and"NI9162".
Furthermore, themeasurement card"NI9237"and"NI9219"for variousmeasuring tasks.
OurLabViewsoftware:
LabView2010(LabVIEW Full Development System),Service Pack1;10.0.1(32-bit).
 
Now the questions:
-Is the"NI PXI-4072"suitable forcapacitance measurements?
-Whata chassiwe need,which can beconnected directly to thePC?
 
The chassis we have ("NI cDAQ-9174" and "NI9162") are not compatible to the NI PXI-4072?!
 
Thank you.

PXIe 8108 GPIB driver

$
0
0

I recently had to reinstall Windows onto my PXIe 8108 crate controller, it's now running Windows 7 x64. Thus far I've managed to get most of the drivers for the various devices, but the GPIB driver is eluding me. Right now it just shows up as a PCI Simple Communications Controller. I've tried the NI-VISA package, the PXIe-8018 peripheral drivers package, and the NI platform services package. None of them had the driver for the GPIB device. Anyone know what package actually does?

PXI-4130 - no output on Ch1, fully functioning Ch. 0

$
0
0

Hello,

 

My PXI-4130 just came back from calibration and now my Channel 1 does not provide any output.  

 

The PXI-4130 is running inside of a PXIe-8108 embedded controller and when I use the NI soft panel to control this card, Channel 0 works normally, but Channel 1 only puts out about -131 mV, regardless of the input setting.  All of the indicator LEDs on the front of the PXI-4130 are green and it passes the self test, so this is a mystery.  Further, I swapped in a spare PXI-4130 and that works fine, so it's not my controller that's screwing up.  I also placed the offending PXI-4130 into a spare controller and it did not work there either, so all signs point to the card not operating correctly.

 

There doesn't seem to be any sign of physical damage to the PXI-4130 card, so is it possible that the calibration house somehow disabled the Channel 1 output?  This seems really unlikely to me.  Of course, the data that they sent with the card said that it was working flawlessly when it arrived and left their custody, so the finger will be pointed at the shipping company.

 

Does anyone have any advice?

Access to calibration procedures

$
0
0

How do I get access to manual calibration procedures for PMI5411 and PXI4060 etc.

trigger using 1422

$
0
0

Hello Experts,

 

I have PCI 1422 board which I am using for image acquisition, however now I also need to setup the trigger with one of the light source.

 

So, basically I need to know how to setup the triggering ports or how to make use of the trigger pins which are already provided in the pin layout of PCI 1422.

 

Help would be appreciated. 

 

Thanks in advance


How can I do frequency hopping using RFSA and RFSG

$
0
0

Hello,

 

I am a newbie in Labview, and I am currently trying to implement frequency hopping in Labview. I combine OFDM ( i got the example from here https://decibel.ni.com/content/docs/DOC-34781 ) with Bluetooth frequency hopping example that I found in the forum https://decibel.ni.com/content/docs/DOC-20152 , but I guess there is some properties that is not supported in this VI. I use trigger to synchronize between RFSG and RFSA, but it seems like it doesn't work. I am using PXI 5646R and NI Labview 2015. Herewith I attach the error snippet and the VI, any example or explanation would be really helpful for me. 

 

regards,

 

Renita

Problem sending software trigger through PXI backplane (PXIe-1082 Chassis, PXIe-6363 DAQ, PXIe-6544 HS-DIO)

$
0
0

Dear community,

 

I am trying to implement a (software) PXI backplane trigger on a NI PXIe-1082 chassis with LabView 2015 (32bit) running on a PXIe-8135:

 

- HS-DIO (PXIe-6544) in slot 2,

- DAQ (PXIe-6363) in slot 4,

- Flex RIO (PXIe-7962R+NI-6583) in slot 3.

 

The triggering scheme is explained in the attached file "LV-PXItrig-HSDIO-DAQ-overview.jpg".

 

Scenario 1: DAQ writes analogue signal and sends (software) trigger HS-DIO waveform through backplane, after waveform is complete signals back to DAQ for acquisition.

 

Scenario 2: Logic pulse on HS-DIO external port triggers HS-DIO waveform, after HS-DIO waveform is complete DAQ triggered for ADC acquisition through backplane.

 

In principle this breaks down to sending a trigger from module A to B via the PXI backplane. The PXIe-1082 chassis has one trigger bus with 8 lines (PXI_trigX, X=0,..,7) plus a star trigger controlled from slot 2.

 

I have tied to implement a software trigger but I cannot access the resource upon refreshing and execution, see attachement. Other implementation paths including the DAQmx Connect Terminal / Disconnect Terminal routine have not worked for me either. I am aware on how to connect trigger lines using the VISA property node but I cannot issue a trigger.

 

Any hints, comments or solutions are appreciated. Thanks!

 

pxie 8135 not visiable in MAX

$
0
0

hello

 

initally i had the pxie connected to my pc successfully, however a week ago the pxie was deleted from the remote devices section of max. since then i cannot refind it by pressing refresh.

 

i have reset the ip address on the pxie using the displayport and it say the ip is 169.254.xxxxx. when i change the network card to a similiar range i still cannot connect

 

i used the the connect option for subnet targets and enter the ip adress of the pxie that is visible on the screen but get the following error

"unable to initialize connection to remote target"

 

im completely lost on this???

 

thanks

 

datarate measurement of 5781 adapter module

$
0
0

Can anybody guide me how to measure datarate of PXI having NI-5781 adapter module.

PXI-4110 Using Soft Front Panel on CH1 and CH2, cannot adjust current past 0.1A. What am I doing wrong?

$
0
0

Probably a very stupid question, but I cannot find anything in any manual about this.  Using the soft front panel on the PXI-4011, on the 1A Range,  the soft panel will not allow me to adjust the current level above 0.1A.  The unit outputs the 0.1A pretty well.  A load applied had no effect on being able to set this unit above 0.1A.  CH0, the 6V channel, allowed me to adjust the front panel to 1A.  I should be able to as well on CH1 and 2.  I'm just using the soft front panel.  What am I doing wrong?

Generate trigger after DAQmx AI Voltage Acquisition is complete and send to PXI backplane (NI PXIe-6363, NI PXIe-1082)

$
0
0

Dear all,

 

I would like to issue a trigger for a specific event to the PXI backplane (PXI Trigger Line 0..7) to other modules using a NI PXIe-6363 DAQ in a NI PXIe-1082 chassis.

 

However there are two issues:

1)  How is a trigger for the event "DAQmx AI Voltage Acquisition is complete" (general ... DAQmx task complete) issued?

 

The only allowable software-issued trigger is "Advanced trigger" which seems inappropriate here.

 

2) The "DAQmx Export Signal" VI only allows certain triggers and clocks to be exported. How can I generate any of the allowed events using the above event? Or do I need to use the DAQmx Connect / Disconnect Terminal VI?

 

Any help is appreciated. Thanks!

 

NI PXIe-8108 not working

$
0
0

Hello, I bought on the Internet controller PXIe-8108 on the Internet and it turned out to be broken. Externally, there is no damage, but it does not work in any case.  The controller does not run and do not light bulbs on it. Where can you go to be repaired? Thank you


PXI-2503 Relay's

$
0
0

Hi

knows anyone the related K-Relay Numbers of the CHannels- Relais? I can't find it in the documentation.

 

Thx

Wolfgang

779157-01 alignment pin??

$
0
0

Does this connector have an alignment pin? The supplied drawing shows that there is an option of having no pin, circlular pin, crush pin, or a diamond pin. Which one is it?

Spanning multiple FPGA ports

$
0
0

I have a PXIe-7820R FPGA. The code I'm running was written for a 7813R, which has a different number of pins/channels. This means that I've had to reassign some of the I/O's such that I'm now using pins on two connectors.

 

Is there in existence a "1 to 2" cable - VHDCI 68 pin on all ends - that can connect the one port on the back of my PC to several ports on the FPGA?

 

I currently have one cable like this: http://sine.ni.com/nips/cds/view/modelpopup/p/pcat/18574/lang/en

 

Thanks!

PXI Rack unknown device in Win 7 Device Manager

$
0
0

I am dealing with a flakey PC which only became flakey recently, and I am not sure why...

 

The problem I am seeing is the PXI Rack is an unknown device in Win 7 Device Manager.

Is there some sort of service or driver available to correct this?

 

I am using a third party card which has been installed and working in this system for more than a year

and have swapped it out and also swapped the motherboard. I have contacted that mfg's tech support and this error only

appears when the PXI rack ((NI PXIe-1065) is plugged in via the NI PXI-PCI8360.

 

How Do I fix this?

 

Thanks

 

PXI Rack unknown device.jpg

 

 

rt8145 set date

$
0
0

I have PXI8145RT and Labview 7. After years of use, the system lost its system date. I have replaced the on-board battery (time keeper) but still when the get date/time function is invoked I get the value 1/1/1980. How can this be fixed ? Is there any way to programatically reset the correct date/time

 

Thanks for the help

Viewing all 3397 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>