How do I connect and detect a high frquency pulse (0-3500hz) with a variable pulse voltage (0v low,5-10v high), on a SC-2345 connected to a PCI-6224?

How do I connect and detect a high frquency pulse (0-3500hz) with a variable pulse voltage (0v low,5-10v high),  on a SC-2345 connected to a PCI-6224?  Labview doesn't generate a waveform if I try to graph the signal, and my analog input doesn'y recognize that the signal is even pulsing, only that it has a voltage.  Some advice would be much appreciated.
Thanks in advance,
Garrett

Hi Garrett,
It sounds like you want to do Frequency Measurements of a signal that is somewhat digital.
There are two ways you can really do this:
Wire your signal to the counter input and use the Digital Frequency examples (Help > Find Examples > Browse > Hardware Input and Output > DAQmx > Counter Measurements > Digital Frequency)
Continue taking analog measurements and use some sort of logic to determine where you are getting rising and falling edges.
I would recommend doing method #1, but you must determine which one is the best for your system.
If you want to connect to the counter pins then you will find the
terminals located on the side of your SC-2345.  If you don't need
to condition your signals then simply wire everything into the proper
pins for your counter (below).
Default NI-DAQmx Counter Terminals (Connector 0)
 Terminal 
 Counter Context (Default) 
 Motion Encoder Context 
 Signal Name 
37
CTR 0 SRC
CTR 0 A
PFI 8
3
CTR 0 GATE
CTR 0 Z
PFI 9
45
CTR 0 AUX
CTR 0 B
PFI 10
2
CTR 0 OUT
PFI 12
42
CTR 1 SRC
CTR 1 A
PFI 3
41
CTR 1 GATE
CTR 1 Z
PFI 4
46
CTR 1 AUX
CTR 1 B
PFI 11
40
CTR 1 OUT
PFI 13
Otis
Training and Certification
Product Support Engineer
National Instruments

