binary file is open... problem with formatting

Hi all

It's probably too much time I don't use any more what Labview, but I have a problem opening the attached data file.

It is supposed to be a matrix of 1000 x 316, with the whole of values up to 16-bit (65 k levels).

In matlab I open it with fopen command and assigning the format as "uint16"...

now, I want to create a quick Viewer in labview, but I can't go beyond the classic binary string...

can you help me with this stupid problem?

Kind regards

Edo

Is this what you need?  The result is an array of 1000 x 316 to U16s.

Tags: NI Software

Similar Questions

  • I have windows vista and when I click on a shortcut on the desktop I have a pop up asking what file to open it with. In order to open the file I find the actuall file.

    Original title: registry exe problem

    I have windows vista and when I click on a shortcut on the desktop I have a pop up asking what file to open it with. In order to open the file I find the actuall file. This also occurs when you download the software, which makes it difficult, because the file is not on the pc yet. All solutions?

    Looks like you may have a virus or other malware. Get your updated antivirus program and boot into Safe Mode. Note that some viruses can hide from your normal antivirus program, so you really need to scan in Safe Mode. To enter in Safe Mode when you turn on first, press F8 on every seconds until you get the menu, and then select Safe Mode. Then run a complete system scan.

    Microsoft has suggestions and offerings to

    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-remove-a-computer-virus

    Moderator Forum Keith has a few suggestions along this line to

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-performance/Windows-Explorer-has-stopped-working/6ab02526-5071-4DCC-895F-d90202bad8b3

    If that suits him fine. If this is not the case, use system restore to go back to an earlier date at the beginning of the problem. To run system restore, click Start-> programs-> Accessories-> System Tools-> system restore. Click on the box that says show more restore points.

    You can check the corrupted system files. Open an administrator command prompt and run SFC if the above does not help. Click START, and then type sfc in the search box, right-click to SFC. EXE and click run as administrator. Then, from the command prompt type sfc/scannow.

    Finally if all else fails, you can look at the rather cryptic system event log. To make, click Start-> Control Panel-> administration-> event viewer tools. Once in Event Viewer system log-click and scroll entries looking for these "error" with indicator see if you can find guidance on where the problem may be.

    I hope this helps. Good luck.

  • 'Open with' pop up at startup and during the session asking what file to open CHKUPD with. CHKUPD has no extension. Search does not find it.

    My problem is similar to the question asked by EamonnO.  Start a 'open with' screen opens asking what file to open chkupd with.  I think that hit "Cancel" would put an end to the action.  He appears periodically during my session on the computer or watching a movie.  I don't find the file using search.  I don't think that this means Daemon Tools because I never downloaded the program.  Some recent downloads include "Free File Viewer" and "Search for free Extension".  I have Vipre AV and System Mechanic running on my computer.  The situation may be harmless, but it is sure agrivating.  Thanks for any help you offer.  George

    Hello

    I had the same problem and there to remedy I just open the control panel and open then "Add / Remove programs.  The popup is apparently caused by a free File Viewer program.  I removed the program by clicking on the button Delete and the problem disappeared.  The free file viewer comes with a conversion program free .mp3 and seems to be completely unnecessary (I never needed the viewer of the file and open it with popup that was originally was boring and sometimes even nervewracking.)  If you do not have to uninstall programs of assistance, just the viewer of the file that comes as a free supplement program (problem).

    Once again, removal procedure: click on 'start '.
    Click on "Control Panel."
    Double click on "Add or remove programs".
    Click on "Free File Viewer" in the list of programs
    Click 'delete '.

    After this, the 'chkupd' open with popup when it stops appearing.

    Craig

  • can I create a pdf file that opens only with adobe

    Can I create a pdf file that opens only with adobe

    To answer question you directly, no, you can't do nothing to prevent a valid PDF file opens in a non Adobe Reader, for better or worse.

    -Dov

  • I accidentally put my Zip files to open it with wordpad. How can I change this back

    All my zip files open in wordpad how can I change it back?

    replied in the other thread

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-files/downloaded-zip-files-are-opening-in-WordPad/df81ec5b-7887-4B3E-9e2d-ddf2c60d283a

  • InDesign CS5, cannot open the file due to problem with plugins

    Hi people!

    I am running Max OSX 10.5.8 and I am currently using a trial version of CS5 (Design Premium) while work sorts of money for the upgrade.

    I work in-house, and I needed to send a work file to an external design agency. I saved the file in CS5. The Agency has CS5. When they open it, they get an error message saying that they do not have the necessary plugins to open it. We never have any plug-ins, I'm not aware of anything that would come the trial who do not come with the purchased version, so I don't know what to do.

    Is it possible to save a file without saving these 'plugins' with it? Or is there something else I can do?

    Any help much appreciated

    linziloop wrote:

    No, they have a pretty large agency, they certainly have CS5, bought right out.

    This is not typical of an important agency in my expereince. Ask them to confirm the version number.

  • Script to generate XML files... problem with null values

    Hello everyone,

    I come here with a question that troubled me for some time. I have a script which I run in SQLPLUS every now and then to generate an XML file.

    Problem is that the data that must be in XML format are not allways <>NULL and I need to hide empty tags < / tag >.

    I'll post my script below and if you could help me with it, it would be really great!

    Thanks for reading!
    set long 20000000
    set long 20000000
    set linesize 32000
    SET ECHO OFF
    SET TRIMSPOOL on
    SET HEADING OFF
    SET PAGESIZE 50000
    SET VERIFY OFF
    SET FEEDBACK OFF
    SET TERMOUT OFF
    spool C:\test.xml
    set serveroutput on
    begin
      dbms_output.put_line('<?xml version="1.0" encoding="utf-8" ?>');
    end;
    /
    SELECT
    XMLELEMENT("ReportRoot",XMLATTRIBUTES('http://www.w3.org/2001/XMLSchema-instance' as "xmlns:xsi", 'http://www.w3.org/2001/XMLSchema' as "xmlns:xsd" , '1.0' as "Version",sysdate as "CreationDate",to_char(sysdate,'hh:mm:ss') as "CreationTime",'1524544845' as "id"),
    XMLELEMENT("Porocila",XMLELEMENT("JOLY",(SELECT XMLAGG (XMLELEMENT("RefNrReport",replace('SON'||to_char(ref_ST,'00000'),' ',''))) from access_table_2 where ref_ST = &1),
    XMLELEMENT("ReportDate",sysdate),XMLELEMENT("Labeling",'545254450'),
     (SELECT XMLAGG     (XMLELEMENT("Reportf",
                                                                     XMLELEMENT("access",access),
                                                                     XMLELEMENT("date",date),
                                                                     XMLELEMENT("datep",datep),
                                                                     XMLELEMENT("ModificationInfo",'M'),XMLELEMENT("ModificationReason",modireason)))
                                                 from v_xml_test where id_dok = &1 and ind_print = '1'))))
      .extract('/*')
      from dual
         /     
         spool off
    /
    exit
    Now lets pretend that
    XMLELEMENT("datep",datep),
    sometimes is NULL and I don't want to see it.

    Now lets pretend that

    XMLELEMENT("datep",datep),
    

    sometimes is NULL and I don't want to see it.

    XMLForest that does exactly:

    XMLForest(datep as "datep")
    

    (internally, it is equivalent to what Alex has suggested)

  • problem with format PDF ePrint

    I recently bought a printer from web HP6600 and problems printing PDF documents via ePrint.  Print Word and JPEG files with no problems.  Any suggestions?

    I don't trust PDF export in the software. I use a pdf printer application (BullZip is the one I use) to print to PDF and then send the PDF as an email.

  • CEP - read the binary file (png) and download with $.ajax

    Hi all

    I'm trying to create the POST request with extension PRC binary image

    I read the PNG file under

    fileContents var = window.cep.fs.readFile (fileData.files [f], cep.encoding.Base64);

    Then I need to create the object with that content converted to binary Blob data (?), but I always

    Error: InvalidCharacter

    Error: Exception of DOM 5

    Please notify

    found the solution

    Use the function base64DecToArr to mozilla foundation

    https://Gehrcke.de/files/perm/blog/2015/jsDecode/test.html

  • PS 12 files not opening not with layers intact in the PS7

    Any ideas why my layered psd and tif files with PS12 64 bit open flattened in the PS7?

    There was a certain inconsistency.

    Initially all the psd have been flattened.

    A few copies of tif, I did were not... but most was still flat when opened with PS7.

    Maybe it's because I'm using the 64 bit version and my friend with PS7 is not.

    Thanks for any help.

    My settings...

    Jeffs Photoshop CS5 settings2.jpg

    If the files are 16-bit/channel then they would open flattened in ps 7 because photoshop 7 does not support layers in 16-bit/channel files.

    Get what PS 7 message at the opening of the files?

  • File owner permision problem after formatting my system

    I am haing my video to backup files in an external hard drive to ntfs format and now I formatted my system and got the new name of the admin and now I am unable to play my videos because of permissions of owner of the backup files.

    In your circumstances, you will need to take ownership of these files:

    "How appropriate a file or a folder in Windows XP"
      <>http://support.Microsoft.com/kb/308421 >

    HTH,
    JW

  • output of the coil in .csv file - of the problems with the display of data

    Hello

    You will need to provide the result of a select query that contains approximately 80000 registration in a .csv file. A procedure is written for the select query and the procedure is called in the script of the coil. But few of the columns have the decimal point in values. For example, there is a personal_name column in the select query that says the name as "James, Ed. Then the output in different columns. Therefore, the data is being shifted to the right for the remaining columns.
    Some could help solve this problem. I mainly used a procedure as the select query is about three pages, and so you want the script to look clear.

    Script is,

    AUTOPRINT activated;
    Set the title.
    Set TRIMSPOOL ON;
    the value of colsep «,»;
    set linesize 1000;
    set PAGESIZE 80000;
    variable main_cursor refcursor;
    escape from the value.
    coil C:\documents\querys\personal_info.csv
    EXEC proc_personal_info(:main_cursor);
    spool off;

    Hello

    set PAGESIZE 80000 ;
    

    is not valid, and it will print header as all the 14 ranks of default.
    You can avoid printing the header in this way:

    set AUTOPRINT ON ;
    set heading ON;
    set TRIMSPOOL ON ;
    set colsep ',' ;
    set linesize 1000 ;
    set PAGESIZE 0 ;
    set escape /
    set feedback off
    spool c:\temp\empspool.csv
      SELECT '"'||ename||'"', '"'||job||'"'
      FROM emp;
    spool off
    

    The output will look like this in this case

    "SMITH"     ,"CLERK"
    "ALLEN"     ,"SALESMAN"
    "WARD"      ,"SALESMAN"
    "JONES"     ,"MANAGER"
    "MARTIN"    ,"SALESMAN"
    "BLAKE"     ,"MANAGER"
    "CLARK"     ,"MANAGER"
    "SCOTT"     ,"ANALYST"
    "KING"      ,"PRESIDENT"
    "TURNER"    ,"SALESMAN"
    "ADAMS"     ,"CLERK"
    "JAMES"     ,"CLERK"
    "FORD"      ,"ANALYST"
    "MILLER"    ,"CLERK"
    

    Alternatively, you can consider creating a single column by concatenating the columns in this way:

    spool c:\temp\empspool.csv
      SELECT '"'||ename||'","'||job||'"' 
    

    In this case the output will look like without spaces between the columns:

    "SMITH","CLERK"
    "ALLEN","SALESMAN"
    "WARD","SALESMAN"
    "JONES","MANAGER"
    "MARTIN","SALESMAN"
    "BLAKE","MANAGER"
    "CLARK","MANAGER"
    "SCOTT","ANALYST"
    "KING","PRESIDENT"
    "TURNER","SALESMAN"
    "ADAMS","CLERK"
    "JAMES","CLERK"
    "FORD","ANALYST"
    "MILLER","CLERK"
    

    Kind regards.
    Al

    Published by: Alberto Faenza may 2, 2013 17:48

  • I have Vista Home Premium. When I receive attachments to e-mail that the sender has sent as anything other than pdf or ppt, I can't open it. It seems that the .doc files will open only with works while I'm using Microsoft Office Word.

    I uninstalled works which was part of the DELL laptop.

    Office repair using detection/repair or Office Diagnostics according to the version of Microsoft Office.
    Your file associations are damaged/incorrect for .doc files

  • problems with table formatting

    Hi all

    I currently have problems with formatting or to use a table to record the data (well it will be saved in a .csv file, but I'm trying to use the table to get it all properly formatted to the .csv file for ease of reading). It is probably something easy I'm dominant or do not add. If someone with more knowledge of labview (I only worked a few months with her power) could guide me through the process of how to make my idea works, I would be very grateful.

    I've attached the labview file, so you can see what I'm trying to do and how I'm trying to approach it a little more.

    In addition, if you need a little more explanation, just ask.

    Thank you very much!

    At first glance, it seems that you have made more complicated it must be.

    You have a ton of controls and indicators that could be better managed as tables or groups.

    To your immediate problem of writing file, you could just build a digital table and then use the entry in the File.vi worksheet and select a comma as separator.  The step where you are creating the spreadsheet string and then write in the text file is not necessary.

  • Problem with blackberry.io.file.saveFile: error #3006

    Hello

    I'm currently storing a lot of binary files for use offline with my client of pocket at some point that I always get this error code in blackberry.io.file.saveFile:

    Error: Error #3006
    

    I have found no solution to this problem and I don't know what the code means? I already searched this on this forum and with Google code, but not luck. Does anyone here know what that means?

    The image in this case (if this could be significant):

    http://appworld.BlackBerry.com/WebStore/servedimages/478660.PNG/?t=18

    Any help would be really appreciated!

    See you soon,.

    Sven

    What SDK WebWorks is - 10 BlackBerry or Smartphone (Java) or Tablet OS (AIR)?

    I just did a search in the source code of the Smartphone SDK and found no matches on this error code:

    C:\Program search in Motion\BlackBerry 2.3.0.9\device_templates\blackberry\web\widget SDK WebWorks

    This suggests that the error comes from the BlackBerry OS, instead of SDK WebWorks.

    Can you tell me, is there a model when you see this error?  For example, you turn on mass storage mode (locks the file system), or you change a map removable microSD?

Maybe you are looking for