How to allow multiple apps to read from same udp port?

hello all!
when i'm trying to open the same udp socket from two different applications, i get error 60 :
"Address in use".
i know for sure that it is possible.
but how i do that with labview ?
thanks.
guy.
Solved!
Go to Solution.

I agree with Adnan that this is not really possible with the normal mechanisms. The OS needs to know which application should get the data. An exception are e.g. packet sniffers (such as Wireshark) that intercept the network traffic at a lower level and passively listen in.
Please provide some details on what "other applications" have done this.
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • How to do multiple requests/responses sequentially to same COM port?

    I can read 5 different values from my instrument. Each have their own command letter for sending over the value.
    How do I read these values sequentially?

    I am attaching an example which demos this using the ASCII Object. The example, for simplicity, uses a loop-back on COM1. I suggest you do the same while studying the example: short pins 2 and 3 on your COM1.
    In the example, values from Column A and Column B of the DataTable are packed and sent out as the "command." So, you would replace this with your intrument commands. The response (which is the same as "command" in this case because of the loop-back) is read, parsed (the number from the text) and then stored in Column C of the DataTable.
    This can be easily made to run automatically using a Timer/Counter.
    Hope this helps.
    Regards,
    Khalid :
    Attachments:
    simpleserdriver.lks ‏10 KB

  • How to generate multiple output pdf's from one oracle reports

    how to generate multiple output pdf's from one oracle reports.
    I have a report where I have to generate more than one output files from the same report based on a parameter.
    Each output file is for each parameter.
    Is this possible in oracle reports, is so how ?

    You can better post your question in the reports forum instead of this pl/sql forum.

  • How do I stop Serial "VISA Read" from giving me packets instead of available bytes.

    Dear Labvillians,
    Highlight:
    How do I stop serial "VISA read" from giving me packets instead of bytes?
    Background:
    I have a system that serially publishes 14 byte packets on a semi-regular interval.
    At busy times, the producer of these these packets queues the data, effectively producing super-packets in multiples of 14 bytes sometimes as large as 8 packets (112 bytes).
    My protocol handler has been designed to processes bytes, packets or super-packets.
    My application now has multiple devices and the order of message processing is critical to correct functionality.
    My observation is that the VISA read waits until the end of a packet/ super-packet before passing the data to the application code. (See Plot Below)
    My expectation is that VISA read should give me available bytes, and not get too smart for itself and wait for a packet.
    I have observed this on PXI, Embedded PC, cFP and most recently, cRIO
    I have experimented with the cRIO's Scan interface rate, which helps with reducing the packet backlog but doesn't resolve to sub-packet byte read.
    I understand that one solution is to Write FPGA code to handle it and pass the bytes through R/T-FIFO, and there are some great examples on this site.
    Unfortunately this doesn't help with non FPGA devices.
    I have also dabbled in event based serial reads but it is diabolical on vxWorks devices.
    Any Help is appreciated
    iTm - Senior Systems Engineer
    uses: LABVIEW 2012 SP1 x86 on Windows 7 x64. cFP, cRIO, PXI-RT
    Solved!
    Go to Solution.

    Sometimes Talking to yourself is helpful.
    I hope this is a useful Nugget for someone in the future
    iTm - Senior Systems Engineer
    uses: LABVIEW 2012 SP1 x86 on Windows 7 x64. cFP, cRIO, PXI-RT

  • How to uninstall my app or programm from mac

    how can i uninstall app and program from the imac?

    Most programs (Applications) can be dragged from your Applications folder to the trash, and that will effectively delete them, with the exception of some remnants that no longer have a part to play.
    These applications are usually installed simply by dragging them from a disk image into the Applications folder.
    The other kind of installation is where applications require some ancillary files to be written to deeper parts of the operating system, and these will usually come with an installer. Such an application that is well written will also come with an uninstaller, to remove all of the bits and pieces that were initially placed. For such applications you would use its uninstaller.
    In summary, how you remove an application will mirror how you installed it to begin with.

  • How to allow multiple selection of nodes in a JTree

    How to allow multiple selection of nodes in a JTree ?
    Thanks
    S.Satish

    By default when you create new instance og JTree the selection model is multiple selection. And if you want to change it you use next:
    tee.getSelectionModel().setSelectionMode(TreeSelectionModel.SINGLE_TREE_SELECTION);
    or
    tree.getSelectionModel().setSelectionMode(TreeSelectionModel.CONTIGUOUS_TREE_SELECTION);
    or
    tree.getSelectionModel().setSelectionMode(TreeSelectionModel.DISCONTIGUOUS_TREE_SELECTION);
    Hope will help!

  • Just bought a mac desktop and how do sync my apps to it from iPad?

    Just bought a mac desktop and how do sync my apps to it from iPad?

    You connect the iPad to the computer and use the Transfer Purchases function in iTunes to put them on the Mac's internal drive. They can't actually be run on a Mac.
    (79692)

  • How do I stop apps and docs from opening automatically when I turn on my laptop?

    How do I stop apps and docs from opening automatically when I turn on my laptop?

    system preferences>users and groups>select user>check boxes of apps you do not want to auto open.

  • How do you delete apps already updated from update page on ios7

    how do you delete apps already updated from update page on ios7. old os  they disappeared aftr updating.  thanks

    they will stay there for reference, now that we have automatic updates, so you can go back and see when and what apps updated.

  • How to Send Multiple Plot XY Graph from LabVIEW to Microsoft Excel

    The link below describes exactly what I would like to do, however the link to the solution/work around does not work.
    Has anyone got an alternative solution?
    http://digital.ni.com/public.nsf/allkb/CFD30D5E9C01AB5386256CFB0082AF3E

    Please check the link again as it seems to be working fine now.
    How to Send Multiple Plot XY Graphs from LabVIEW to Microsoft Excel:
    http://digital.ni.com/public.nsf/allkb/CFD30D5E9C01AB5386256CFB0082AF3E
    The standard Excel Insert Graph.vi cannot insert multiple XY Graphs to Microsoft Excel, so you will need to use the Report Generation Toolkit for Microsoft Office.  You will find a link to an example program at the bottom of the page.  I have also attached it below.
    Attachments:
    example.zip ‏35 KB

  • 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

  • How to sync the apps and music from my iphone to my itouch

    How to sync the apps and music from my iphone to my itouch

    You have to transfer/get the apps and music from the iPhone into iTunes on your computer and sync them to the iPod.  You transfer iTunes purchases by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer

  • How to allow multiple instances of air desktop application

    hi all
    Adobe air desktop application only allow single instance of
    application. How to allow multiple instances like in other desktop
    applications?.
    thanks

    Thanks a lot morgair, i will check with exe4j tool.
    Actually the problem is, thread is not waiting for second request.
    thatswhat i thought it may because of thread.
    Thanks & Regards
    Sudha

  • HT1391 How does one delete apps or files from iCloud Permanently so I may re-download without retrieving existing cloud file?for example the U2 Marketing fast , an Album I have no interest in...is now in my Cloud.. How can I remove this File from iPhone &

    How does one delete apps or files from iCloud Permanently so I may re-download without retrieving existing cloud file?for example the U2 Marketing fast , an Album I have no interest in...is now in my Cloud.. How can I remove this File from iPhone & cloud

    Hey there Matt.dvs1,
    Although there is not a way to remove past purchases from your iTunes account completely, you can hide them so that you don't have to see them if you don't want to. This article will help you do that:
    iTunes Store: Hiding and unhiding purchases - Apple Support
    Hide your purchases
    Open iTunes on your Mac or PC.
    From the Store menu, choose Store > Sign In, and then enter your Apple ID and password.
    Go to the iTunes Store.
    Click Purchased from the Quick Links section on the right side of the iTunes Store.
    Choose a content type by clicking Music, Movies, TV Shows, Apps, or Books from the top of the window.
    A list of your purchased items for the content type you are viewing will appear. Mouse over the item you want to hide until an X appears its top-left corner.
    A confirmation dialog will appear once you click the X.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • HT4623 how do i upload apps and pictures from 3g phone?

    How do I upload apps and pictures from 3g I phone to 4s?

    Follow the directions here:
    http://support.apple.com/kb/HT2109

Maybe you are looking for

  • Unable to reinstall Bridge CS6 or Photoshop CS6 on new iMac - Unable to find Uninstall anywhere in Library or Utilities

    I just purchased a new iMac.  Our previous iMac finally "died" and we had to have the data recovered from hard drive and transferred to the new iMac.  I am now unable to open Bridge CS6 or Photorshop CS6.  Message says I need to reinstall.  But when

  • Trying to install update-not working

    I am trying to install the new iTunes update and getting nowhere.  I click on dowload update and nothing happens.  I have tried quitting iTunes and restarting my compuer to no avail.  iTunes is acting a mess, keeps freezing my syncs and stops song pr

  • Taglib tag doesn't work with web.xml 2.4 ?

    That is, I switched to the 2.4 version of web.xml and now none of the taglib elements I have in there work. I get the following excpetion org.apache.jasper.JasperException: File "/tags/struts-html" not found org.apache.jasper.compiler.DefaultErrorHan

  • Sequence of the reports

    Hi Guru: We created a group folder with 30 reports. And we want to change the sequence of the reports in the folder, how to do that? In the SAP folder, I could see there is a way to change the order, how to do it for the group folder?

  • Latest up date with plugin container has made firefox lag and eating memory and cpu

    plugin container using 5% cpu constantly, firefox using 150 - 300k ram, also plugin container not closing when firefox does causing shut down to fail have to use controll alt delete == URL of affected sites == http://http://apps.facebook.com/inthemaf