Why does a standalone program created in Labview 8.5 try connecting to the internet when the program only reads data through the serial port? Firewalls object to progams that contact the internet without permission.

why does a standalone program created in Labview 8.5 try connecting to the internet when the program only reads data through the serial port? Firewalls object to progams that contact the internet without permission.
The created program is not performing a command I have written when it tries to connect to the internet, it must be Labview that is doing it. How do I stop this from happening? 
Any help would be very appreciated.

It looks that way..
"When LabVIEW starts it contacts the service
locator to removes all services for itself. This request is triggering
the firewall.This is done in case there were services that were not
unregistered the last time LabVIEW executed- for example from VIs that
didn't clean up after themselves"
This is not yet fixed in LV2009.
Message Edited by Ray.R on 11-04-2009 12:25 PM

Similar Messages

  • I've got the labview vi written to read my IMU data from a serial port in COM1 and it displays onto the table on the front panel. I'm having trouble getting this data onto an excel spreadshee​t. Any ideas?

    I've got the labview vi written to read my IMU data from a serial port in COM1 and it displays onto the table on the front panel. I'm having trouble getting this data onto an excel spreadsheet. Any ideas? Right now my data will collect one reading instead of continuously reading my IMU which displays data in a continuous stream.
    Thanks
    Attachments:
    Read_IMU_Drew.vi ‏21 KB

    Hi
    Your vi is in 2009 version, which i am unable to open in 8.6
    However, if you want your data to be saved in excel sheet, here is the VI
    Somil Gautam
    Think Weird
    Attachments:
    save to excel.vi ‏12 KB

  • In Address Book, why does Apple let you create custom fields in the Template cards but not have them available for importing?

    I open Address Book, go into Preferences, select Template and under the Names field (friend, assistant, father, etc) I add a custom field called "Principal".
    I also add two more custom fields in the Email area.
    Quit Address Book then relaunch. Add a new contact and the new custom fields, Principal, etc. are there. All good so far.
    I have a Now Contact file with about 200 contacts in it. I export all fields as a Text file, Tab delimited. No problems there. With Address Book launched, select Import, pick the text file, leave Text Encoding on Automatic and click Open.
    The window that shows the fields for Address Book and fields for the text file side by side opens. This is where you match up the correct fields for importing. If I go to one of the fields from the text file that I created a custom field for, click under the Address Book heading on the Do not import, scroll thru the Apple choices of fields, none of the custom fields show up. Only the original Apple ones are there. Why does Apple let you create them in the Template area but not have them available for importing? Does anyone have suggestions on getting around this?

    While most likely not of interest to you, Spotlight can also tell you where the files it finds are located
    Hover the mouse pointer over the name, and press Command-Option and the path to the file will be displayed.
    As for opening a terminal session in the directory where a file is located, there is Applescripts that do just that as well as specific features in Lion/Mountain Lion terminal:
    <http://stackoverflow.com/questions/420456/open-terminal-here-in-mac-os-finder>
    <http://hints.macworld.com/article.php?story=20110729034827358>
    <http://www.macworld.com/article/1047793/folderinterm.html>
    <http://www.macworld.com/article/1161876/open_finder_folder_in_terminal.html>
    <http://www.macobserver.com/tmo/article/os_x_lion_open_a_folders_location_in_term inal>

  • Why does stuffit open and create a new folder every time I save a pages document?

    Why does stuffit open and create a new folder every time I save a pages document?

    Because you are saving it to the desktop, Pages documents are actually zipped files and Stuffit is set to uncompress desktop files.
    Either don't save to the desktop (bad practice) or check the preferences in Stuffit to see if you can turn off unstuff files on desktop.
    Peter

  • Why does a PDF file created in Pages, attached to e-mail, not get sent?

    Why does a PDF file created in Pages, attached to e-mail, not get sent?  I even blank copied myself and nothing seems to have been sent.  Could it bee the size of the PDF file?

    They send for me, my test document was 3.8 MB.

  • Why does my web page, created on iWeb, look correct on Safari but has thick black lines all over it in Firefox?

    Why does my web page, created on iWeb, look correct on Safari but has thick black lines all over it in Firefox?

    What's the URL of your site so we can examine it first hand?  I assume those black lines are around photos or objects that have had a frame or drop shadow added to it, right?  If so that's a known issue. 
    There's a workaround for that in this tutorial: #7 - Converting Photos w/Frames, Drop Shadows and/or Reflections into a Single Image File.  That should get rid of those black lines/boxes.
    OT

  • Why does bridge constantly re-create previews?

    My understanding is that Bridge generates previews and stores them in the cache.  However, it seems to forget it created the previews when I shut down then boot up the next day, so directories that I visited the day before still get the "XXX preview extractions" notice down in the bottom left and the interface is sluggish while that is going on.
    I have tried purging the cache, compacting the cache, and putting the cache size on maximum.  Bridge still constantly generates previews for items that should already be in the cache.  I have "Keep 100% Previews in Cache" checked, so it shouldn't be doing that, correct?
    How do I fix this problem?  It makes Bridge even more sluggish than it already is...
    Thanks,
    rgames

    Definitely seeing this myself. Not sure what process is doing it, but it would have to be changing the IDs of each item in Launchpad on each relaunch of the "Dock" process (since the whole thing is controlled by an SQL Lite database in your ~/Library/Application Support/Dock folder). It could be looking at the last "something'd" date and ordering them based on that.
    Crazy idea, maybe try write-protecting that database after everything is as you'd want it? Trouble is, next time you download or install an app that Launchpad would want to add, you'd need to un-write-protect it, add the app, then re-write-protect it. Scriptable, sure, but not "It just works". And even then it might not like the database not being modifyable and just crash or act oddly.
    I haven't given it much effort as my primary app launch method is still Spotlight. If you want your apps to stay in order, just drag your Applications folder back to your dock and use it just like you did in [Snow] Leopard, as they'll stay in the sort order you set it there. Or submit a bug report (http://www.apple.com/feedback/macosx.html) and hope they fix it in a future release. Finally, for those who want to use Launchpad and fix it themselves, may I suggest this:
    Get your apps in the order you want them
    Back up the database in ~/Library/Application\ Support/Dock to somewhere
    Write a simple bash or Apple script that kills the Dock, copies that archived database where everything is in the correct order to its "live" location, then restarts the Dock
    Set said script to run on boot by adding it to your Startup Items (Accounts in System Preferences)
    Profit?
    Of course, anytime you make an edit to what's in Launchpad or the order of Launchpad, you'd need to remember to re-backup your database so this script wouldn't overwrite your edits the next time you rebooted.
    *The above idea has not been tested and merely should work given that Mac OS is nearly UNIX and as such usually behaves rationally

  • TS1702 Why does my phone keep freezing/pausing every time I try to watch a video?

    Why does my phone keep freezing/pausing every time I try to watch a video?

    Could you try both of these links to see if either work?
    HTML5   video  
    Non-HTML5 video
    Finally, what version is reported in stalled when you visit this page?
    Flash Player Version
    Thanks,
    Chris

  • Why does adobe premier elements render my video everytime i change something in it even when i have lots more of the video to edit? other editing software only seems to render at the start then lets you edit until your ready to save at the end.  Constant

    why does adobe premier elements render my video everytime i change something in it even when i have lots more of the video to edit? other editing software only seems to render at the start then lets you edit until your ready to save at the end.  Constant rendering means its almost impossible to edit anything. Please help.

    H TheGamer
    What version of Premiere Elements and on what computer operating system is it running? It will not influence my answer but will give me information in case I need to get into version specifics to detail my answer further.
    Timeline rendering is a preview matter. It does not fix anything, but it is your window of opportunity to catch of problem sooner than latter. If the Timeline rendering indicator displays orange (11 or higher) for the line above the Timeline content, that is the project telling you that you are not getting the best possible preview of the playback of that content in the Edit area monitor. And, every time you edit a file, you have altered the file from the time before. So, if you want to see the best possible for what you now have, you Timeline render. This is particularly helpful when you are dealing with titles, effects, transitions, and non native formats. You cannot turn off the Timeline render indicator system, at least none that I have ever found nor seen reported. You can do selective Timeline rendering by having the gray tabs of the Work Area Bar span only the Timeline segment that you want Timeline rendered.
    Consequently, you either ignore the Timeline render indicator system, move on in the project, and take your chances in the outcome or you Timeline render to get your best possible preview if the Timeline render indicator is suggesting that you do so.
    I am not approving or disapproving of this project feature, just commenting on the what is.
    This is not Adobe. Rather user to user. If you want to have your voice heard at Adobe, you might consider filing an Adobe Feature Request Bug Report Form.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Please consider.
    ATR
    Add On...it is also possible to do Timeline rendering in a project, save close the project, and reopen it to find your previously "green" lined content now "orange", indicating unrendered. Yet the preview files generated originally by Timeline rendering are still existing in their hard drive save location. That is another story for other time.

  • Why does my iphone 4s shut down by itself even with full charge? It comes back on only when I do a hard reset! Any solutions to this?

    My friend recently gifted me a brand new iPhone 4s bought in the the US. I live in India though. My phone keeps shutting off by itself even when there is full battery. And, it comes back on only with a hard reset. Why does this happen?

    Thank you! I will try restoring it as new. But getting it back to the US for service is going to be a task!

  • After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    Your advice did not help me. I also installed 10.7.4 combo but the situation is the same.
    my internet connection is ok, mail is ok, but app store after 3 resets does not recognize my ID and it says "connection is not possible". Why? I have the same problem in both my mac mini late 2009 and mac book air 2010? Is it a problem of 10.7.4 update? I have to solve this problem and how can i return to 10.7.3 if my last backup was not with 10.7.3???thank you for your kind collaboration...

  • How to solve the problem when opening program illustrator cs6 ERROR: 16 It is WINDOWS 8.1 / 64 BIT help please

    how to solve the problem when opening program illustrator cs6
    ERROR: 16
    It is WINDOWS 8.1 / 64 BIT
    help please

    Thanks, Jeff! The file Adobe Setup Error.log contains the following information:
    02/14/14 07:20:26:474 | [INFO] |  | OOBE | DE |  |  |  | 8860 | DEVersion: 5.0.0.0
    02/14/14 07:20:26:475 | [INFO] |  | OOBE | DE |  |  |  | 8860 | Loading library from C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE5\Setup.dll
    [    8860] Fri Feb 14 07:20:26 2014  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    CHECK : Another Native OS installer already running
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [    8860] Fri Feb 14 07:20:26 2014 ERROR
    DW040: The product "{893B3B44-0A1E-404B-8FE8-0A74509102A9}" is not installed. Cannot proceed with the uninstall
    [    8860] Fri Feb 14 07:20:26 2014  INFO
    :: END TIMER :: [Total Timer] took 6.90443 milliseconds (0.00690443 seconds) DTR = 579.338 KBPS (0.56576 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{893B3B44-0A1E-404B-8FE8-0A74509102A9}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...

  • Iphone 4s i have made my update to ios 7.04 and when i send are receive a message text are a call of one of my contact, the contact is automaticaly deleted !!! Somebody know why ita frustrating

    Iphone 4s i have made my update to ios 7.04 and when i send are receive a message text are a call of one of my contact, the contact is automaticaly deleted !!! Somebody know why ita frustrating

    Post in your native language, the above makes no sense.

  • I'm having trouble converting my RAW files to jpegs. Even though my RAW files are 90MB plus, the jpegs when converted are only around 6MB.  Am I doing something wrong?  Thanks,  A

    Dear Forum,
    I realise this isn’t necessarily your problem, buy I’m having trouble converting my RAW files to jpegs.
    Even though my RAW files are 90MB plus, the jpegs when converted are only around 6MB.
    Am I doing something wrong?
    Thanks,
    A

    HHi Barbara, thanks for replying to my post.
    No there's nothing wrong with the Jpegs, but I want to srart uploading images for sale in Alamy, but they say they must be a minimum of 17mb un compressed. Does that mean that at 6mb compressed from 90mb they'd be acceptable?
    thanks,
    alex

  • Why does my macbook pro creat a new account when i wanna migrate pics to my account with the apple software?

    Yesterday i migrate my pics and songs with the apple migrate progeam from my Windos laptop to Macbook pro. I did wanna migrate them to my acount. It took 8hours and 30 min to do it and then today i seen that it creat a new account. So i can't use the pics and songs with my main account which i wanna use always. WHY THEY MADE A NEW ACCOUT??? I DIDN'T WANNA IT! and why does they don't tell before? Apple said i can migrate when ever i wanna my date but never said it will creat a new account. So how can i now take my pics and songs from the stupid new account to my main accound and delete that new stupid account?
    I would be very glad and happy if anyone could help me.
    Thank you very much

    In the admin account, open System Preferences then select Accounts - Login Items
    Delete any apps or files you have listed there to open when you startup, then restate your Mac.

Maybe you are looking for

  • My files are there but itunes can't 'see' them.

    I recently relocated my itunes library using itunes own settings for where to put the ibrary, then running Conslidate. Several random files are unable to be played, giving me the 'I can't find that file' message. I looked into the XML file for two ex

  • How to capture frames in Premier Pro to edit in Photoshop with correct aspect ratio.

    I am using Premier Pro and Photoshop CS5 in Creative Studio CS5.  I have read and understand several help articles on square and rectangular pixels used for various video aspect ratios.  I am using the camera button on the bottom right of the Program

  • How to clear reference document with residue created with Automatic payment

    Dear All, Here is my scenario: This is related to vendor payment. F-47 Down Payment Request is created for amount Rs.1000. F110 Down Payment paid Rs.1000 An invoice document type "KR" created with amount Rs.1250 Using F-44, the downpayment and invoic

  • How to find the position of view in MM02 transaction for coding BDC?

    Hi Guys, Is there any FM or BAPI Available to find the position of the view in MM02 transaction. I tried FM SELECTION_VIEWS_FIND. But getting inconsistent results i.e Some materials it is giving correct positions but for others i am getting wrong pos

  • EL Expression questions

    Hi, I have two questions on the El Expression in the JSF: 1)Can anyone link a El Expression (for JSF) references page? 2)Can I use a El Expression (like the ternary selection operator) in action attributes or in actionListener or valueListener attrib