How to write to DAQCard-5633 Port at high speed

I am looking for a sample vi that allows me to write a 8 bit x n digital array out at high speeds with a DAQCard-5633 high speed digital I/O card.  I realize I need to use the traditional DIO vis, specifically the DIO Write.vi, but haven't been able to make it work yet.  I tried the sample vi I found on-line called syncDIO_32HS.vi, but that doesn't write anything out, and gives a timeout error.  I know the card works because I can do low speed DC write type operations.

I found the solution myself.  If I am using I/O connector handshaking I need to connect REQ and ACK. I should have used internal handshaking.

Similar Messages

  • How do i change the http setting to high speed

    how do i change the http setting to high speed ???

    Are you experiencing problems with a slow connection in Firefox?
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    Another possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that, maybe after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • How can I add an address to my high speed contacts?

    I have an address in my general contacts but I cannot figure out how to add this name to my catagory of high speed contacts! Help!

    From the general contacts group drag the name (contact) over to the high speed contacts group in the left side column.

  • How do I listen to a recording in higher speed

    I have moved my voice memo's to iTunes on my macbook, but I can't listen to the recordings (lectures) in a faster speed. I remember there used to be an option to change the speed and listen to a lecture of 2 hrs in 1 hr, by adjusting the speed to 2. Does anyone know if this option still exists?

    Hi there! I don't think you can do this on iTunes anymore (I may be wrong) BUT there is this simple solution using garageband:
    Open garageband and call a new document "Lecture 1" or something like that. Drag the recording into the space it gives you, and it will upload
    Double click the track to bring up a menu, and make sure "Follow Tempo & Pitch" is ticked.
    Next, after that is ticked, at the bottom of the screen go to "Project" by clicking on the little icon in the blue screen. It will look like the picture below. Click on the tempo (In the picture you click where it says 120) and you can slide the speed up and down! ENJOY! Hope this helps

  • How to write in DAQ ports ?

    Hello,
    I would like to write a short binary number (for example : 0110) to the DAQ card to control a camera. This number is a command.
    I use a PCI-6034E card. I don't know how to do that, I tried to write directely to the port but it didn't works.
    Thanks for your helping.
    BD.
    ~ La programmeuse compile le C. ~
    http://www.pmeonline.fr.st
    http://www.nihon-fr.com
    http://www.cinemasie.com
    http://ippai.free.fr

    Hello,
    If I understand well your question, you want to write on the digital port of your PCI-6034E Card.
    To do that, you should use the DAQmx functions provided with NI-DAQ Driver.
    Please find enclosed a LabVIEW example using these functions to write on a digital port.
    Best Regards,
    Benjamin M
    NIF
    Attachments:
    Write Dig Port.vi ‏51 KB

  • How to write a program that runs on a port like a deamon or service?

    hi,
    how to write a program in java that runs on a port like a deamon or service, accepts requests from client, process the request and gives responce.
    for ex. tomcat runs on 8080 port as deamon or service.
    is it socket programming? if yes please give me a simple program which runs on a specific port.
    ex. a program running on a port talking two integers and return the total.
    thanks and regards,
    moses.

    I suggest you read
    [http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html]
    For more
    [http://www.google.co.uk/search?q=serversocket+tutorial]

  • How do I dissable write permissions to USB ports in Mac book pro

    I need to dissable write pemissions to USB ports for Mac Book pro, In this I need to access data from data storage devices to system, I dont want to move data from system to data storage devices like pendrive. please reply me as soon as possible.

    You can use VLC to play avi movies.

  • Write data to serial port every two minutes

    Hi,
       I use VISA-Write to write data to serial port. I want to write a byte every two minutes. What should I do?
      Thanks!

    hengfo,
    that question is not connected to LV nor to VISA. Its more a systematic question....
    So let's view at this a bit more abstract:
    You want to "toogle" between two different messages sent to your interface. So you have to know:
    - What was the last state i sent?
    - When do i have top send the new state?
    Even more abstract:
    - How can i switch between the states?
    Since the states are known before your program is executed, you can insert them into an array. Next, you have to read out the appropriate index from the array which contains your new state. Send the state and go to the next state. Propably you want to change timing, but that's easy too.
    See attached screenshot for a possible solution:
    hope this helps,
    NorbertMessage Edited by Norbert B on 09-11-2007 07:57 AM
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.
    Attachments:
    StateSwitching.PNG ‏8 KB

  • How can i us the parallel port of the printer to control a frequenz-generator?

    Hello all !
    I like to  control with LabVIEW 8 student-version, the Frequenz-generator gadget . For this challenge i like to us the parallel port of the printer. I need for data flow only 2 cable. The frequenz-generator gadget need two signal : Low and High.How  can i  us the parallel port of the printer to control a frequenz-generator gadget? I have us  the VIs-Visa  (Visa-Serial, write, Close ), but i dont no what command i have to write on the Visa-Write so that the Signal can be in the low or high position.
    Thanks

    Hi Jeanjac,
    first, look here:
    http://en.wikipedia.org/wiki/Parallel_port
    to get the port numbering. also, be sure not to leave pin unconected, sometimes you might get an error message otherwise (i remember pin11 has to be always connected or so for windows...)
    second, just run the test panel in MAX and write something to your device to check if it works.
    then in LV, you have to decide to which pin is connected your instrument. in any case you have to address all 8 output pins together! this is a parallel...
    if you prefere to use only one pin, then you can use the serial port, with just pin 2 and 3 connected. it would work easier for you, since you address only one bit.
    Gabriel
    ... And here's where I keep assorted lengths of wires...

  • How can I use the parallel port as an input channel to communicate with a SPECTROMETER?

    Hello,
    The sensing system we use is called: FieldSpec Pro from www.asdi.com.
    The spectrometer has a LPT terminal. I'd like to use LabVIEW to acquire signals from the spectrometer for further analysis.
    Thank you!

    Dennis,
    I appreciate your time.
    I have asked the copmany for such infos, but it seems to be confidential.
    Do I need an I/O DAQ-Card?
    Dennis Knutson wrote:
    About all that tells me is
    that I'm located in the same town as the manufacturer. You'll need to
    find some specification that describes the parallel port protocol.
    Without that, you're just wasting your time. Even if the instrument is
    constantly sending data, you'll need to know how to interpret the data
    and there's nothing that says it has to be sending constantly. Maybe
    you first have to write something to the port first. Talk to them and
    tell them you want to replace their software with software of your own
    and need to be able to read the data.

  • How can i use the parallel port

    I was wondering how to adress my PC´s
    parallel port. I did'nt find a suitable
    VI in the palettes.
    Do I have to read/write somehow directly
    to the port adress in memory 0378 ...?
    If so, how can this be done ?
    Thanks for any help,
    Holsch

    Use VISA to read/write to the parallel port just like you would read/write
    to the serial port. I would staty away from the inport/outport stuff. I believe
    there's some articles in the KnowledgeBase if you get stuck.
    [email protected] (Helmut Hullen) wrote:
    >Hallo, Holger,>>Du meintest am 29.07.00 zum Thema how can i use the parallel
    port>> I was wondering how to adress my PC's>> parallel port. I did'nt
    find a suitable>> VI in the palettes.>>Look at "in port" and "out port".>Under
    Windows NT/Windows 2000 you need a special library for direct port >access,
    look for "hwaccess" or "accesshw".>>Viele Gruesse!>Helmut>

  • Can two java program write to the same port by fetching data from different

    can two java program write to the same port by fetching data from different ports, if yes is thing possible for a 3rd program to get all data (is there any data loss or collision)
    how is this possible

    can two java program write to the same port by fetching data from different portsTwo java clients can connect to the same server port and they can both write to it. However the server will see the connections as two separate accepted sockets.

  • How to read from 4 serial ports

    Hi
    Does anyone know how to read from 4 COM ports with only 2 interupts? I can
    manage it by using Close serial driver.vi, however this makes the amount of
    allocated memory by Labview increase throughout my experiment and thereby
    slows down the computer. I use Labview 4.0.1 on Win95.
    Regards
    Frede Lei

    Hi,
    Thanks for the reply however I could able to write the PCR to read one variable without wagetype. My question is, I have 6 variables in VAR table and now I want to read all the variable and based on the variable I need to create the 6 wagetype each for each variable.
    I know to create the wagetype with one variable.
    ZSSB CCE : restore 7SSB wage types paid separately in RT       
            AMT=& VSSB Set                                         
            AMT?0      Comparison                                  
                ADDWTI7SSB IT   Input table                        
              =                                                    
    However, how I could create the only 1 PCR for 6 variable?
    regards,
    Saurabh Garg

  • Iphone 4 cdma ppp user hdr password how to write  cdma work shop

    iphone 4 cdma ppp user hdr password how to write im using  cdma work shop
    and how to enble dignostic port 

    My Yahoo email account worked just fine on my iPhone 4S  for the last 2 months. Then this morning I started receiving the apple.imap.mail,yahoo error.  I tried all of the steps above in solving the yahoo email issue including numerous hard re-sets and deletions of my yahoo account settings without any success. So I gave up trying to use the default Yahoo setup option.  I added my Yahoo account back as an "other" type email account and then had the option to choose to set it up as a "POP" account instead of an IMAP type. I then just used the server settings recommended from Yahoo Help for a Yahoo Plus Email POP (or just google yahoo plus email pop settings). This works and I am back in business.
    I'm not sure if this will work for yahoo mail classic accounts.
    Frustrating that this issue seems to have been going on for quite awhile and Apple still as not made any acknowledgement of this issue or proposed a fix for those of us that can not resolve the issue with a reset.

  • Applet trying to write print commands to port LPT1

    My applet trying to write print commands to port LPT1 and I was able to self sign and run the applet. But I am getting the following type of error:
    java.security.AccessControlException: access denied (java.io.FilePermission LPT1 write)
    Do I really need a policy file and then grant permission for File writing?
    Why self signing is not helping to get the permission for File writing ?
    I am using latest jdk1.5 jvm and IE 6.x.
    Please clarify.

    1. Make sure your applet is run with SUN jre (use the HtmlConverter.exe in the jdk\bin directory)
    2. Make sure your signed jar is the one referenced in the html archive tag (did you get the do you trust question)
    3. If the method is called from untrusted code (javascript for example) use doprivileged.
    4. Some 1.3 versions of the jre only trusts CA signed applets.
    If this applet is for everyone (grandma's PC) than signing should be a good way to get the applet
    to do what you want.
    If it's for a company that has Admin controlled desktops a policy would be better.
    I think a good configuration would be a keystore and policy on the company's
    Intranet to be used by everyone and if so needed a keystore and policy in the user home
    folder to be edited only by admins. Add the 2 keystores to the java.security and the
    admins can configure any special privileges to special applets (like IE security zones
    but more detailed).
    Add the following line to all codebases: "grant { " section in the java.policy/
    permission java.lang.RuntimePermission "usePolicy";
    Now the user does not have the option of "do you trust" for signed applets. I think this
    is a verry good idea because anyone with a jdk can sign their jar.     
    http://forum.java.sun.com/thread.jsp?forum=63&thread=409341
    4th post explaining how to set up your own policy with your own keystore

Maybe you are looking for

  • Return Delivery for In-House Repair Order

    When I create an In-House Repair order in CRM and replicate it to ECC, the return delivery does contain the special stock indicator "E", hence the stock is posted to unrestricted.  This only happens with replicated orders. Any ideas?

  • My 4S crashed when wanted to install 8.1.3

    My 4S crashed when wanted to install 8.1.3, and now I can't restore or update from iTunes 'Cos it says: "there was a problem downloading the software for the iphone. The network connection was reset.".... and also I get "error 3253". I'm on windows 8

  • RETURNING clause

    I have a table that has a PK value that is generated by a sequence that fetches sys_guid() for the value via an insert trigger. How can i insert a record and get the pk value that was generated in one statement? I know about the RETURNING clause and

  • Screensaver of WWDC 07

    Hi, does anyone remember that demo of Core Animation at WWDC 07 in January where Steve presented the animation of those buildings wrapping up with iTunes cover arts? That seemed like a screensaver to me and it would be a very cool one. It doesn´t see

  • Installing Communications Express on Application Server

    Hi, I am sorry if this problem has been addressed already (I have searched but not found anything). I am trying to install Comm Express on Solaris X (v5.10) on our Sun box but it gets stuck in the uwc-config script. All the steps run fine except one: