How do you configure the antialiasing filters on a PXI-6120 DAQ card?

I'm am using Measurement Studio 7.0 and C#. I am trying to use the AIParameter function in the CWDAQTools control.

I was originally trying to use the approach in the link, but am getting a type mismatch error. Here is my code. Maybe you can see what I'm doing wrong.
int device = 4;
CWAIParameterNames paramName = CWAIParameterNames.cwaiFilterSetting;
string channelString = "1";
CWDAQParameterOperations operation = CWDAQParameterOperations.cwdaqParameterSet;
double floatIn = 100000 //100 kHz for 6120;
CWAIParameterValues valueIn = CWAIParameterValues.cwaiVolts;
string stringIn = "";
bool boolIn = false;
object deviceOut = new int();
object valueOut = CWAIParameterValues.cwaiVolts;
object floatOut = new double();
object stringOut = new string(new char[0]);
object boolOut = new bool();
axCWDAQTo
ols1.AIParameter(device, paramName,
channelString, operation,
floatIn, valueIn, stringIn,
boolIn, ref deviceOut,
ref valueOut,ref floatOut,
ref stringOut,ref boolOut);

Similar Messages

  • How do you configure the server in this situation?????????????

    Hi,
    We have Oracle 10.2 and Windows 2003.
    We have Oracle on Cluster (with Windows software).
    When the System are without cluster all it’s OK!!!!!!
    We have 2 Resources Cluster Group: Oracle and Applications.
    We have Oracle in Oracle cluster group.
    We have “W” Drive and a ftp program in Application cluster group.
    We have C drive in both nodes. We have installed Oracle in both nodes but we have “W” drive only associate to the Active Node because is a Cluster resource (Application cluster group).
    All days we receive text files by ftp and we put it on W Drive. This text files are readen with external tables in Oracle.
    We have a problem when oracle fails and it goes to the another node (for ex. node2) because the external tables fail because the files are on Node1 on W Drive. If we move manually Applications cluster resource to Node2 then all it is OK.
    We think to put UNC pathes instead of “W” but it’s not possible (Metalink: Note:290703.1)
    How do you configure the server in this situation?????????????
    Thanks!

    We run a similar configurations and i doubt you have a chance other then reconfigure your setup. The way we do it is to have an ftp client in our database group and periodically transfer the files a second time (not elegant but it's working).
    If that's not an option you might be able to use unc names in your ftp server and set the ftp root to a directory hosted on a disk which is part of the database group.
    Or move to unix (that's what we do now). Than you don't have to bounce your server once in a month to apply security patches...

  • How do you configure the DAM so it can be shared across multiple CQ instances?

    How do you configure the DAM so it can be shared across multiple CQ instances?

    You can use shared datastore http://dev.day.com/content/kb/home/Crx/CrxSystemAdministration/HowToCombineTheDatastoreToP reserveDiskSpace.html multiple CQ instance will use same file system to share asset
    clustering http://dev.day.com/docs/en/crx/current/administering/cluster.html multiple node will share repository.
    But you can not have something like one DAM and then have different CQ instance pointing to it (As not everything goes in to one location in file system)
    Yogesh

  • How do you configure the iMac so separate users can access each other's files, especially iPhoto and iTunes? I need to be able to transfer media between two users and not just gain limited access using 'share'.

    How do you configure the iMac so separate users can access each other's files, especially iPhoto and iTunes? I need to be able to transfer media between two users and not just gain limited access using 'share'.

    See Terence Devlin's thorough explanation here.

  • How do you configure the ipad to print air print but of A4 size please ??????

    how do you configure the ipad to print air print but of A4 size please ??????

    Frankie,
    The usual setting is in Printing Preferences.
    In case you haven't found it yet - it has been a while since your original post - you may have your tray setting stuck on the 4X6 tray.
    I can provide details and "how-to" if you need more help.
    Printer model info would be helpful, and do you have your printer software loaded yet?
    I hope this helps!                                 
    We work hard to help!
    When ever you see a Helpful Post - Click the Kudos Star on the Left as Thanks!
    Did this Post solve your problem?  Mark it “Accept as Solution”!
    Note: You can find the “Accept as Solution” box on threads started by you.
     2012 Year of the Dragon!
    Dragon Tips!
    Install your Printer Software!
    Look for your Printer’s Software at your printer’s own website!
    Software, manuals, alerts, “how-to” information, and much more!
    To see if there is software for your printer, Start at:  Support and Drivers
    Kind Regards,
    Dragon-Fur

  • How do you configure the default Webserver  and AppEX in XE(windows)?

    I'm new to XE but an old hat with Oracle Standard and Enterprise editions, Apache and AppEx (htmldb).
    What is the default webserver that comes with XE(windows) and how do you configure it? Where are the httpd config files?
    Also I read in the doco that you need to use Apache if you want to use https. Is there any doco on how to configure XE with Apache?
    Also with respect to AppEx
    where are the physcial files e.g. I can't find the following file or directories. Where is virtual directory /i/ mapped to? Where is this configured?
    http://127.0.0.1:8080/i/htmldb/builder/db_users_ctrl.gif
    regards
    Paul Platt

    Paul,
    for the Apex files see: http://daust.blogspot.com/2006/03/where-are-images-of-application.html
    For configuring the Apache as a proxy to XE:
    HTTPS with Oracle XE ?
    Re: Existing http server
    ~Dietmar.

  • How do you configure the set of port to use for FTP passive data connection

    I was able to start the ftp server xml db and connect to it locally. When I tried to connect to it from home, I was able to log in but when i do a "get" command the sessions hangs. I also tried passive mode and do a "get" command and it gives me a connection refused error. I am using the default port 2100. I think this might be a firewall issue with the data connection port. I am not sure which range of ports to open for the passive ftp connection on the server side or where to go and set them for for the ftp server to use? Or this issue might not be firewall related??? Any thoughts. Thanks.

    This is a typical problem with VPN/Firewall software and FTP on ports other than 21.
    When you open the FTP data connection the FTP Server identifies which port the data will be sent on using the PORT command which is sent on the command port (typically 21 with a normal FTP server, 2100 by default with XDB). THe client then opens that PORT to accept the data (file, output of an ls etc).
    As I understand it most VPN/Firewall are configured to monitor 21 for 'PORT' requests. They then understand to allow connection on the PORT number passed on the command PORT. Hence with Port 21 firewall / VPN software is not a problem. However since the XDB command PORT is something other than 21 they do not see / honour the PORT commands from the server and hence the client cannot open the data connection on the specified PORT
    As to how to solve it, I wish I knew (After 5 years I still can't use XDB FTP from home to a machine in the office once the VPN tunnel is open :( ). I'm sure it's going to be firewall / VPN software specific and may need the VPN servers to be configured.
    The best bet would be to run the FTP server on 21...
    Add the following line to your listener.ora file
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = hostname) (PORT = 21))
    (PROTOCOL_STACK = (PRESENTATION = FTP) (SESSION = RAW)))
    and then restart the listener as root
    Start the listener as root.
    At the operating system prompt, enter tnslsnr with optional command line arguments. The usage is as follows:
    tnslsnr [listener_name] [-user user] [-group group]
    where:
    Table 4-3 tnslsnr Utility Options
    Option Description
    listener_name
    Specify the name of the listener. If omitted, the default name LISTENER will be used.
    -user user
    Specify the user whose privileges the listener will use when super user (root) privileges are not needed. After performing the privileged operations, the listener will give up root privileges irreversibly.
    -group group
    Specify the group whose privileges the listener will use when super user (root) group privileges are not needed. After performing the privileged operations, the listener will give up root group privileges irreversibly.
    The listener will temporarily switch to the provided user and group immediately after startup. All subsequent operations will be done with the specified user and group privileges, except the system calls necessary to listen on configured endpoints. The listener will revert to super user (root) for a short period of time to listen on reserved addresses, such as TCP ports less than 1024. After the listener starts listening on all of its endpoints configured in listener.ora, it will switch to the specified user and group irreversibly. Therefore, the listener will give up the root privilege that it initially had. In the current release, -user and -group command line arguments only accept user and group identifiers specified in numeric form.
    For example, to execute a root listener called mylsnr and have it use privileges of a user identified

  • How do you configure the ADC on RIO7833R for differential inputs?

    I use the 7833 RIO board; my signal source is a differential signal.
    According to the documentation I can configure the inputs to be differential using software, but I have not been able to find any instructions on how to do this.  Can anyone point me to a way to achieve this?
    There is the obvious "braindead" method of putting the positive signal into AI0+, and the negative signal into AI1+, then subtracting - but that would only allow me to use 4 inputs, not all 8.  And it would probably increase the noise due to ADC nonlinearity.  The diagrams show a MUX, I just can't seem to find a way to configure it and the default mode appears to be single-ended.
    Thanks a lot for any information!
    Floris HJ.

    That's great help, thanks Prashanth.  It answers the question which I asked, not the one I wanted answered.  So now the 64 thousand dollar question (from the days when that was still a lot of money):
    Can you do the same thing from software?  In other words, could I set up my VI so it can change input mode in response to a user input or other external condition, and that doesn't require a user navigating to the project explorer?  It would appear that there is some direct access of flash memory going on.  If we know the address, could we poke that register directly (perhaps from the FPGA code itself - obviously we'd then have to signal from the host VI to the FPGA code but I know how to do that).
    Thanks in advance for any help.
    Floris

  • How do you configure the af:query to genterate an IN-Clause

    How do you declaratively create a multi-select vield in the af:query and create an IN-CLAUSE?
    I am able to create a view criteria and I found the "support multi select" box on the UI Hints tab, but when the field is rendered in the af:query the operations list Equals, Contains and others. I expected an in clause operation.

    Check out my blog http://wp.me/pcBZk-5O and also look at the link to Jobinesh's blog too.
    Timo

  • How do you configure the size of the picture

    when sending a picture to printer, how do I adjust the size of picture to print. Mine only printed a 4/6.

    Frankie,
    The usual setting is in Printing Preferences.
    In case you haven't found it yet - it has been a while since your original post - you may have your tray setting stuck on the 4X6 tray.
    I can provide details and "how-to" if you need more help.
    Printer model info would be helpful, and do you have your printer software loaded yet?
    I hope this helps!                                 
    We work hard to help!
    When ever you see a Helpful Post - Click the Kudos Star on the Left as Thanks!
    Did this Post solve your problem?  Mark it “Accept as Solution”!
    Note: You can find the “Accept as Solution” box on threads started by you.
     2012 Year of the Dragon!
    Dragon Tips!
    Install your Printer Software!
    Look for your Printer’s Software at your printer’s own website!
    Software, manuals, alerts, “how-to” information, and much more!
    To see if there is software for your printer, Start at:  Support and Drivers
    Kind Regards,
    Dragon-Fur

  • How do you configure the RTC as an Extend/TCP client vs Compute Client?

    How do you choose between the Real Time Client acting as an Extend/TCP Client or a Compute Client?
    Thanks,
    Andrew

    Hi Andrew,
    I believe RT client as a Compute client means storage-disabled normal TCMP cluster node in a Grid Edition cluster, but I may be wrong.
    Best regards,
    Robert

  • HT5682 "which is no longer required to configure applet settings." Then how do you configure the settings?

    How do you now reach the Java settings for your machine for things like memory allocation?
    Also, what about 32- and 64-bit architecture? How do I control which is active?

    hello vnsonwu, this sounds like there might be a problem with the file in your profile folder that stores the settings (maybe it is set to read-only or corrupted in another form) - please go through the troubleshooting steps described here: [[How to fix preferences that won't save]]

  • How do you configure the a network for Airport Express from a PC computer

    A friend let me borrow her Airport Express so I could have wireless, but I can't figure out how to set up the network from my PC computer. She just gave me the device without any accompanying instructions or software.  The intructions online only explain how to setup the network using an Apple product.  How can it be done from a PC?

    Use the same instructions and the Windows version of AirPort Utility:
    AirPort Utility 5.5.3 for Windows

  • How do I read the FIFO correctly on an M series DAQ card?

    I have a PCI-6229, which I have working with the exception of a bug or two.  The program continuously reads multiple inputs from the FIFO buffer, which is being filled at around 100 kHz.  Every ms or so, the program reads all the values in the FIFO.  To keep track of the input channel being read, the program currently indexes a channel variable every time it reads a value from the FIFO and continues until the FIFO is empty.  The next time it starts reading the FIFO it continues from the last input channel read.  This works correctly sometimes, but other times the tracking system gets off by one then associates the values with the wrong input channels.
    As an example, reading two inputs at 100 kHz the DAQ card appears to read one input every 5 microseconds and put that value in the FIFO.  When the program reads, sometimes it reads an even number of values and other times an odd number.  The program tries to keep track of this, but several unmonitored variables that I'm aware of and several that I'm probably not aware of can lead to my tracking error.  The FIFO filling up is one example, I believe.  Many times when the card is started it is already off by one.
    Is there a way to know what input a value in the FIFO is associated with?  I'm trying to have the DAQ card run continously, empty the FIFO periodically, process the data, and continue this process.  I don't want to start the AI task for 1 ms, read the values, process the data, and restart the AI task for 1 ms if I don't have to.  Thanks.
    Aaron

    You could try using DMA. This thread has a code example and some corrections. I did not have to delete the acdReset, but your mileage may vary.
    Good luck
    Neil

  • How do you configure the webserver on Leopard?

    I'm not sure what version of Apache is on Leopard but what file is edited to add things like PHP etc?
    I've looked under /etc/http/ but this directory is empty so how to I check PHP is turned on and turn it on if it isn't?
    Thanks for your help.

    The configuration directory for apache is /etc/apache2/
    Also this topic should help you.
    Mihalis.

Maybe you are looking for

  • My printer keeps printing things on only 1/4 of the page

    I can not figure out how to print something correctly I guess. It keeps printing things only taking up 1/4 of the page..and it's driving me nuts! I can't figure out how to fix it. Help please?! =)

  • Mac-PC Video Chat Stalls

    Just finished a great online "visit" with my grandkids in another state. The only problem was that their feed kept stalling after a couple of minutes of connection. We simply quit and re-connected and it would be good for a few more minutes. Is there

  • Org.eclipse.swt.SWTException: Invalid thread access - Action struts

    Hi I�m runing this WordSearchReplace java class that I got here in this forum, and I�m runing it doing search and replace in Ms word document if I run just one time it works ok, but if I run twice i got that erro, I�m runing that java class in my Act

  • NLS_LANG conversion

    Hi All Ihave problem with importin data import done in AR8ISO8859P6 character set and AR8ISO8859P6 NCHAR character set export client uses WE8ISO8859P1 character set (possible charset conversion) export server uses WE8ISO8859P1 NCHAR character set (po

  • Oracle Essbase not starting up

    Hi, We are having issues with oracle essbase server in our oracle Hyperion planning system. The ./opmncl startall process gives below error. checked OPMN log and it says, JVM initialization and singleserver signon are succesfull. However, i see error