01-18-2014 06:04 AM
Happy New Year Matthew
Hope you are keeping well. Now I have hit a brick wall with regards to attaching my antenna to the PXIe backpane's BNC connection. Here are some screenshots to that effect. My question is; would there be any reason the antenna isnt being detected by NiDAQ? Does the PXI detect it as a physical medium or do I have to create a VI for it?
Looking forward to hearing from you
Thanks
-tyrus
01-20-2014 04:11 PM
Hello Tyrus,
Unless your antenna is equipped to provide TEDS data, it will not show up in MAX with the 2096. Generally, we only see TEDS enabled transducers and strain gauges - it simplifies with calibration and scaling of the signals they provide.
That kind of information is not usually required of antennas, so I do not believe there are any that come TEDS-equipped.
Though it will introduce some additional noise into your signal, you will be best served using a BNC->SMA adapter to connect your antenna to the 5663E.
Best regards.
03-14-2014 01:19 AM
Hi Mathew,
My antenna is a complete GSM antenna with a direct SMA connector,but i cant see it in MAX.Is there a way i can fix this or do i have to get an antenna with BNC ->SMA conversion?
Thanks,
tyrus
03-14-2014 02:25 AM
Hi mathew,
Let me reframe my question this way,since my antenna may not be equiped to transmit TEDS and visible in MAX,how can i be sure that its been seen by machine?or in my code am i supposed to call the downconverter or the antenna as my resource name for RF?
Thanks.
03-14-2014 04:46 PM
Hello Tyrus,
The hardware doesn't care whether it is pumping signal over a cable or across an antenna. Your code should reference a port on the device and operate the same way regardless of whether it is cabled or antenna'd.
Corey C.
Applications Engineer
National Instruments
03-14-2014 06:02 PM
Thanks corey for your answer,but you have lost me.I want to acquire signals through the antenna and this antenna is not visible in MAX.give me an example of such a port that i should reference to acquire such in Labwindows.
Thanks.
03-14-2014 08:11 PM
03-19-2014 06:18 AM
dennis you should look for elsewhere to be rude.infact my question is legit as i wants to know how i should call my RF IN port or calibrate as a channel?
03-19-2014 08:38 AM
03-20-2014 02:17 PM
Hello tyr0ne,
Dennis is right, this thread should have been moved over to this one. I was negligent in failing to address that early-on in our discussion. I apologize for that.
So long as the drivers for your 5663E were installed after the development environment (LabWindows or LabVIEW), a bevy of shipping examples should have installed alongside the drivers.
LabWindows/CVI:
In the splash screen for LabWindows/CVI, if you click on "Find Examples", the Example Finder will be launched.
In the Example Finder, navigate:
Hardware Input and Output » Modular Instruments » NI-RFSA » Getting Started » GettingStartedSpectrum.prj
Go ahead and make a debug build of the example. In the top left corner of the built program is a field for Resource Name, the device name goes here. If you are unsure what alias will direct to your device, open up Measurement & Automation Explorer, and locate the entry for your 5663E in the Devices & Interfaces tree.
LabVIEW:
In the splash screen for LabVIEW, if you click on Help»Find Examples, the Example Finder will be launched.
In the Example Finder, navigate:
Hardware Input and Output » Modular Instruments » NI-RFSA » Getting Started » RFSA Getting Started Spectrum.vi
At the top left corner of the VI's front panel is a field for Resource Name, the device name goes here. If you are unsure what alias will direct to your device, open up measurement & Automation Explorer and locate the entry for your 5663E in the Devices & Interfaces tree.
Best regards.