Similar Messages

  • How can I copy and paste table cells from Pages into InDesign with minimum reformating?

    How can I copy and paste table cells from Pages into InDesign with minimum reformating?

    Do you mean you want to retain the formatting from Pages, or retain formatting already applied in ID?

  • HT1391 How can I read and print digital booklets that are downloaded togheter with the recordings I purchased

    How can I read and print digital booklets that are downloaded togheter with the albuns I bought?

    cu is right.
    classloader returns the URL of your resource. You can the jar using something like the following...
    ClassLoader classloader = this.getClassLoader();
    url = classloader.getResource("your_resouces...");
    if(url == null)
    System.out.println("cannot find resource ");
    return null;
    String jar = url.getFile();
    jar = jar.substring(jar.indexOf("/")+1, jar.lastIndexOf("!")).replace('/', '\\');
    obviously, this code snippet works on windows only. Now you have the jar file path. I use Jar file classes to access the jar file. (e.g. you can search for each class files)
    Ming

  • How can I download Mountain Lion to my computer with a high speed connection and then transfer it to my other computer with a slower connection?

    How can I download Mountain Lion to my macbook pro, which already has mountain lion installed, so I can then install it on my imac which has a much slower internet connection?

    How to create an OS X 10.8 Mountain Lion install drive | MacFixIt - CNET Reviews

  • How do I scan and detect the NI PCI devices present in the system like 4060 DMM and PCI 6511 etc?

    Hi there,
    I would like to scan the devices present in the system every time when the software starts.
    This will help me to prompt user if a particular device is not present or is bearing a different device number than the one used in the software.
    For this system I'm using PCI4060, PCI 6511 and DIO96. I am using LV7.0 and Win 2K & XP.
    Thanks in advance for your help.
    _Deepu

    Hi,
    you can make a scan of all the Daq devices by using the function: Get DAQ Device Information.vi that you find under the: Traditional Daq - calibration configuration palette.
    See BD image attached. It scans for 16 devices and return a list of the found.
    This seems to work only for Traditional Daq-compatible devices, no problem for PCI 6511 and DIO96.
    I don't know if it works for the multimeter also; if not, you can make a basic call to the device at the beginning of the program and check for errors.
    Alberto 
    Attachments:
    devices.jpg ‏8 KB

  • How do I Copy and Paste a sentence using an iPad 2 with the iOS5?

    When I am in Safari and I want to copy a selected quote from a webpage how can I do it?     I have seen you tube videos showing how to this but with the new iOS 5 It won't work for me.

    it simple,
    touch and hold a word until it turns blue and it will look like this,
    bla bla bla (iPad) bla bla bla,
    when it looks like this release the word and than hold one of the line "(" and pull it to the exact place that you want to copy (this way you'll have the phrase selected)
    then touch the sign saying "copy"
    to paste touch an emty place on a typing are touch the sign that will appear saying paste
    (if you speak any other language such as german or turkish I can help with those too)

  • How to create Rescue and Recovery disc for Windows Vista Home Basic with G530 Lenovo Laptop?

    Hi All,
    I have purchased G530 Lenovo laptop 2 weeks back.
    I coudn't find installation/recovery discs in my laptop box.
    I went across the forums and came to know that it is not available now-a-days as it was coming previously.
    So, anybody can help me, how to create a recovery disc?
    This is needed when I format my laptop.
    Thanks in advance.
    Regards,
    Umesh.

    Click on what used to be the "Start" button and search for "create" or "recovery". It took me a while to find it but it is there.
    Use a cd for the first disc and 2 DVD's for the other discs.
    T60 2623-D7U, 3 GB Ram. Dual boot XP and Linux Mint.
    T400 2765-T7U Windows 7
    Registered Linux User #160145
    FYI: I am not employed by Lenovo

  • How can I select and remove the football net behind the goalkeeper with Photoshop CS5?

    Hello,
    Could you please help me with the following case. I have a photo of a football game and I would like to select and remove the football (soccer) net behind the goalkeeper. Do you know what is the procedure for selecting and removing of the net so as to "clear" the goal showing only the goalkeeper in the frame of the goal?
    Thank you in advance,
    Petar
    Product: Photoshop CS5

    Hi Petar,
    You're in luck. Photoshop CS5 was the first version to come with Content Aware Fill. You can use this to seamlessly erase objects, like your net. Try taking a look at this video, which should help you do just that:

  • How to get Search and offline Availability properties in SharePoint using powershell with CSOM

    Hi,
    I want to get the information about the SharePoint sites being crawled or not. I tried to get "Search and offline Availability in SharePoint" settings properties but I couldn't get those properties.
    I followed below thread with no luck : http://www.c-sharpcorner.com/uploadfile/anavijai/search-and-offline-availability-in-sharepoint-2010/
    I couldn't find $web.AllowAutomaticASPXPageIndexing property at site level but i can see $list.NoCrawl
    at list level.
    Can any body help me out to get those values?
    Any help would be greatly appreciated.
    Thank you.
    AA.

    Hi,
    Since AllowAutomaticASPXPageIndexing is a member in SPWeb members while not in Web members, we can not use Client Side Object Model with it. If you need to use it in client side, you need to create a web service for it.
    https://msdn.microsoft.com/EN-US/library/microsoft.sharepoint.client.web_members.aspx
    https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spweb_members.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How do I uninstall and cancel my membership in the fist month with a macbook?

    I have a lot of struggle with it and i can't find it.

    Hello tineke,
    please have a look there: Cancel your membership or subscription | Creative Cloud To my knowledge it's not of interest (no difference) which platform you are using.
    Hans-Günter

  • Is there any way I can control which specific access point I connect (and stay connected) to from amongst a set of access points with the same SSID?

    I'm working from a boat in a harbor in which the ISP has deployed numerous access points around the periphery.  All the access points share the same SSID and each is configured to use either channel 1, 6 or 11.   From my location, there are over a dozen of these access points "visible" (based on the the output of WiFi Scanner) with a range of RSSI and S/N values that vary over time.
    The ISP has told me that the quality of my connection should be "perfectly fine" for any access point with an RSSI value better than -75, but I know from experience that my connection quality is miserable (i.e. < 50Kbps download) for almost all of these, including those with RSSI values better than -75.  There is at least one exception, however, which gives me on the order of 2Mbps download, which is "great" in this context.
    I've tried using a more powerful USB antenna plugged into my MacBook Air (mid 2011), but as far as I can tell, it really doesn't make much difference.  Neither does my location within the boat.   The overriding factor seems to be which access point I happen to connect up to.
    I should point out that the closest access points are about 75 yards away, with many of them being several hundred yards away or more.  I'm guessing that even though the signal strength of some of the distant access points is causing them to get "chosen" some times, the results are unacceptable due to the distance.
    I'm hoping that I can determine, through experimentation, which access point(s) provide(s) acceptable performance and then configure my Mac to limit my connection to those points through whatever mechanism I need to use (e.g. channel, MAC id, etc.).

    Establishing a wireless connection with a client computer is left to the access point for various reasons. One reason that your Mac may not connect to the strongest access point is that it may have reached a limit of the number of clients it can serve, leaving it unable to accept a connection with another. The limit may not be very large.
    Suppose that happens, and your Mac establishes a connection with a more distant access point having a weaker signal. Then, suppose a client drops off the network. Doesn't this mean your Mac will switch to the stronger access point? Not necessarily. The throughput delivered to and from your Mac would have to drop below a threshold specified in the AP for it to drop the client, leaving your Mac free to connect with another one. The reason for this is to prevent rapid switching from one AP to another in an area in which two signals are of approximately equal quality. If that were to occur the frequent and repetitive handshaking between the two devices would slow throughput to zero.
    In an environment in which several access points are broadcasting the same SSID, Apple provides no insight as to how it determines which access point to choose. This is the reason I suspect this "choice" is a function of the router, or access point. The connection originates with it, not the Mac.
    Now, what would solve your dilemma would be to determine a way to control the access point with which your Mac connects, by specifying the access point's unique MAC address for example. In this happy circumstance, you could maintain an editable "whitelist" or "blacklist" of the harbor's access points and be able to choose which among them you prefer.
    I do not believe OS X maintains such a record of MAC addresses though, only those of the routers it uses. If I am correct about that, such a solution is unlikely to exist. Don't let that discourage you from searching for one though... I would concentrate on something like "selecting access point by specific MAC address".
    I did find this patent application though:
    Roaming Network Stations Using A Mac Address Identifier To Select New Access Point
    Perhaps it's a start

  • How do I add and remove text in a text field with a checkbox?

    How do I add and/or remove text in a text field with a checkbox?
    this is my script in the text box......
    event.value="Hello, this is my narrative. \r\n\nFamily: \r\n\n" + this get.Field("FirstName").value + " " + this.getField("LastName").value + was born on"=this.getField("DOB.value + "\r\n\n + this.getField("drpField").value + "\r\n\n" + this getField("Father").value
    The text box looks like this...
    Hello, this is my narrative.
    FAMILY:
    John Smith was born on 08/02/2000
    Boby Lou
    Jack Smith
    I need to add/or remove the father field (Jack Smith) & r/n/n with a check box.
    Does anyone know how to do this?

    There are multiple errors in your code...
    Use this code instead (adjust the name of the check-box):
    var msg = "Hello, this is my narrative. \r\n\nFamily: \r\n\n" + this get.Field("FirstName").value + " " + this.getField("LastName").value + was born on" + this.getField("DOB.value) + "\r\n\n" + this.getField("drpField").value;
    if (this.getField("FatherCheckBox").value!="Off")
         msg += "\r\n\n" + this getField("Father").value;
    event.value = msg;

  • How can i prevent and fix white eyes in photos taken with iphone 4S

    How can i prevent and also fix white eyes in photos taken with iphone 4S?  Is there a camera app that will help prevent this?

    On the photo, click on Edit, the third icon at the bottom has a red circle with a slash over it, that's the red-eye fix. Touch that and it will fix all red eyes automatically or make you touch the red eyes and then fix them for you. Not perfect, but a great help. Now, I find that the fixes do not carry over when I save the photos in my computer. Hope to find an answer for that.

  • How can i see and cancel hidden files on a external HD?

    How can I see and cancel hidden files on a external HD with macbook pro and Lion?

    Use this AppleScript, saved as an application to toggle hidden files/folders on and off:
    if (do shell script "defaults read com.apple.finder AppleShowAllFiles") is equal to "0" then
              do shell script "defaults write com.apple.finder AppleShowAllFiles 1"
    else
              do shell script "defaults write com.apple.finder AppleShowAllFiles 0"
    end if
    do shell script "killall Finder"

  • The problem of connect and resource role

    Hi,
    As we know, that while crating a new user, we can assign connect and resource so that the user can access the system tablespace.
    The problem that i got is instead of assigning the connect and resource role, i have assigned each and every privilege individually from this role. But, surprisingly, my user has not got the privilege o accessing the system tablespace.
    I was working in oracle 9i database. Can anyone help me in this regard and tell me what is the reason behind this?
    Thanks in advance.

    what huntrex said is quite valid i would like to add some more..
    SQL> create user myuser identified  by myuser
      2  /
    User created.
    SQL> select grantee,privilege
      2    from dba_sys_privs
      3   where grantee='MYUSER'
      4  /
    no rows selected
    SQL> grant resource to myuser
      2  /
    Grant succeeded.
    SQL> select grantee,privilege
      2    from dba_sys_privs
      3   where grantee='MYUSER'
      4  /
    GRANTEE                        PRIVILEGE
    MYUSER                         UNLIMITED TABLESPACEWhen you create a new user, the user is not able to save data until given a tablespace quota.As well when you create user and dont define its default tablespace then it is assigned tablespace what you defined at the time of database creation.If you dont define the tablespace at the time of creating database then it goes to system tablespace.
    When you grant resource role then user get unlimited tablespace over specified tablespace while creating users or
    default when not mentioning tablespace.
    conn myuser/muyuser
    SQL> select * from session_privs;
    PRIVILEGE
    CREATE SESSION
    ALTER SESSION[b]
    UNLIMITED TABLESPACE
    CREATE TABLE
    CREATE CLUSTER
    CREATE SYNONYM
    CREATE VIEW
    CREATE SEQUENCE
    CREATE DATABASE LINK
    CREATE PROCEDURE
    CREATE TRIGGER
    CREATE TYPE
    CREATE OPERATOR
    CREATE INDEXTYPEAs you created the user and i assume you didnt specify the default tablespace ,this user goes for system tablespace
    but you didnt assign resource role then you will have to have assign quota for that user to create any object within
    this created user.
    SQL> conn sys/sys as sysdba
    Connected.
    SQL> drop user myuser
      2  /
    User dropped.
    SQL> create user myuser identified by myuser
      2  /
    User created.
    SQL> grant connect to myuser
      2  /
    Grant succeeded.
    SQL> conn myuser/myuser
    Connected.
    SQL> select * from session_privs;
    PRIVILEGE
    CREATE SESSION
    ALTER SESSION
    CREATE TABLE
    CREATE CLUSTER
    CREATE SYNONYM
    CREATE VIEW
    CREATE SEQUENCE
    CREATE DATABASE LINK
    8 rows selected.
    SQL> create table mytable (a number)
      2  /
    create table mytable (a number)
    ERROR at line 1:
    ORA-01950: no privileges on tablespace 'USERS'
    SQL> conn sys/sys as sysdba
    Connected.
    SQL> grant unlimited tablespace to myuser
      2  /
    Grant succeeded.
    SQL> conn scott/tiger
    Connected.
    SQL> conn myuser/myuser
    Connected.
    SQL> create table mytable (a number)
      2  /
    Table created.
    SQL> Khurram

