Solution for converting the UFF58--- UFF58b or UFF Ascii.

Dear all,
Rightnow, I'm working on vibration analysis by using LV signal express
2010 which seem can be exported the measurement file as the UFF58. (Universal
File Format)
but my problem is; I have to use this measurement file with another program which accept only the UFF58b and UFF Ascii format.
I try to find solutions for convert UFF58--->UFF58b or UFF Ascii.  Does anyone have an idea? Please help.
Thank you in advance.

It looks like the LabVIEW Sound and Measurement Suite would do the trick, or possibly Diadem, though I'm not sure if you have LabVIEW.  What program are you trying to open the file with?  It may also have a package you can download that supports all of the formats.  For instance, there appears to be a UFF file reader and writer if you Google "uff files" in the top result, but that's only if you were using a specific program.  But I suppose the easiest way would be if you already had the Sound and Measurement Suite.
Regards,
Jake G.
National Instruments
Applications Engineer

Similar Messages

  • Is there any solution for convert document spreadsheet presentation to images with Office Web Apps?

    Hi there!
    Is there any solutions for convert document spreadsheet presentation to images with Office Web Apps?

    Hi,
    As far as I know, there is no build-in feature that convert Office file to image format in Office web app yet.
    I'll collect the information, and submit it with internal ways. Then, we could also submit the feedback here:
    http://office.microsoft.com/suggestions.aspx
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Can anyone post me a solution for converting gif containing text to a .txt

    Can anyone post me a solution for converting gif containing text to a .txt file using Java

    wow!!!
    not gonna put a full solution (since its huge!!!)
    but heres how you would do it
    open the gif in a bufferd image, then do some image recognition on it
    easy (hehe) case is if the gif only contains text (black on white of a standard font)
    then i would scan down the image until i find a raster line that isnt all white (top of a text line), then find the next raster line that is all white (bottom of text line.
    half(ish) way between these lines scan from the left until you find a black pixel (start <maybe> of next character) (be careful you dont aim for the gap in "i"
    from that point (x, y) test a set of pixels (x+n1, y+m1) to (x+nt, x+mt) where t should only have to be ~8 or 10 such that for each character in the font these test points return a unique combination, you then know what character is next, add it to a string and repeat along the line, then down the page
    tahh dahh there ya go
    you can write a program to learn the required test points by giving it a line of the full character set
    good piggin luck is what i say :-)

  • Creation of program for converting the invoices in the PDF format

    Hi Guru
    Can any one tell me any standard prog. for converting the invoices in the PDF format.
    All invoices should be send through FTP.
    Plz help.
    Thanks

    u can use FM.
    CONVERT_OTF which convers OTF code into PDF afterthat u can download or do FTP.
    check sample flow.
    Re: how to convert po to pdf
    Regards
    Peram

  • Which  Function Module is used for converting the DATE in BDC

    HI,
    Which  Function Module is used for converting the DATE Format in BDC for Uploading purpose please help me.

    data : date like sy-datum.
    data : odate(10) type c.
    date = sy-datum.        " in format YYYYMMDD
    CALL FUNCTION 'CONVERSION_EXIT_PDATE_OUTPUT'
      EXPORTING
       input         = date
    IMPORTING
       OUTPUT        = odate         .
    write:/ odate.  "in ur format '.
    1.
    In ur itab make a field for date as 10 characters and use this Fm to store the date .
    2. Pass the date as the charcter field to the screen and now check .

  • Function module for converting the foreign currency to words

    hi,
    can anybody tell me about the function module for converting the foreign currency to words format.
    Like 25.50 USD
    should be "Twenty Five Dollar & Fifty Sents."
    foreign currency can be anyone like USD, JPY, EUR etc.
    Regards
    Nitin Varshney

    Hi,
    Try using the FM SPELL_AMOUNT
    Check this wiki
    [SPELL_AMOUNT|https://wiki.sdn.sap.com/wiki/display/Snippets/SpelltheAmountenteredin+words]
    Regards
    Sarves

  • TS1702 Has anybody come up with a solution for updating the apps...!!!????

    Has anybody come up with a solution for updating the apps ....!!!!????

    Yes, I updated all the time.
    What's your problem.

  • Solution for Converting OAS JWEB to 9iAS

    Hello community.
    I just wanted to let you know that there is a solution for migrating from JWEB to Servlet (MVC) type J2EE framework. I am not sure why Oracle did not do this?
    1) We created some java classes that replace the PStringBuffer, PDouble, Session classes etc. We still need to keep these around, but you can't use the jar file that contains these classes as they contain JNI lookup references to shared libraries/dll's.
    2) We created a class to replicate what PL2JAVA produces. So, the interface to the routines are the same, but we swap in JDBC calls and a JDBC connection pool. The only limitation is the fact that booleans are not handled as nicely with JDBC, so we had to change a couple of the SPs to work with numbers instead (0=false, 1=true). Other than that, no database interface code needs changing.
    The Session object that is passed in is actually a wrapper for a JDBC Connection Cache object that the generated SP Java wrapper can grap connections from. The only problem here is that once a SP call is made, the transaction is commited and the connection released back to the connection pool. We did it this way as we did not want to have to add too much transaction management in 100s of classes that use the Java SP interface. We might be able to tweak this a bit so that this functionality is possible by changing the constructor to handle a connection object instead. That way we have more control.
    3) We replaced all local variables with HttpSession object setting and getting. This was very tedious, but not too bad.
    4) We created a servlet controller that would load the JWeb pages appropriately based on the request.
    If anyone is interested, we probably will be doing up a small summary of this. The Java class interface generator could be utilized for any stored procedure work. It is too large to ship up here, but if anyone wants it, I may be convinced to share :) ....
    Again, Oracle should have had a migration plan well documented instead of saying, you have to rewrite this. We should have our JWeb app converted with about 2 weeks of part time effort by 3 developers. Now that we have some of these tools, it should be half that time.
    Good luck!
    Sincerely,
    Brad Worsfold

    It looks like the LabVIEW Sound and Measurement Suite would do the trick, or possibly Diadem, though I'm not sure if you have LabVIEW.  What program are you trying to open the file with?  It may also have a package you can download that supports all of the formats.  For instance, there appears to be a UFF file reader and writer if you Google "uff files" in the top result, but that's only if you were using a specific program.  But I suppose the easiest way would be if you already had the Sound and Measurement Suite.
    Regards,
    Jake G.
    National Instruments
    Applications Engineer

  • Abs Function is not working for converting the negitive valies

    Hi ,
       My requirement is from the sorce I'm getting Amount data (both negative and possitive values)
    if the value is negative then i want to convert it as possitive value. that means always i want to pass possitive values to my target side.
    For this i have used  ABS function    AMOUNT (Source) ---> abs -
    > AMOUNT (Target)
    but now the problem is from the source I'm getting this value   <AMOUNT>60179010.00</AMOUNT>
    but while mapping it is converting and giving as <AMOUNT>60179008</AMOUNT>
    I didn't understand this functinality . actually Abs function should just convert the sign of the value but why the value is also giving as mismatch.
    please suggest me some solution for this..
    Regards
    jain

    What SP are you on?
    There have been lot of bugs in terms of the arithmatic functions in XI. But most of the issues have been solved in this release - http://help.sap.com/saphelp_nw04/helpdata/en/44/a7b4355d867455e10000000a11466f/content.htm
    I suggest in case u are not on that SP upgrade to it or use a simple java UDF to do the abs conversion.
    The math class in java can help you - http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Math.html
    Additional read - /people/thorsten.nordholmsbirk/blog/2006/04/03/never-ever-use-xis-built-in-arithmetic-functions

  • Report for converting the documents into the PDF format.

    Hello Experts,
    I need to know if any report/ T-code is available in SAP to convert the files into  PDF format.
    We are processsong these PDF's then into IXOS system.
    Regards,
    Anna.

    Hello ,
    You may check with the below programs:
    Program name                   Report title
    RSTXCPDF                       Routines for Converting OTF Format to PDF Format
    RSTXPDF2                       Administration/Upload of type 1 and TrueType font files
    RSTXPDF3                       Customizing for OTF-PDF Conversion
    RSTXPDF4                       Help Report from CONVERT_OTFSPOOLJOB_2_PDF
    RSTXPDF5                       Help Report from CONVERT_ABAPSPOOLJOB_2_PDF
    RSTXPDFT                       Test report for PDF conversion - converting standard texts to PDF
    RSTXPDFT2
    RSTXPDFT3                      Test
    RSTXPDFT4                      Convert SAPscript (OTF) or ABAP Lists Spool Job by PDF
    RSTXPDFT5                      Test: GUI Download of Spool Request
    Regards
    Ramesh Ch

  • I want better solution for adjusting the Material stock values for the last

    my Customer  need to adjust( Decrease)  the closing stock values for the following materials / plant wise as on 31.03.2006 for meeting statuary compliance.
    Material1 :  RS: 4149599    QTY : 10181.03 Ltrs
    Material 2  : RS: 1318596     QTY:  2152.76   Ltrs
    As per my knowledge MM posting periods can open current month and Previous month only. For the reason I proposed the solution as follows:
    Step 1 : post FI Journal Entry on 31.03.2006
    Opening Balance G/L  Account Dr 4149599 + 1318596
    Closting Stock a/c                      Cr 4149599 + 1318596
    Step 2.
    Change the Material Price in MM through T.Code: MR21
    ( Posting will be allowed in current or previous months)
    This makes our CO reports accurate.
    Please  suggest the better solution if it is possible in MM for adjusting the Material stock values for the last financial year.
    WIth Best Regards,
    Rajesh
    <b></b>

    Hi Madhavan,
    Unfortunately this forum deals with migrations from non-Oracle
    environments to Oracle. You seem to be dealing with migrations in
    an Oracle environment mainly.
    I would recommend that you contact Oracle Applications and RDBMS
    support directly. They will have the most up to date
    information/advice on performing these actions.
    Regards
    John
    Madhavan (guest) wrote:
    : Hi John
    : Thanks for your reply.
    : Actually I am planning to upgrade the system.
    : 1. I Want to Upgrade Oracle Financials release 10.7 to the
    : latest version (11.x)
    : 2. Oracle 7 database to oracle 8 or 8i.
    : 3. Oracle is running on NT service pack 3. Do I need to upgrade
    : this?. If not what is the impact on Windows NT?
    : 4. Is the majority still running smart client 10.7 and database
    : 7?
    : 5. What is the necessary time to implement these upgrades? What
    : type of consulting I need to have?
    : 6. I have some employees working on it? Will these changes
    : affect them?
    : What type of precautions I need to take on the whole??
    : Thank You
    : Madhavan
    Oracle Technology Network
    http://technet.oracle.com
    null

  • FM for converting the Numbers into Ukraine Language

    Hi All,
    Thank You very much in advance..
    I have a requirement where I need to convert the Numbers to Ukraine Words...
    I have used the FM SPELL_AMOUNT for which I have passed the Language Parameter as 'U' (U refers Ukraine) but I am getting the Error saying that no entry FI in T015Z table....
    Do I need to maintaine the entries in table T015Z FOR UKRAINE language as well.. or is there any other process for this requirement.
    Can you please help me on this.
    Thanks and Regards,
    K.Krishna Chaitanya.

    answered

  • Solution for all the people who installed iOS 5.0.1 in their iphone4 or iphone4s

    Dear All, Here is the solution to solve the problems you are facing after you install iOS5.0.1 in your iphone4 or iphone4s. Please try the below steps....hope no more issues such as "NO SERVICE", "SEARCHING" or phone gets hang-up....
    After installing iOS5.0.1 (either 9A405 or 9A406) don't worry.. just perform the below steps
    1: Go to Settings
    2: Go to General
    3: Go to Network
    4: Enable Cellular data (press ON)
    5: Enable Data roaming (press ON)
    IT IS NOT MUST TO ENABLE 3G ( Keep it OFF)
    Enjoy..........

    Just was talking with my aunt on Viber, suddenly I missed the screen and now I've restored my iPhone 5C by using iTunes. At the end of processing while my phone was about to start, it made a vibration like its going to start and i had a hope to see the Apple logo, but I couldn't find any sign! I still can not get access to my phone! what am I suppose to do? I searched among many sites on the internet and I found several cases as mine, they also are facing with same problem and these are all because of the new version of iOS. I need my phone back.

  • Solutions for converting HTML to PDF programatically?

    to start off i should say that i am rather new to programming in java.
    here's what i am attempting to do.
    i need to write a java class that will get an HTML string as input... and needs to spit out a PDF file (or outputstream) as output. i have spent the last week or trying to accomplish this using XSL-FO and the FOP library. this solution does not work too well because XSL-FO and FOP do not handle complex table layouts very well (since they require the number of columns and column widths to be known in advance). it seems that FOP (and XSL-FO) is better suited to handling structured XML input... not something unstructured and complex as HTML.
    are there any other libraries/APIs that are out there that are specifically well suited to HTML -> PDF conversion?
    remember this needs to be done programatically, and will probably be invoked as a webservice.
    thanks,
    vivek

    #1 There are definite copyright issues with your
    software. Before you go live with anything like this,
    make sure you're not gonna get reamed.Ehh? I didn't see anything from the OP's question that implied this. Yes, if he uses it to mine commercial web sites and convert them to PDF's there's a problem, but aside from that, where's the danger?
    #2 The PDF part is the easy part. As the other poster
    said, lowagie iText can do PDF. The rendered HTML is
    a much bigger question. The smaller issue is that web
    pages are defined to fit your browser window, so
    you've got to choose a size. The much tougher problem
    is finding a decent HTML renderer in Java. In truth,
    I don't think there is one; JEditorPane is a piece of
    ****, and opera is really not a lot better. Not at all. The OP specifically mentioned web services, so we don't need to assume that Swing is involved. You can, using a 3rd party library (google for java pdf), have a servlet or jsp render its output as a PDF document.

  • Elegant solution for converting a mixed AAC/MP3 playlist to all MP3s?

    Does anyone have an elegant solution (AppleScript?) for taking a playlist containing a mix of unprotected AAC and MP3 files, converting only the AAC files into MP3 files, and preserving the order in the playlist? It seems to be a terribly tedious job to locate each of the newly created MP3s individually and placing them in order in the playlist. Looking for suggestions. Thanks.

    Just had to say thanks for waking my mind up. I'm having troubles in converting over 7,000 MP3s to AACs. I decided to convet everything to the smaller 128kbps AAC meanwhile cleaning everything up. Well, the batch conversion stopped half way through and now I've got duplicats of a ton of stuff in both MP3 and AAC. I had no idea where it stopped on the MP3 list. I completely forgot about sorting by dates. Now, hopefully, I can figure out where it stopped and start up the converting from there rather than starting over and converting everything from the beginning. Got my fingers crossed.
    Since I have a bunch of duplicates, I know I can sort these by "showing duplicates". However, is there any to tell it to delete all dups? It'll just take a long time going through and manually erasing. Any tips would be great.

