Jump to content

viSci

Members
  • Posts

    456
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by viSci

  1. Greetings, a long running LV 2018/2020 app was recently migrated to run on windows server 2019 and am finding that I can no longer initialize the python script server. 

    0?ui=2&ik=a54113e2d3&attid=0.2&permmsgid=msg-f:1768146876795891267&th=1889b8376622ae43&view=fimg&fur=ip&sz=s0-l75-ft&attbid=ANGjdJ-r0YK3OhiDakt86ebo-Um5Hid4y_4UrVXHjdzxyyDjK2u6TURs3Gzku0SH2JcfJhyN15hibPK-8fH0gpZl3TmFjfB-FOgysH2si3qsgoV_TK8yp0rZbJVvIg4&disp=emb

    I have verified that my python 2.7.6 (32 bit) is installed correctly (BTW, it coexists with python 3.1 which needs to be on the machine for another non LV app).

    I have tried the usual things like running as admin, checking folder permissions, etc to no avail.

    Any ideas?

  2. Finally able to create a USB boot disk using a great program called Rufus and an iso image called Rescatux which like Hiren, is a pocketknife of tools and utilites to repair broken Linux and Windows installations.

    Thanks for all you help.  I was able to reset the WES7 password. 
     

    BTW - One thing that confounded me for awhile was that when the USB boots it presents as a blank desktop screen until a <CR> is entered on the keyboard at which point the USB drive becomes active again and finally starts running the iso software.

  3. Tried your suggestion using Hiren Boot CD as well as several other similar boot loaders.  The cDAQ restarts, is accessing the USB, then the status led blinks orange continuously indicating a boot error.  Interestingly I tried using the NI Linux realtime recovery files I had on hand from another project and it actually booted to some sort of quasi linux command prompt.  The NI recovery tool uses something called grub which I found is an open source linus boot loader.  

  4. I have been given a cDAQ 9137 to reprogram and found that there is a forgotten windows password on this computer.   I have tried getting to the bios (F10 or Del) but cannot even get that to work.

    Called NI but they were no help at all.  Anybody have any advise other than reformatting and trying to reestablish the WES7 OS?

  5. I have found that disabling the Nagle algorithm (using Visa Property TCP NoDelay) greatly improved the responsiveness of my tcpip communications and alleviated intermittent lockup between the raw socket ping and my TCPIP transactions. 

  6. Greetings All - I would like to quickly ping an array of instruments to determine their availability.   If the ping is successful I open up a tcpip port, transact and then close the port.  The problem is that the ping vi's I have experimented with do not respect the timeout parameter or have memory leak issues when opening and closing socket resources.  I have found an intermediate solution using a raw socket approach but sometimes the socket hangs under various circumstances.  Probably the cleanest solution would be to use the .net ping libraries if I could get the timeout to work correctly.  Any ideas?  BTW I am an admin on the test computer.

  7. Experienced 5S purges at a large aerospace company recently. 

    • Truckloads of semiconductor and component stock
    • Many dozens of Monitors, Xeon Workstations
    • Dozens of Huge HP programmable PS's, Freq. Synths, Logic Analyzers
    • Many CRT based LeCroy Scopes, Older Tek analog scopes (I took one of those!), Spectrum Analyzers
    • NI GPIB, Serial, M Series, USRP's
    • Boat loads of stainless steel fasteners, titanium metal stock
    • DEC VAX and PDP11 computer peripherals (unfortunately I was too late to get the PDP 11/70 CPU that was trashed.)
    • Many nice calipers, micrometers, Bausch Stereo Microscopes (I took several home)
    • Hundreds of wire cutters, needle nose pliers, soldering stations, misc tools
    • Miles of silver coated, teflon hookup wire.

    I was friendly with a maintenance guy so got early Dibbs on stuff.  Once the word got out, the other Engineers converged like vultures so management decided to hide it from sight.  Now and then my inside man would unlock the store room at night and let me rummage through the stuff :)

  8. Greetings - After much experimentation I have concluded that the standard waveform pulse and transient measurement vi's in LabVIEW are not adaptive enough to handle analysis (High, Low, Tf, Tr and Pulse width) for a generalized pulse that can be rectangular or in some cases triangular with zero pulse width.  I am thinking that the solution might be a type of piecewise linear regression.  Has anyone accomplished this without making assumptions on the number of linear segments in the waveform? Is there another way to try to model this?

  9. Yes I have been using it quite a bit on a roadway monitoring project with 50 cRIO's.  I use it to handle all of the cRIO system state and tag data publishing.  We are still in the early stages of testing but it seems to be working very well.  The LabVIEW version of RTI DDS is a subset of its full capability.  RTI has been slowly adding features but it still does not support basic things like events.  Judging from the forum posts, the toolkit is largely unknown in the LV community.  I think if more people adopted it, it would garner more love and attention by RTI.

×
×
  • Create New...

Important Information

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