Jump to content

crossrulz

Members
  • Posts

    531
  • Joined

  • Last visited

  • Days Won

    21

Community Answers

  1. crossrulz's post in Conversion from Labview 8.6 to 8.2 was marked as the answer   
    The Version Conversion Board over at the NI forums is the place to make this request.  But I'm feeling generous here.
    Relax 3.26.2 R&S phase.vi
  2. crossrulz's post in Can anyone figure out why this loop isn't stopping? was marked as the answer   
    You must have edited the PNG file directly while leaving all of the header data alone.  When I copied that snippet to a blank VI, that TRUE constant wired to the conditional terminal became a FALSE.
  3. crossrulz's post in Writing from 2D-array to file was marked as the answer   
    You could use the Write To Spreadsheet File.  You may have to play with the Transpose? input.
     
    Personally, I just use the Configure Streaming function to stream the data to a TDMS file.  I makes things really simple.
  4. crossrulz's post in decimal string to number was marked as the answer   
    This is sounding strictly like a display format issue on the numeric indicator.  Right-click on the indicator and choose "Display Format".  You can also get to this via "Properties" and finding the Display Format tab.  I recommend going into the Advanced editing mode and put in "%04d".  This will require the display to have at least 4 digits, filling on the left 0s.
  5. crossrulz's post in Comparing Two Arrays was marked as the answer   
    Give this guy a try.  It uses autoindexing and the Search 1D Array in order to find the necessary values.
    Compare Arrays.vi
×
×
  • Create New...

Important Information

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