Maybe you are looking for

  • Screen does not turn on after start up, but after standby on Satellite M100

    Hi, I have quite some experience with computers and laptops, but this problem exhausted all my knowledge. My girlfriend has a Toshiba Satellite M100, PSMA1E. It runs Windows XP, currently on SP3. The laptop always had shutdown/stand bye issues. It wo

  • Saving Multiple Rows in a Table simultaneously

    Hi All, I have a requirement in which I have to validate and save multiple entries from table through BAPI. The validations are checked on Button click (save). If a row entry is correct , it is saved in the backend and for the rows which are not corr

  • Unable to convert sender service IP_testScenario to an ALE logical system

    i have a IDOC -> BPM--->File    scenario, the BPM is named as IP_testScenario when IDOC is sent from R3 to BPM, in the MONI i can also see a Acknowledgement message saying <SAP:Category>XIAdapter</SAP:Category>   <SAP:Code area="IDOC_ADAPTER">ATTRIBU

  • Please HELP iMac 17" (non isight)

    Keeps freezing up. Haven't done anything different today than any other day. Came home from work, wanted to check email. Froze right on the spot, dashboard, nothing responds, shut off several times with power button. Just replaced this hard drive no

  • Problem with com.sun.media.protocol.sunvideo

    I just installed the JMF and it says it cannot located com.sun.media.protocol.sunvideo. Any suggestions?