Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

SCXI 1321

For my application I need to generate an analog output (using
LABVIEW) that i need to feed it to the amplifier and hence provide enough
power to run my motor. Also i have strain gauges on the motor that will be conected full bridge config. so i need to excite and measure the difference in the bridge when I perform my experiment.

I have PCI 7030/6040E (RT series) DAQ, SCXI 1321 module and also have
CB-68LP board.

I was able to use the examples and generate and display sine wave. I used
CB-68LP for the same. But as I will be using SCXI in the end for my starin
gauges i was wondering if I can use SCXI 1321 to output my waveform?

When I ran the program that i used with CB-68LP, with SCXI 1321, i got an
error : Can Recognize device but not the correct operation for the device.

If I cannot use SCXI 1321 can you tell me how i can connect CB-68LP and
SCXI chassis both to the computer as in the end i will need to hook them
all.

Pls Help!!

Looking forward to hearing from you.
Best Regards
Krithika
0 Kudos
Message 1 of 6
(4,071 Views)

Hi krithika,

Look at this link

https://www.ni.com/en-us/support/model.scxi-1180.html 

it describes using of SCXI 1180 feed through panel.

http://zone.ni.com/reference/en-XX/manuals/320426C-01/07AppE_01/    and this link shows how to connect scxi 1180 to sxci 1121

The SCXI-1180 feedthrough panel extends the I/O signals of the plug-in DAQ board to the front of the SCXI chassis. The SCXI-1180 is installed in a single slot of the SCXI chassis, and connects to the 50-pin male breakout connector of an SCXI cable assembly, such as an SCXI-1349 or SCXI-1353 connected to an SCXI module in an adjacent slot. Alternatively, if you wish to access I/O signals of additional DAQ boards, you can cable a separate DAQ board to the 50-pin rear connector of the SCXI-1180 with the appropriate cable.

Hope this solves your problem.

do let me know

regards

Dev

 

 
Message 2 of 6
(4,064 Views)
Also,
I sugggest you read the all the relevant cautions in the signal connections portion iof the scxi user manual before you think of going for this option.
 
regards
Dev
 
0 Kudos
Message 3 of 6
(4,064 Views)
Hi Dev
 
Thanks for all the help !!
 
I have  connected my SCXI to the CB-68LP terminal block with all the cable assembly.
 
Now using the VI attached i have been able to generate continuous sine wave that i will be feeding to an amplifier. I want to display the output from the amplifier (increased power) using LABVIEW. As i am new to LABVIEW i first tried using the analog input example and sine wave generated by my oscilloscope to see if i can read the analog sine input. I am having difficulties with it. I am not getting any readings.
 
What i am confued is whether i need to connect the output (from the oscilloscope) to the CB-68LP terminal block then connect it to the scxi or do i just connect it directly to scxi channel 0 (+,-)?? Also can you tell me whats the best example that i use for the same. (REMEMBER : I have traditional DAQ........ so all the more difficult)!
 
Pls help me out!
 
Also can you suggest what i can do in the Vi attached so that i can have control on the frequency??!!
 
Thank you so much for being so patient with me and my silly questions.
Best  Regards
krithika
0 Kudos
Message 4 of 6
(4,050 Views)
OOOPS I did not attach the VI
 
Hi Dev
 
Thanks for all the help !!
 
I have  connected my SCXI to the CB-68LP terminal block with all the cable assembly.
 
Now using the VI attached i have been able to generate continuous sine wave that i will be feeding to an amplifier. I want to display the output from the amplifier (increased power) using LABVIEW. As i am new to LABVIEW i first tried using the analog input example and sine wave generated by my oscilloscope to see if i can read the analog sine input. I am having difficulties with it. I am not getting any readings.
 
What i am confued is whether i need to connect the output (from the oscilloscope) to the CB-68LP terminal block then connect it to the scxi or do i just connect it directly to scxi channel 0 (+,-)?? Also can you tell me whats the best example that i use for the same. (REMEMBER : I have traditional DAQ........ so all the more difficult)!
 
Pls help me out!
 
Also can you suggest what i can do in the Vi attached so that i can have control on the frequency??!!
 
Thank you so much for being so patient with me and my silly questions.
Best  Regards
krithika
0 Kudos
Message 5 of 6
(4,048 Views)

Hey krithika,

First i would like to answer the last part of your query,

To control the frequency, all you have to do is toy around with the update rate, cycles per buffer  and the buffer length

For ex,  if cycles per buffer = 10 and buffer length = 1000, effectively, each sinusoidal oscillation in the generated waveform will be represented by 100 points.

Now  if update rate = 1000, then you will get a sine wave of frequency 10 hz on the selected AO channel.

in the same case, if you bring the update rate to 100, frequency of sine wave generated on Analog output becomes 1 Hz.

for going to higher sampling rates, take a larger buffer size, suitable update rate and increase number of cycles

Just keep in mind, lesser number of samples per cycle, poorer will the quality of your generated sine wave be.

so represent each sinusoidal cycle by suitable number of points.(practically i have observed that each sine wave represented by more that 20 points looks decent. but the fact is that more number of points, the better sine wave you get )

hope you get the idea.

so a buffer size of 10000, cycles per buffer 100 and update rate 10000 give a sine signal of frequency 100 hz.

check out the maximum update rate and permitted buffer size that the AO of your DAQ card supports to calculate the max frequency you can generate using this VI.

Regarding the first part of your question, I have these doubts.

  • what cable are you using to connect your PXI-7030/6040E( Rt series) daughter DAq card PCI 6040 E to your SCXI Module?
  •  What cabling are you using to bring the 6040 E series DAQ card's AI/ AO on to CB 68LP?

All the SCXI channels are multiplexed to the channel 0 of the DAQ card.So, you can use any other DAQ channel except channel 0 to read your generated sine wave. 

Use any AI examples to achieve this.

Previously, you spoke of using this sinusoidal output to run a motor, on which you have mounted the strain gages.

Now,  do you want to measure this generated sinusoidal output using any analog input on the DAQ card?

You cannot measure this sine wave on the scxi module's channels but you can measure it on the spare channels of PCI 6040 E, (if the singal is within the limits of the DAQ's ADC range)

Regards

Dev

Message 6 of 6
(4,038 Views)