Does anyone have a simple code.....

Does anyone have a simple code to make a xml video like you tube?

Hi zenith
By default the source of counter 0 while using the 9401 is located on PFI0 or pin 14.  In order to determine the rest of the pins have a look at the image below.  I was able to get this information from by right clicking my device in Measurement and Automation Explorer (MAX) and selecting device pinouts.
You can also specify which PFI line the counter outputs on.  In order to use this you use a DAQmx Channel Property node and modify the Counter Output Pulse Terminal.  Have a look at the screen shot below 
Hope this helps. 
Chris_K_
Message Edited by Chris_K_ on 08-27-2008 12:26 PM
National Instruments
Applications Engineer
Attachments:
2008-08-27_111350.jpg ‏20 KB
2008-08-27_110349.jpg ‏72 KB

Similar Messages

  • Does anyone have an example code to use mx:ViewStack with my application.

    Does anyone have an example code to use <mx:ViewStack>
    with my application.
    I don't know about how to put value to it and use value in
    it.

    http://livedocs.adobe.com/flex/2/langref/mx/containers/ViewStack.html#includeExamplesSumma ry
    That should be what you're looking for.

  • Does anyone have the HTML code for the Buffy Font

    Does anyone have the HTML code for the Buffy Font?

    1) download one of the Buffy fonts @ font space, just as Hans-Günter wrote.
    2) go to FontSquirrel, and use the web font generator: http://www.fontsquirrel.com/tools/webfont-generator
    3) load up your buffy font, and generate the web font.
    4) download the zip package, and check out the included demo file
    Copy all the font files (all four of them) to your web folder. Then copy the code that looks like this to the top of your css:
    @font-face { font-family: 'FontName'; src: url('FileName.eot'); src: url('FileName.eot?#iefix') format('embedded-opentype'), url('FileName.woff') format('woff'), url('FileName.ttf') format('truetype'), url('FileName.svg#FontName') format('svg'); font-style: normal; font-weight: normal; }
    Check that all file references are set up correct, and use the font name  in your css rules.
    h1 {
    font-family: 'FontName';
    Done!

  • Does anyone have a simple program that will return the size of a file

    Does anyone have a simple program that will return the size of a file?

    I quite hate it when I receive the incorrect amount of yoctocandela per metre squared. Swarthy people
    can't properly convert poundal feet to barleycorn; throws off the whole conversion! Aaah, you get what
    you paid for.I recognize those figures; you've got your outsourced file sizes from Zanzibar; admit it! I always apply
    the scientific approach when I've got file sizes back from Zanzibar: I simply divide those numbers by
    pi (very scientific) and drop the eleven (ueber scientific, because 11 is prime even when looked upon
    as a binary number) least significant bits. And remember: never compare two floating point numbers
    for equality. (<--- that's a free tip)
    Jos ;-)

  • Does anyone have some wizzy code or bright ideas?

    I have a string variable - varchar2(240) maximum - which is arbitarily filled with 3 letter codes. Any one or more of these codes may be duplicated within the string. What I need to do is to strip out all the duplications and end up with a single contiguous string containing all the unique code options. e.g.
    Initial string 'AAABBBCCCBBBDDDAAAEEEBBB'
    should end up as :-
    'AAABBBCCCDDDEEE'
    Hope this makes sense - also there is no need to place the unique codes in any kind of order.
    Thanks for your help...

    And in 10g, regular expressions and MODEL clause can do the job:
    WITH t AS (SELECT 'AAABBBCCCBBBDDDAAAEEEBBB' col1
                 FROM dual
    SELECT c1
         , c2
      FROM t
      MODEL
       DIMENSION BY (0 dim)
       MEASURES(col1 c1, CAST ('' AS VARCHAR2(255)) c2, CAST ('x' AS VARCHAR2(255)) c3)
       RULES ITERATE(99) UNTIL (c3[0] IS NULL)
       (c3[0] = REGEXP_SUBSTR(c1[0], '([A-Z])\1{2}', 1, ITERATION_NUMBER+1)
       ,c2[0] = c2[0] || CASE WHEN NVL(INSTR(c2[0], c3[0]), 0) = 0 THEN c3[0] END
    C1                             C2
    AAABBBCCCBBBDDDAAAEEEBBB       AAABBBCCCDDDEEE      C.

  • Newbie to numbers, does anyone have a simple template  for rental property?

    I am new to numbers, I need a simple program or template to track income and expenses for a rental property that I just purchased.
    Any help would be appreciated.
    Thanks
    John

    John,
    You may search the web to find a ready made template but this is really a do-it-yourself type of situation that you tailor to meet your needs. Not being a landlord, I can only guess as to how i would set this up. And after using it for awhile I'm sure that modifications would be required to meet situations I had not expected.
    At any rate, perhaps the simple example below will get you thinking. All the formulas are simple addition/subtraction or SUM() situations so I've not listed them. If you need help however, feel free to ask.
    pw

  • Does anyone have the AUTHORIZATION CODE (5 spaces) for PhotoShop CS2?

    I cannot get my PhotoShop CS2 to activate - at one time the Adobe support gave me the
    5 (JUST FIVE) box numbers for authorization - now they won't give them out....and I bought
    my program - I just need to be able to use it again, after having to switch from XP Pro to Win7.
    Anyone - help???

    All you need to do is download the new non-activation version of CS2 from Adobe
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3
    Install then enter the new serial number provided by Adobe at that link

  • Does anyone have the source code for doing a login page?

    I need to do a login page with capture the input from the username and password's textbox on webpage then validate the username and password in the database. If correct then direct the user to the main page, if not, will display a error page.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#ccff99">
    <form name="form1" method="post" action="customercheck.jsp" target="_self">
    <p align="center"><strong><font size="5"><U>Customer Login</U></font></strong></p>
    <table width="75%" align="center" cellpadding="0" cellspacing="0">
    <tr >
    <td width="38%" rowspan="2" border="2" bordercolor="#000000" ><div align="center"><strong>New
    User? Click here.</strong></div></td>
    <td width="21%"><strong>User Name : </strong></td>
    <td width="41%"><input type="text" name="username"></td>
    </tr>
    <tr>
    <td><strong>Password :</strong> </td>
    <td><input type="password" name="password"></td>
    </tr>
    <tr>
    <td width="38%" bordercolor="#000000"> </td>
    <td colspan="2"><div align="center">
    <p> </p>
    <p>
    <input type="submit" name="Submit2" value="Login">
    </p>
    </div></td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <%@ include file="Connections/conn1.jsp" %>
    <%
    String Recordset1__username = "%";
    if (request.getParameter("username") !=null) {Recordset1__username = (String)request.getParameter("username");}
    %>
    <%
    String Recordset1__password = "%";
    if (request.getParameter("password") !=null) {Recordset1__password = (String)request.getParameter("password");}
    %>
    <%
    Driver DriverRecordset1 = (Driver)Class.forName(MM_conn1_DRIVER).newInstance();
    Connection ConnRecordset1 = DriverManager.getConnection(MM_conn1_STRING,MM_conn1_USERNAME,MM_conn1_PASSWORD);
    PreparedStatement StatementRecordset1 = ConnRecordset1.prepareStatement("SELECT cust_id,username, password FROM customer WHERE username='" + Recordset1__username + "' AND password='" + Recordset1__password + "'");
    ResultSet Recordset1 = StatementRecordset1.executeQuery();
    boolean Recordset1_isEmpty = !Recordset1.next();
    boolean Recordset1_hasData = !Recordset1_isEmpty;
    Object Recordset1_data;
    int Recordset1_numRows = 0;
    if(Recordset1_isEmpty) response.sendRedirect("loginagain.html");
    String hi = Recordset1.getString(1);
    session.setAttribute("id",hi);
    session.setAttribute("right","hello");
    session.setAttribute("emp_right","tt");
    response.sendRedirect("availability.jsp");
    //response.sendRedirect("vacancytemp.jsp");
    %>
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>
    </body>
    </html>
    <%
    Recordset1.close();
    StatementRecordset1.close();
    ConnRecordset1.close();
    %>

  • Does anyone have the code to use an image button as the reset button?

    Does anyone have the code to use an image button as the reset button? I'm finally at the end of the form and got the submit button to work as an image button, but cannot do the same with the reset button.  Any help is greatly appreciated!

    I agree. 
    http://www.456bereastreet.com/archive/200909/almost_never_add_a_reset_button_to_a_form/
    Nancy O.

  • TS3694 My iPad2 has repeatedly refused to update to iOS7, whether connected to a PC or not.  The error message indicates an unknown error has occurred, with error code 6.  Does anyone have any idea what the problem might be and how to solve it?  Many than

    My iPad2 has repeatedly refused to update to iOS7, whether connected to a PC or not.  The error message indicates an unknown error has occurred, with error code 6.  Does anyone have any idea what the problem might be and how to solve it?  Many thanks.

    Hi
    I followed this guy's instructions and it worked:
    http://evsiphone.blogspot.com/2009/05/iphone-iphone-could-not-be-restored.html
    I did disable the security (AVG and Zone Alarm) when I tried on my own PC. My wife's laptop which eventually got it working also uses AVG and Zone Alarm but on an XP O/S whereas my PC is Vista - maybe this is why.
    Cheers for you help.
    Andy
    Message was edited by: bigbadandy

  • HT4543 Hi guys, I got this error code when I did my apple hardware test. 4MOT/2/40000004:HDD-1379 does anyone have an idea of what this could mean? Please Help .

    Hi guys, I got this error code when I did my apple hardware test. 4MOT/2/40000004:HDD-1379 does anyone have an idea of what this could mean? Please Help .

    You can buy and install the hard drive you want to. However, on Late 2009 and newer iMacs the temperature sensor is in the hard drive, so if you replace it with a hard drive that has not got a temperature sensor you will have serious fan problems.
    You have got an Early 2009 iMac, so do not worry about this. You can buy a hard drive at OWC > http://eshop.macsales.com/shop/hard-drives/3.5-SerialATA/ Follow these steps > http://www.ifixit.com/Guide/iMac+Intel+24-Inch+EMC+2267+Hard+Drive+Replacement/9 028

  • HT1918 I am trying to enter the No. Of my VISA card (which I normaly use for payments) in the billing info of my account and it is not accepted. Does anyone have any idea why?

    I am trying to enter the No. Of my VISA card (which I normaly use for payments) in the billing info of my account and it is not accepted. Does anyone have any idea why?

    JarleEkanger wrote:
    How about this? Use Delete array subset to extract chunks for averaging, and a shift register to retain the remaining array.
    It is typically not advisable to use "delete from array" in a tight loop. The constant memory reallocations due to array resizing are probably inefficient.
    Here's one simple way to do it..
    (If the number of points is not divisible by 10, the excess tail is discarded. You can easily modify that behavior if desired.)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    averages of 10.png ‏5 KB
    averages of 10.vi ‏9 KB

  • I am trying to re-print a portion of a photo enlarged through "poster" and can't get just the one "page" to print. Does anyone have a solution?

    I am trying to re-print a portion of a photo enlarged through "poster" in the print dialog box. The original photo printed just fine with the exception of one "page." This is what I'm trying to re-print. I have gone into the Multi- page box clicked on 4 x 4 and then selected the pages I did not want to print. This isn't working as it prints some pages and doesn't print others. All in all it is using a tremendous amount of ink for this project. Additionally I am printing on fabric which involves a deal of time in that preparation. The waste factor is turning into a huge cost. It should just be a simple thing to tell the print dialog box what I want it to do and have it do it. Help, does anyone have a solution?

    Hi Pat,
    Yes I marked the question as Assumed Answered. I needed to move on. I have never taken part in a forum and couldn’t wait any longer for any input so not wanting anyone to waste the time answering me, I marked the question as assumed answered. I guess this was the wrong thing to do and I apologize to the forum.
    I did go another route and loaded and enlarged the photo in Photoshop Elements, Then cropped the photo to the area I needed to reprint. I probably should have done this in the first place!
    Again, my apology to the forum for my lack of patience in waiting for a reply.
    Diane Harris
    Sent from Windows Mail

  • SCOM 2012 SNMP Trap - Does anyone have it working?

    I am wondering if anyone out there has had any luck with getting SNMP Traps to be captured by SCOM 2012?  Probes work fine.
    We have been unable to get SCOM 2012 to receive a SNMP Trap from network devices.  We currently have a case open with Microsoft, but they dont have any answers as of yet.
    Here are the cliff notes version of what we have done so far.
    Discovery - OK
    The nodes discover without issue.  I made sure they were set to SNMP only.  I did this to verify we were talking SNMP and not just ICMP.
    Open Ports/Firewall Issues
    No firewalls are in place on the SCOM server and none exist between devices we are trying to get traps from.  Using a port tool, I can see that UDP 162 is listening as expected and its the System Center Management Host Process that is running the
    process.  We have tried having SNMP installed, but disabled, installed and running, and uninstalled.  Currently we have the SNMP service installed and running.  The SNMP Trap Service is NOT installed.
    Data Validation
    Using Wireshark running on the SCOM box I have been able to validate the OIDs we are searching for are hitting the SCOM server.  I installed an SNMP Trap generator and Receiver on my local machine as well as Jalasoft SNMP Simulator.  I was able
    to discover my local machine as a network device and if I send a TRAP from the TRAP generator on my local machine to the receiver on my local machine I can validate the data is coming through ok.
    What has been done on SCOM side
    The simplest place to look for data is with an Event Collection Rule and then an Event View Monitor.  We have set up an Event Based Monitor to search for an OID that I know to be accurate and then I set up an Event monitor to look for
    anything hitting that Collection Rule.  The Event monitor showed nothing so we changed the EVent Monitor to look for anything that hit Node which should show any SNMP traps that have hit from network devices.  No results.
    We tried to run WFAnalyzer from the 2007R2 Authoring Console, but it wont run against 2012 and from what I have found the 2012 edition doesnt exist anywhere yet.
    So has anyone succesfully received a SNMP TRAP into SCOM 2012?

    Hi,
    As this thread has been quiet for a while, we assume that the issue has been resolved. At this time, we will mark it as "Answered" as the previous steps should be helpful for many similar scenarios.
    In addition, we’d love to hear your feedback about the solution. By sharing your experience you can help other community members facing similar problems.
    Thanks,
    Yog Li
    TechNet Community Support
    How could you possibly mark this as answered? No answer was given, it was quiet for a couple of days including one of which was a holiday in the US. The previous steps are NOT helpful.  The question remains, Does anyone have it working?
    People have given troubleshooting advice, but nobody has actually answered the simple question.  Do they have it actually WORKING?

  • Does anyone have an example VI about how to call the animatewindow function in the user32.dll using CLN in Labview?

      I want to call the WinAPI function-animatewindow in user32.dll to produce some special effect when showing or hidding windows, but i don't know how to using this Win API to achieve my purpose?
      Does anyone have an example VI about this application?
      Thanks in advance for your help.

    You have to use the Call Library Function Node to call Windows API functions. The animatewindow function itself has some pretty simple parameters. You first need to get the window handle. There are a set of Windows API Function Utilities (32-bit) for LabVIEW that you can use. In there there is a VI (Get Window Refnum) that gets the window handle. It's a simple call to a Windows API function. You would call the animatewindow function in the same way. In this case there are 3 parameters: the window handle (returned by a FindWindow API call), a DWORD (32-bit integer) for the duration, and another DWORD for the flags.

Maybe you are looking for

  • Extended VO

    Hi, I am facing a problem in executing the query of my extended VO. I have extended a VO and modified the query in the extended VO to fetch one more columns from the database. Now I am trying to execute the query of my extended VO. But I do not get a

  • Randomly sorting dimension values in 11g

    Hi, I know how (for a text dimension) to easily allow users to sort in ascending or descending order. I also know how to enforce a "default" sort order in the logical layer using a numerical column, etc. But I have Brio users that are used to picking

  • Drag & Drop Game - I'm stuck!

    Hello. I'll try and explain this as simply as I can! I have a drag and drop game where you have to drag one of 4 items into a bag. If you chose the right item and drag that into the bag, you'll jump to a specific marker which says CORRECT. If you dra

  • Adobe Premier Elements 7 "Help" and F1 key Do Not Work

    I am running Adobe PRE 7 with Vista on a Dell Vostro desktop. Nothing happens when I select "help" from the tool bar menu at the top of the screen and choose Adobe PRE Help. Nothing happens when I press F1 either. Anybody have a clue why help is not

  • Streams Conflict Handler Date Format

    Hi. Into my Conflict Handler PL/SQL I have this instruction:      tmp := lcr.get_value('NEW','DT_ULT_VERIFICACAO'); rc := tmp.getDATE(v_DT_ULT_VERIFICACAO);      IF (v_DT_ULT_VERIFICACAO is not null) THEN      cmdupd := cmdupd||',DT_ULT_VERIFICACAO='