Maybe you are looking for

  • Slow query performance in Oracle 10.2.0.3

    Hi, We have Oracle 10.2.0.3 installed on RHEL 5(64 bit).We have two queries out of which one is a query using select while other query is using a insert.First we executed insert query which inserts 10000 rows in a table and then select query on this

  • Reading fixed position files with File Adapter

    Hi ! I'm trying to use the file adapter to read a file with data in fixed positions . I cannot get it to work, I'm getting : [Line=3, Col=133] Expected "${eol}" at the specified position in the native data, while trying to read the data for "element

  • Unable to authenticate POP3 account

    Hi we are having issues when a mailbox was migrated from exchange 2007 to exchange 2013 and it stopped working for pop3. Exchange 2013 SP1 unable to authenticate the account against POP3 logging/pop3 2014-07-16T17:08:58.439Z,0000000000000006,2,20.20.

  • Authorisation object for controlling te changes to "Delivery completed indi

    hi I want to know the authorisation object for controlling te changes to "Delivery completed indicator" in PO. I want to give the authorisation to change to certain users only. Best regards Sar

  • Help updating to ios 6

    I need help, I updated to ios 6 using Wifi and apparently it was successful, prompted my phone to automatically reboot on its own. After which it showed on the screen to connect it to itunes which I did, and now it couldn't recognise my iphone! It sa