Jump to content

Phillip Brooks

Members
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Phillip Brooks

  1. Inspiration? http://en.wikipedia.org/wiki/Category:Messenger_gods I sort of like Isimud
  2. LV2011 is not listed as supported with Windows 8. I know that doesn't mean the code won't run, but the behavior sounds similar to a problem I saw when trying to run LV 8.6 on Windows 7. Specifically, I had UI code that responded to various events that worked fine under XP, but locked up my app under Windows 7. I think one of the events was "Application Instance Close?" This specific event might be used as an exploit by some viruses to force the close of antivirus software. Windows changes the interface and your 'unsupported' version of LabVIEW fails the OS call.
  3. You might also want to consider a license server. It seems that you have more licenses and stations than programmers. With a name based licensing setup, you could load LabVIEW on all potential test stations and program anywhere. If you have test equipment that you need to interface to, access to a locally installed LV instance is much easier than using a remote desktop to your dev machine and Remote VISA back to the machine you are working from. The only limitation is that you can't be logged into multiple LabVIEW instances as the same user name simultaneously. In an R&D or continuous manufacturing environment, you might need to make an update to a test in situ. That may be why you have local licenses installed. With network licensing, you could log into the network, load LabVIEW, open your source code from a network location (source control assumed), make the change, compile and build. Install the new build, test and leave the station running the newly updated EXE. If your test stations are "off the network" then you've got other problems... Just checked the NI site and it looks like LV2011 does not support Windows 8. Windows 7 for business will be supported for a while, but if your company upgrades to Windows 8.x or Windows 10, you might not be able to run your LV programs reliably....
  4. And it now seems to be gone Shoulda saved that one...
  5. The OP and James mentioned running a LabVIEW server app without an X server to host it. If you had a minimal platform without a GPU, you might be able to use Xvfb to host the GUI and run a linux based LV app on embedded modules like Intel Galileo.
  6. Could a dummy X server be used? http://en.wikipedia.org/wiki/Xvfb
  7. Sophos doesn't like it either... High Risk Website Blocked Location: www.siphos.net/Products Access has been blocked as the threat Mal/ExpJS-N has been found on this website. Return to the page you were previously viewing.
  8. They're like Google+. Nobody uses them unless they have to...
  9. Locals are WiFi, Globals are Cellular Data. If you want performance, wired is always the fastest and safest
  10. I guess I was stuck in 8.6 for so long that I never learned this. Thanks!
  11. I'm rewriting a test for a family of products that include multiple 10/100/1000-T Ethernet interfaces (2 or 5) built into our system's main board. The existing test code uses CLI commands to query the operational state, speed and duplex state of the interfaces. It turns out that the various standard linux style commands don't really return the state of the interfaces; they always appear as UP and 1000 and full. No one performed negative test cases or combinational testing to see if the auto-negotiation was working. There is a second 'ping' test where the Ethernet ports are assigned IP addresses and a second NIC in the test station is connected to a hub that is in turn powered on and off to see if the ports pass traffic. A bit cludgy, but that seems to work. I found I can use a REST interface on the UUT to query the current state of the interface, but I need programmatically configurable source ports to 'wiggle' the inputs. I found this TP-LINK TL-SG3216 managed switch that includes a CLI that can be accessed via telnet, but I am a bit concerned about the long term reliability and repeatability of a consumer grade device being used as test equipment. I'll be testing a worst case of 50 UUTs a day, and would expect this to be in place for a few years. I'll have between 4 and 8 stations in various locations. Anyone have any experience with Ethernet interface testing that they would like to share?
  12. You might try turning off Nagling. http://forums.ni.com/t5/LabVIEW/quot-TCP-Write-quot-Timeout-error-56-seems-to-do-not-work/m-p/2123100#M689051 http://digital.ni.com/public.nsf/allkb/7EFCA5D83B59DFDC86256D60007F5839
  13. Every time I read "brown nodes" I think of this unicode character... Not that they are bad, they just shouldn't be there.
  14. I feel a sourcender discussion brewing... http://lavag.org/topic/8689-need-lv-users-to-help-change-english-language-and-possibly-other/
  15. My new job has me starting from scratch DB wise. I worked with a homegrown schema for many years, but it doesn't match my needs here and I want to make this supportable log term (next poor soul), so I was thinking of using the out-of-box schema with MySQL. I've got MyQL 5.1 and TS 2010 installed; the TS 2010 MySQL implementation uses INSERT statements which lack my one pet peeve, a timestamp data type. I think this may be because MySQL at the time 2010 was developed only had a date-time data type. Does anyone know if a newer version of TestStand includes support for a timestamp data type with the MySQL template?
  16. Is there any SSH love added to 2014? The Internet Toolkit went unsupported last year and it's been 4 years of waiting for native SSH. Something I can actually use would be far better than a new icon or bundling the Report Generation Toolkit ( that my boss just purchased two weeks ago and is now part of Pro; thanks sales rep; we'll have to remember that when SSP renewal comes around ).
  17. The Robust CSV package from the Code Repository includes error handling and can handle strings containing commas and cr/lf http://lavag.org/files/file/239-robust-csv/ Finally, something that can manage crlf !
  18. I couldn't change the original NI dialog back in 2011 (just my own copy). See this Idea Exchange discussion: http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Calendar-control-that-does-not-block-the-GUI/idc-p/1419606
  19. http://www.eyesonvis.com/blog/2008/08/linked-tunnels.html
  20. Took a bit longer than I expected
  21. Well, I downloaded the twitter package, that loaded the oauth library. I created my twitter keys, then wrote a simple Open - Post tweet - Close example. @pbrooks100 WINNING! Creating keys: https://dev.twitter.com/discussions/2530 That's enough for one day, I might hurt myself...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.