Can the 12 Ports of the PCI 6508 set independen​t from each other to I and O?

Hello,
can the 12 Ports of the PCI 6508 set independent from each other to I and O?
Or are they configured in groups like A, B and C ports?
Thanks,
BFutzi

The attached example demonstrates how to write a digital pattern to multiple ports with a single write call, overcoming the 32-line limitation of the DIO Port Write VI.
Attachments:
Write_to_Multiple_Ports_(6507-6508).vi ‏49 KB

Similar Messages

  • Can the 12 Ports of the PCI 6508 set independent from each other to I and O?

    Hello,
    can the 12 Ports of the PCI 6508 set independent from each other to I and O?
    Or are they configured in groups like A, B and C ports?
    Thanks,
    BFutzi

    Hello,
    I am upgrading from Traditional DAQ to DAQmx on an old installation with a PXI-6508 board.
    I struggle with this reset problem.
    I read the post from NI "Archived: PCI DIO-96/PXI 6508/PCI 6503 Digital Ports cannot be Controlled Independently".
    This post states:
    "NI-DAQmx is expected to work around this issue by resetting the other ports of the 8255 to the last known state.This means that the other ports may momentarily be reset, but will return to their previously set values."
    Does anyone can confirm that this is true?
    I notice that e.a. port 11 is reset when I write to port 10, but the values of port 11 are not set to the last value I had written to it.
    Herwig.
     

  • I have 2 different MacBooks (owned by 2 people) connected to my Time Capsule. I want to use the Time Capsule to back up both MacBooks separately from each other. Can one person access the hard drive of the other person, on the same Time Capsule?

    I have 2 different MacBooks (owned by 2 people) connected to the same Time Capsule over a wifi network. I want to use the Time Capsule to back up both MacBooks separately from each other. Can one person access the hard drive of the other person, on the same Time Capsule? Is there a way to ensure that the files on the 2 laptops are kept private from each other? Thanks!

    If someone really wants to do something, it won't take them long to find out how to do it. 
    http://pondini.org/TM/17.html
    Security on a Time Capsule is a bit like installing a lock on a tent. It will keep the honest folks out, but probably not the others.

  • [Solved]Bash:Subtract a set of numbers from each other in pairs?

    Solution: see my reply.
    I know the description isn't exact, there really isn't an easy way to describe it with the limits of the title so the circumstances are these:
    say I have arrays which contain small numbers like so:
    ex. 12, 7 and 13
    I which is greater than the other when comparing the following number in sequence and need to subtract the lower one from it. the 3 numbers above in that order will end up producing two simple problems:
    (12 - 7) and (13 - 7). The results will be stored in an array in the order they were performed (left to right)
    Currently I'm trying to accomplish this with a while loop and some if statements
    Note: the array "Tree" is named such so I can print the results somewhat like so after performing this operation until only one result is left:
    12   7   13
         5   6
            1
    #!/usr/bin/env bash
    Num_Set=( 12 7 13 )
    A=0 ; B=1
    while (( ${#Num_Set[B]} >= 1 )) ; do
    if (( ${Num_Set[A]} >= ${Num_Set[B]} )) ; then
    Tree[A]=$(( ${Num_Set[A]} - ${Num_Set[B]} ))
    elif (( ${Num_Set[A]} < ${Num_Set[B]} )) ; then
    Tree[A]=$(( ${Num_Set[B]} - ${Num_Set[A]} ))
    fi
    A=$(( A++ )) ; B=$(( B++ ))
    done
    echo "${Num_Set[@]}"
    echo "${Tree[@]}"
    I believe i'm on the right track but this becomes an endless loop for reasons unknown for to me.
    Any bash hackers out there know whats happening here?
    Last edited by Thme (2013-06-12 18:57:40)

    And bash has associative arrays as well. Your claim that the $ is not recommended is not valid at all:
    declare -A aa
    aa[bb]=100
    aa[0]=1
    bb=0
    echo $(( aa[bb] + 1 ))
    101
    echo $(( aa[$bb] + 1 ))
    2
    My apologies however I tested my original post with http://www.shellcheck.net/ upon finding the site through an unrelated thread. This was an example test to illustrate what was commented on and what was not. This works in the shell:
    A=( 2 1 10 )
    B=2
    echo $(( A[0] + A[B] - ${A[${A[$B]}]} - A[$B] + ${A[A[1]]} + A[0] - ${#A[2]} ))
    23
    However ${A[${A[$B]}]} and ${A[A[1]]} were commented on by shellcheck with "don't use $ on variables in (( ))". Aside from that it does still work. Also I tested this as well:
    echo $(( A[${A[0]}] + 1 ))
    And although it works in my bash it gets "This $((..)) expression is malformed." and "Unexpected "}". Fix any mentioned problems and try again." when tested in shellcheck. I suspect that maybe a fault on shellcheck but either way it looks less readable than just A[A[0]]. So what I've gathered from all this is that, although the above examples all work, the following ones below are probably the best practice here for use in (( )).
    #!/usr/bin/env bash
    declare -A AA
    AA[BB]=3
    AA[0]=1
    BB=0
    A=( 2 1 10 )
    B=1
    echo $(( A[0] + 1 ))
    echo $(( B + 1 ))
    echo $(( A[0] + 1 ))
    echo $(( A[B] + 1 ))
    echo $(( A[A[0]] + 1 ))
    echo $(( ${#A[2]} + 1 ))
    echo $(( ${A[2]/0/1} + 1 ))
    echo $(( A[BB] + 1 ))
    echo $(( AA[$BB] + 1 ))
    echo $(( AA[BB]++ ))
    So in the cases of using arrays in manners like ${#A[2]}, ${A[2]/0/1} and AA[$BB] ( AA[BB] being different. ) using $ would be necessary inside of (( )). If I missed any or there are any needed corrections please note them as I'm concerned with good practices here. I'll leave it at that. Again thanks for the help everyone.
    Last edited by Thme (2013-06-15 00:49:54)

  • How can I open the ports with the Airport Extreme?

    I have an Airport Extreme Base Station connected to a cable modem and I want to open the ports for the two Playstation 3's I connected to the Airport Extreme via Cat 6 ethernet cable. The first Playstation 3 will be used to play Call of Duty Modern Warfare 2 and the other Playstation 3 will be used to watch streaming movie from Netflix. Does anyone know if this can be done?

    It is documented on Page 54 of Apple's "Designing
    AirPort Networks Using AirPort Utility Mac OS X v10.5 + Windows" (direct PDF download link).
    The public port and private port would be set the same value.

  • How to change the port in the URL of a BSP Iview

    Hello,
    we have several appraisal templates released in our R/3 system and we can access them by the portal.
    We are changing our systems and we are implementing a load balanced in order to improve the connections with the portal. So we need to know how can we change the port of the server that appears in the URL when we go to MSS ->teamviewer and select one appraisal to see the information of the template.
    We need to change it and indicate the port of the load balanced http://emsapl404pre.endesa.es:8000/sap/bc/bsp/sap/hap_document...) not the port of one of the WAS server as we have now http://emsapl404pre.endesa.es:8302/sap/bc/bsp/sap/hap_document...)
    Thanks in advanced.
    Best regards.
    Seshen

    Hi,
    Just view any BSP Application in SE80 and the click on Utilities(M)->Settings.
    This will fgive you option to change URL and port number of the URL..
    It will be under the Business server Pages tab in the settings window.
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • A barcode scanner that was connected directly to the Mac's USB port stopped working as the "USB had too much power drawn", even though it has worked for over a year in that port.  WHen we plugged it into the port on the keyboard, the device works. Why?

    A barcode scanner that was connected directly to the Mac's USB port stopped working as the "USB had too much power drawn", even though it has worked for over a year in that port.  When we plugged it into the port on the keyboard, the device works. Why?  Obviously the device is operational.  Could the USB port have burned out from having too much power drawn?  If so, is it reparable?

    It can't draw "too much" power, it can only draw as much as the USB port is able to provide and no more. IIRC, the keyboard port has a lower power output than the iMac's port.
    That being said, yea, it's possible that the port has failed and it can be replaced or if another port works you can use that one. Although if it is still under warranty or covered by Apple Care, then I would take it to an Apple Store or service provider to get the port repaired.

  • Specify the port in the client in a TCP connection

    Hi,
    I am programming an application using TCP sockets. I have programmed a server whith a SocketServer(port) and is waiting for client's requests (the server is a public host in the Internet). The client connect to the server by means of the method:
    Socket s = new Socket(host, port);
    That works correctly, but now I want to specify the port in the client. The client's PC in a machine on the Internet and it has a public IP. I tried to use the method:
    Socket(String host, int port, InetAddress localAddr, int localPort)
    where localAddr is the local IP of the client' PC (because I cannot know the public IP).
    However, it doesn't work this method and the client cannot connect to the server. The problem is that I want to specify the port in the client in the socket TCP connection when I try to connect to the host.
    How can I resolve this problem?
    Thaks

    I want to specify the port in the clientWhy?

  • FIND THE PORT OF THE ECC  BI

    Hello:
       Our company has installed a portal through which we can access ECC,BW,SRM and XI,  now I have to find all the ports that enable the frontenduser to access the portal ,ECC,BW,SRM and XI, no matter though the SAPGUI,webgui,or thought the protal.
    additional we have installed the web dispather.
    here is my solution: for ECC -->   i can find the port though the LOGON DATA (SM51->SERVER NAME->INFORMATION-LOGON DATA). the same method can be used for the BW SRM AND XI.  can i finish my job by doing this?  if yes, is there some easy method? if no ,please give me some advice.
    and about the portal, please give me some advice!!!!
    THANKS A LOT!

    thanks for your reply!
         as you said,the port is relative to my instance num,is that mean if my instance is 00, the Dispatcher port of that instance must be 3200,it can not be modified?  i just to want to make sure, they are not changed.
         and i use transaction smms->logon data->display,there are a list of logon types,
      logon type      hostname     port
    dialog xxx.xxx.xxx 3200
    rfc xxx.xxx.xxx 3301
    http xxx.xxx.xxx 8001
    does that mean i can only assess the system though those ports?
    thanks a lot!

  • HT5624 My husband and I share an Itunes account so use the same email address and password.  Our iphones are now connected and we get each other's messages and share each other's contacts.  How can we stop this happening?

    My husband and I share an Itunes account so use the same email address and password.  Our iphones are now connected and we get each other's messages and share each other's contacts.  How can we stop this happening?

    A couple of different approached:
    Create a second AppleID for one of you that includes the email address and phone number you wish to use for messaging, but do not apply it to the iTunes and app store (just keep the current one). My wife and I do this and it works quite well. Also allows for easier syncing of Contacts , notes etc. using icloud if you wish to do that.
    Add additional emails/phone numbers to the existing account and change the Send/Receive settings for Messages. this will not fix the Contcts isues for you however.

  • 4 people in our family have an iphones or ipod on the same apple id ..so that we can all share the itunes library. however  this means that we all get each others imessages. is there a way of sharing  itunes library with 4 separate ids?

    4  of us in the family with iphonesor ipods share the same apple id so that we can share the itunes library . However , this means we all receive each others imessages, unless we disable imessaging. Is there a way of sharing itunes library (ie.g with 4 separate ids) that avoids the sharing of imessages? .

    Thanks, Terence, but if she was inclined to upload things, I wouldn't need access!
    Here is an example: we go on vacation, she takes 250 photos, edits twenty of the best shots, and uploads three to facebook.  I want to make an album including some of the edited shots and some of the less perfect but still fun shots - so I need all 250 photos - uploading that many photos to a photosharing site takes forever even if she did it - but she won't.  I used to just hijack her computer for a day, but I'd like to be able to hijack her iphoto library without stealing her computer...if possible!
    Thanks for any help you can offer!
    - A

  • Hello all,     I have a 6G iPod Nano that I currently use as my primary watch. A week or so ago I started to experience a blank white screen when I press the "sleep/wake" button instead of the watch face (I have it set to wake from sleep to display the cl

    Hello all,
    I have a 14.88G iPod Nano that I currently use as my primary watch. A week or so ago I started to experience a blank white screen when I press the "sleep/wake" button instead of the watch face (I have it set to wake from sleep to display the clock). When I hard reset it, it will come back fine and the screen will respond and work as normal, as soon as I manually put it to sleep by pressing the "sleep/wake" button and then try to wake it the same thing happens and I have a blank white screen that doesn't respond to touch gestures or anything.
    What I have tried so far to no avail:
    Numerous hard restarts (holding the "sleep/wake" button with the volume - button).
    Tried this: iPod nano (6th generation): Hardware troubleshooting
    Changed the watch face to display.
    Recharged the device overnight (without full discharge).
    Since none of this works I'm out of ideas. Eventhough I have a 6G Nano it should no longer be under warranty since I was sent it as a replacement for a different (older) product.
    Any ideas? Is this a known problem? Thanks in advance for any insight any of you could provide. Also, what time is it??
    Regards,

    Hey,
    I have the exact same problem as you have described. I also used my ipod as a watch but starting from today, whenever I unlock it the screen turns white until a reset is done. Even a factory reset through itunes didn't fix it.
    Have you found any solution?
    Bah, this is annoying.
    //Gubbar

  • What is the port on the very front of my Macbook Pro and also right next to DVD slot?

    For some reason the description of external I/O ports on this website only details the ports on the left side of the Macbook?

    1. If you have two small round ports at location 1, one is audio out, indicated by the headphone Icon.
    The other is audio in/out, indicated by the two speakers superimposed on a circle icon.
    2. If you have two ports at location 2, one is the Sleep/Wake indicator
    The other is the IR receiver port.
    3. In addition to the obvious huge DVD reader slot
    The Security slot, compatible with the Kensington locking system.
    These are all pictured and described in your Manual.

  • HT204053 How do i make icloud work if my husband and I share the same itunes account but we dont want to get each others contacts, messages, apps etc?

    How do i make icloud work if my husband and I share the same itunes account but we dont want to get each others contacts, messages, apps etc?

    Each of you should set up your separate iCloud account on your own computer using your Apple ID. This gives you two independent iCloud accounts.
    Note that an iPad is not a multi-user device. It can only be synced with one account.

  • What happened to the recently purchased icon on the left side of the playlist?  I used to could purchase songs from one of my computers and then put them on the second authorized computer by selecting recently purchased.  Is there another way?

    What happened to the recently purchased icon on the left side of the playlist?  I used to could purchase songs from one of my computers and then put them on the second authorized computer by selecting recently purchased.  Is there another way?

    Well in order to keep all the ratings, playcounts ect ect of songs in iTUnes, place the songs back into there original folders/places on the "Old harddrive" by cutting (Not copying) them from the new Harddrive. Now iTunes should report the songs has being there and have ! marks beside the imported folder from your external Harddrive.
    Now you will delet the dead/broken links (Or missing music from the new drive)in iTUnes. Goto Ottos site for a script that will remove dead links and other things here
    Just download, unzip, and run the program.
    http://ottodestruct.com/iTunes/QuickScripts.zip
    Now with everything in place and the dead links removed you will either consolidate the library or set it to copy to another Folder. If you consolidate it moves ALL your music listed in iTunes to the "iTunes Music" folder and can not be reversed. If you set it to copy, it will just copy music from its current folder to the iTunes music folder. You will have to pick the best option for you but consolidating will work best if your trying to free up space. To consolidate goto "Advanced" and select "Consolidate Library". To copy goto Edit>preferenses>Advanced tab>general sub tab and check "Copy FIles to iTunes music Folder when added to library". THis location is also where you will change the location of iTunes Music folder from your old harddrive to the new one by hitting the "Change" button above the reset button

Maybe you are looking for