Conversion of hexadecimal file to decimal file in labview

hi all,
I took a measurement from an anemometer by its original program. I attached the file below. I want to convert this file to the decimal file. I all know is the data in file are in hexadecimal and 16-byte. How can I convert this file to decimal one? I prepared something as I saw in this forum but it gives me just one number. I attached the vi below too.
Egemen
Attachments:
Z-D6_Z-D0_ST0_RE_7958.zip ‏1 KB
hex to decimal.vi ‏8 KB

GerdW wrote:
Hi newbie,
it doesn't make sense to convert the filename to some other datatypes. You have to load the datafile first!
@Bijay: as the file is no spreadsheetfile it doesn't make sense to load it using ReadFromSpreadsheetFile!
You may try this:
The file seems to contain SGL values so I typecasted them. If that's not the case you use the U8 array to do your own computations...
Edit:
Using ReadBinaryfile is somewhat easier...
"the data in file are in hexadecimal and 16-byte."
The file isn't in hexadecimal, it's just binary. And what do you mean by "16-byte"???
I tried your suggestion and find something what I really do not know what they are. I attached the results print screen. I will try the second solution.
Egemen
Attachments:
results.PNG ‏98 KB

Similar Messages

  • Error in Receiver File adapter using File content Conversion

    Hi,
    I am getting the following error in the receiver file adapter.
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'statement.fieldFixedLengths' or 'statement.fieldSeparator' is missing
    I am using the below parameters for FCC:
    Recordset Structure - statement
    statement.endSeparator - 'nl'
    statement.fieldSeparator - '0X09'
    statement.fieldNames -xblnr,wrbtr,newbs,kostl,newko,prctr,xref1,rke_wwfud,rke_wwst3,blart,bukrs,bldate,budat,gjahr,monat,ctype,waers,bktxt,posnr,wbs_element,mwxkz,businessplace,businessplace,c_waers,c_wrbtr,g_ctype,g_waers,g_wrbtr,h_ctype,h_waers,h_wrbtr,trade_id,lob,sgtxt,zuonr,reason_rev,ldgrp,tcode,lifnr
    ignoreRecordsetName - true
    Please let me know where i am going wrong.
    Thanks,
    Aparna

    Hi Aparna,
    I feel the problem in your content conversion parameters is with
    statement.fieldNames and ignoreRecordsetName
    When you are confirguring receiver file adapter for file content conversion the above one is not required. Please refer below link for details on configuring content conversion in file adapter
    [http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm]
    Hope this helps !!
    Regards,
    Amit

  • File Content Conversion i.e Flat file 2 Flat file

    Hi guys,
       I am new 2 SAP XI
    and i am trying 2 do "Flat File To Flat File".
    Input File contains following data:
    Name:varun
    Surname:rajaraman
    Address:B-2
    Employee no:8204
    i.e Each Data is in separate Row.
    Output File Should contain the following data:
    I am varun rajaraman staying at B-2 bearing employee no. 8204.
           (name,surname)               (address)                        (Employee No.)
    i.e data should be in a single row.
    So, i have a problem of reading the data from input file i.e data from each row and transfering it into output file along with which i need 2 insert  "i am " ,"staying at", etc.
    pls tell me the procedure in detail.
    Thanks and regards
    santhosh rajaraman

    Hi,
    Check this links for file content convertion.
    File content conversion sites
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    /people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30
    /people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file
    /people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter
    /people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns
    /people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem
    /people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Regards,
    Phani
    Reward Points if Helpful

  • Sender File Adapter with file conversion

    Hi guys,
    I’m using a Sender File adapter with file conversion. The message to be processed has a structure with fixed lengths and in your content are some values that needs to be ignored.
    An example:
    value1  <b>value2</b>  value3…
    I want to ignore <b>value 2</b> but I can’t find a parameter for that! Do I need to define dummy fields on my data type and ignore those fields during mapping? Or there is a specific parameter for that?
    Thanks in advance,
    Ricardo.

    hi,
    there always is another way:)
    you can import the whole line to one field
    and cut it inside the adapter module
    (then you can define start and stop of the substring that you need to use)
    but of course it's not standard even though it's quite easy to achieve in java
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • File conversion and append file in receiver file adapter

    Hi
    I have a batch IDoc -> XI(3.0) -> file scenario with file conversion to create a flat CSV-like file. The problem is that because of the amount of data sent from R/3 (~20000 employees), the idoc is split into several idocs. In my receiver file adapter I want to append all the idocs contained in this data transfer to one flat file, before transmitting to FTP server.
    For the next batch transfer (the next day) XI should start all over and create a new file and append all idocs contained in that transfer before transmitting the flat file to FTP server.
    Can this be done using the 'Use Temporary File' and 'Append' options in the FTP connection Parameters in the comm-channel?
    It is not an option to append the file in the FTP-server, because the files in the destination folder are moved immediately after arrival, so the file will be moved before file adapter can append all the files.
    Does anyone have any suggestions to how to solve this?
    Br
    Kenneth

    Hi Kenneth
    Did you ever get a solution to this problem?
    Regards
    Russel Irvine
    [email protected]

  • I have now transfered my files of ripped CD's to my iTunes library three times. On each occassion, the conversion seems to occur fine, the files play, but when I close my computer and return the next day, iTunes says it cannot locate any of those files.

    I have now transfered my files of ripped CD's to my iTunes library three times Since upgrading to iTunes 11 and Windows 8. On each occassion, the conversion seems to occur fine, the files play, but when I close my computer and return the next day, iTunes says it cannot locate any of those files. Three times. Beginning to lose my temper. Advice? Suggestions? Could the fact that my original library is located on a network drive have anything to do with it? Thanks for your help, all.

    Repair security permissions
    Right-click on your main iTunes folder and click Properties, then go to the Security tab and click Advanced. If necessary grant your account and system full control to this folder, subfolders and files, then tick the option to replace permissions on child objects which will repair permissions throughout the library. This is the XP dialog but Windows 7/8 shouldn't be too different.
    Repeat for the media folder if it isn't a subfolder of the iTunes folder.
    tt2

  • XML File to Flat File scenario: Reciver file adaptor content conversion

    Hello Friends,
    Currently I am working on XML File to Flat File Scenario.
    I used receiver side File adaptor with content conversion.
    My receiver side adaptor is giving error. Error is given below.
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing
    My content conversion parameters are as:
    row.fieldNames                           Customer_ID,Name,Address,Phone
    row.fieldSeparator                      ,
    row.processConfiguration          FromConfiguration
    row.endSeparator                       'nl'
    Can you please suggest me what kind of error is this?
    Regards,
    Narendra

    Still I am facing below given issue.
    2010-06-08 15:34:25     Error     File adapter receiver channel CC_Customer_FlatFile_Distination is not initialized. Unable to proceed: null
    2010-06-08 15:34:25     Error     Exception caught by adapter framework: Channel has not been correctly initialized and cannot process messages

  • I have paid for a year subscription, but all the PDF's I attempt to export to Word give me a "Conversion Error" message, citing that the "file's security settings do not allow export." I want a refund. Adobe, please advise. Thank you.

    I have paid for a year subscription, but all the PDF's I attempt to export to Word give me a "Conversion Error" message, citing that the "file's security settings do not allow export." I want a refund. Adobe, please advise. Thank you.

    Hi la recruiter,
    There are a few types of files that Acrobat can't convert--and PDF files with security applied is one on them. I'm happy to cancel your subscription, if you decide that it's not going to work out for you. Please confirm that you'd like me to proceed with the cancelation, and I'll take care of it right away.
    Best,
    Sara

  • Does Adobe offer an app to perform a batch conversion from Canon CR.2 raw files to TIFF files?

    Apply Adobe Photoshop to astrophotography requires numerous images to be converted from a raw CR.2 file to TIFF files. Does Adobe offer an app to perform a batch conversion from Canon CR.2 raw files to TIFF files?
    Thanks.

    Trevor.Dennis wrote:
    Note the option to open the first file and apply settings.
    Personally, I'd be nervous of batch processing RAW files because they can need significantly different treatments file to file, but it is doable.  I would assume that Image Processor would allow the XML sidecar files, so you would have the option of looking through and fine tuning any files that were not up to scratch.
    You do not need to use that option.   There are two other options.   If the RAW file has never been process by ACR then ACR would use your defaults for the cameras used no ACR dialog UI will display.  If the RAW file has been process by ACR there are ACR settings either in you ACR database or in your RAW files sidecar files in the same folder as the raw file these will be used.
    I will often use the Bridge to process groups of RAW image files that look like they have similar exposures looking at the thumbnails the bridge displays.  ACR will open for the group of RAW files.  I will process one RAW file and sync the settings to the other image in the group.   I may also  make other ACR setting for some in the group like crops or spot healing for dust that may be in some sykes  because my sensor needed cleaning. When I'm done all I do is click on the DONE button in ACR so it will save out ACR setting for all the raw files in the group.  No image files are saved.   When I use the image processor script I never use the open first RAW option and the Automate Image Processor Pro plug-in script does not have that option open first RAW  in ACR and use the setting set for all other RAW files..

  • What is the best sound conversion software for making apple sound files?

    What is the best sound conversion software for making apple sound files?

    Depending on the file formats, you may not have to do any conversion.
    The following shows what the native Quicktime Player Supports:
    http://support.apple.com/kb/HT3775
    and Quicktime Player is pretty much the core for all Apple app
    playback.
    And if that doesn't cover it, there are other players, many of
    which are free, that may cover what you need (WINAMP, VLC,
    Songbird etc.).

  • Conversion of xls file into xml file

    Hi,
    i want to convert xls file into xml
    pls let me know the procedure for it
    Thanks

    Hi Anu,
    U can use FM <b>SAP_CONVERT_TO_XML_FORMAT</b> to convert data to XML.
    Or u can use some threads related to this FM. So that u can get better idea about this.
    Check this link also
    conversion of xls file into xml file
    regards,
    raghu

  • Conversion of XST file to XML file and vice a versa

    Hello All,
    I am working on one of the SAP-DMS issue.
    Here my requirement is converting the XML file to XST file and vice a versa.
    I tried to find out the possible solutioin but not succeed yet...
    Please can anyone help with the solution?
    Regards,
    Reshma

    Why don't try with Message Tran Bean
    Check this below details out:
    Processing Sequence:
    1 localejbs/Seeburger/solution/sftp Local Enterprise Bean solutionid
    2 localejbs/AF_Modules/MessageTransformBean Local Enterprise Bean mtb
    3 localejbs/CallSapAdapter Local Enterprise Bean exit
    Module Configuration:
    mtb Transform.Class com.sap.aii.messaging.adapter.Conversion
    mtb Transform.ContentType text/xml;charset=utf-8
    mtb xml.conversionType SimplePlain2XML
    mtb xml.documentName XXX_EXPENSES_mt
    mtb xml.fieldContentFormatting trim
    mtb xml.fieldNames FIELD1,FIELD2,FIELD3,FIELD4
    mtb xml.fieldSeparator '0x09'
    mtb xml.processFieldNames fromConfiguration
    mtb xml.structureTitle RECORD
    Regards
    Pothana

  • Final Cut x 4 conversion or plug-in for TOD files

    Are there any plug-ins for FCX4 that would allow me to edit TOD files? FCX4 doesn't recognize them. I know I can convert the TOD files to MOV files using MPEG Streamclip.  That wouldn't be so bad except that my friend has handed me 35 hours of raw footage in TOD.

    Thanks, Martin.
    I found the batch conversion feature.  Now I've noticed that when conveting a TOD file to a MOV file, the MOV file size is about 4x larger.
    The TOD file info is this:
    Stream: MOV0A3.TOD
    Path: /Volumes/042811/SD_VIDEO/PRG006/MOV0A3.TOD
    Type: MPEG transport stream
    Duration: 0:05:41
    Data Size: 720.99 MB
    Bit Rate: 17.69 Mbps
    Video Tracks:
    4113 MPEG-2, 1440 × 1080, 16:9, 29.97 fps, 20.00 Mbps, upper field first
    Audio Tracks:
    4129 MP2 stereo, 48 kHz, 384 kbps
    Stream Files:
    MOV0A3.TOD (720.99 MB)
    When I convert to a MOV file I'm using these settings:
    Any advice on these settings to keep the MOV file the same size as the TOD file?

  • Class file to java file conversion

    is it possible to convert .class file into .java file & if yes
    then how to convert .class file into .java file.
    plz. mail me ans. on [email protected] | [email protected]

    Yes there are many Java Decompilers which converts the Java bytecode class files to Source files, You may find the follwing URLs helpful:
    http://www.brouhaha.com/~eric/computers/mocha.html
    http://members.fortunecity.com/neshkov/dj.html

  • Regarding conversion of Image file to video file

    Hi All,
    I need a small help. My requirement is to convert a text file in to an image file by attaching a background and that image is converted into video file by attaching audio file. please guide me how i can achieve this using sun java API. Is this facility was available in sun java API,s or any other API's should i use.
    Please Guide me.
    I aplogize for my poor English.
    Regards,
    Rama Devi.

    Hi there,
    Did you did manage to get a solution to converting a XML file to Excel file? Please help me if you did get the solution.
    Thanx
    Jacob Tlhatlha

Maybe you are looking for

  • Some email not making it through sometimes, other times no problem

    I have a user on my server who complains that sometimes she receives email from a particular person and sometimes not. She receives all other email just fine. I need help trying to diagnose why some of those messages just disappear. In Server Admin,

  • Long transactions and Oracle Streams

    In a Oracle Streams replication, Lets say that you have a long running transaction that started at SCN 10, in the mean time, you have 100 new transactions that occured and commited, so the actual SCN is now 110. the transaction that started at SCN 10

  • Can not getReadMethod a jdk 1.5 bug?

    import junit.framework.TestCase; import org.apache.commons.lang.builder.ToStringBuilder; import org.apache.commons.lang.builder.ToStringStyle; import org.apache.taglibs.standard.lang.jstl.BeanInfoManager; import org.apache.taglibs.standard.lang.jstl.

  • Help-Flash needs to be reinstalled after every reboot

    I need a little bit of help and I'm hoping someone might have the solution to my problem.  This has been going on for 2-3 weeks now. Flash installs and works perfectly fine. Then when I restart my computer and try to use a program that requires flash

  • Linking Excel Workbooks in UCM

    Is it possible to have two Excel workbooks in UCM, with a cell/formula in one workbook that references a cell on a sheet in the second workbook?