Can Labview output source code in text format?

I am trying to file a patent that includes some Labview code. The patent office recommends attaching code (either source code or machine code) to show reduction to practice.
However, it appears that the USPTO only accepts CD-Rs that have ASCII text on them. Is there a way to export Labview source code or machine code (from application builder?) to text?
Does anyone have any advice for dealing with the PTO when Labview code is involved?
Thanks,
Casey

> I am trying to file a patent that includes some Labview code. The
> patent office recommends attaching code (either source code or machine
> code) to show reduction to practice.
>
> However, it appears that the USPTO only accepts CD-Rs that have ASCII
> text on them. Is there a way to export Labview source code or machine
> code (from application builder?) to text?
>
> Does anyone have any advice for dealing with the PTO when Labview code
> is involved?
>
I believe this has been done before. I did a quick search on
www.uspto.gov, and found lots of them referencing LabVIEW -- meaning
that LabVIEW was mentioned in the patent, and probably that LV code was
the mentioned embodiment of the patent. I didn't browse all of them to
see if or how they i
ncluded source, but surely you can find a precedent
for including a pdf or rtf with your diagrams.
If you can't find anything else, print your VIs to RTF and see about
submitting that.
Greg McKaskle

Similar Messages

  • Can you output iphoto slideshows in video formats?

    Can you output iphoto slideshows in video formats?  If so, which video formats?  Is output in H.264 format with 4:3 aspect ratio possible?  Thanks.

    If you set the aspect ratio to 4:3 in iPhoto
    you can use the Export button at the bottom of the slideshow window and pick one of the sizes you'd like.
    That will give you this format:
    If you want to do more customization of the output follow Terence's export method.
    OT

  • Can LabVIEW process images in RAW format? Can LabVIEW handle images in the multimegapixel formats produced by some of the current DSLR cameras (e.g. 5000x3500 pixels)?

    Can LabVIEW process images in RAW format?  Can LabVIEW handle images in the multimegapixel formats produced by some of the current DSLR cameras (e.g. 5000x3500 pixels)?
    Can LabVIEW be programmed to remotely acquire images from a commercial DSLR camera with DirectShow capability?  e.g. Canon Rebel T2i.

    1) So RAW files have a multitude of possible file extensions / formats, and it depends on which of these extensions you use. If the image can fit in memory, it can be brought into LabVIEW. An image of that size should be able to come into LabVIEW. Are you considering using NI-Vision to do this? You would look into the VI called "IMAQ ReadFile." There are a certain set of standard formats that can be read.
    2) If a camera is DirectShow capable, and there are USB drivers available to access that camera through a Windows machine, then you should be able to bring that camera up in NI's software such as LabVIEW.
    Ravi A.
    National Instruments | Applications Engineer

  • How can i save a data in text format

    how can i save a data in text format in labwindows cvi
    Message Edited by Tikoy on 04-14-2010 11:30 PM
    Solved!
    Go to Solution.

    Hi,
    If your data is in an array, the easiest way is to use the ArrayToFile function.
    It automatically creates a file and puts your data in it according to the format you provide.
    If you have individual samples that you need to write once in a while, you can either collect them into an array and then use ArrayToFile or open a file with fopen and write them as they are acquired with fwrite.
    Hope this helps, 
    S. Eren BALCI
    www.aselsan.com.tr

  • Where can I get the source code of Text Layout Editor?

    Hi, Guys:
    I just want to design horizontal or vertical rulers that are exactly same as the one I see in the Text Layout Editor.
    Please see the url: http://labs.adobe.com/technologies/textlayout/demos/
    But I cann't download any source code. Does anyone know if it's possible to get it? Thanks.

    And now it is possible: http://blogs.adobe.com/tlf/2009/12/new-and-updated-tlf-samples.html

  • Dynamic-side Box? Can't read source code with java

    Hi all,
    I am trying to read a source code of a web page with a java program. I can connect to the page and read a part of the source code without any problems however after a while when it comes to a part where mozilla and opera identifies as "dynamic-side box" my java program fails to read the source code and stops reading the rest of the page.
    Here is the part of the output I get from mozilla:
    <body id="city">
              <script type="text/javascript" src="/js/wz_tooltip.js"></script>
              <div id="container">
                   <div id="container2">
                        <div id="header">
                             <h1>Ikariam</h1>
                             <h2>Antik �a&#287;&#305; Ya&#351;a!</h2>
                        </div>
    <div id="breadcrumbs"><h3>Bulundu&#287;un nokta:</h3><a href="?view=worldmap_iso&islandX=78&islandY=80" title="D�nya haritas&#305;na d�n"><img src="skin/layout/icon-world.gif" alt="D�nya" /></a> > <a href="?view=island&id=2444" class="island" title="Adaya d�n">Sterios[78:80]</a> > <span class="city">ProPolis</span></div><!-- -------------------------------------------------------------------------------------
         ///////////////////////////// dynamic side-boxes. //////////////////////////////////
         //////////////////////////////////////////////////////////////////////////////////// -->
         <div id="information" class="dynamic">
              <h3 class="header">Info</h3>
              <div class="content">And here is the corresponding part in java console output:
    <div id="breadcrumbs">
        <h3>Bulundu&#287;un nokta:</h3>
         <span class="textLabel">Hata!</span>
    </div>
    <div id="information" class="dynamic"></div>
    <div id="mainview">
        <div class="buildingDescription">
            <h1>Hata!</h1>
        </div>
        <div class="contentBox01h">
            <h3 class="header"><span class="textLabel">Hata mesaj&#305;</span></h3>
            <div class="content">
                <ul class="h�bsch">
    <li><a href="http://ikariam.net"></a></li>            </ul>
            </div><!-- end #content -->
            <div class="footer"></div>
        </div><!-- end #contentbox -->
    </div><!-- end #mainview -->Is there a way to skip this dynamic-side boxes in java. Because I need to read an information that is located at the near end of the source code however since it stops when it hits to a dynamic-side box I can't.
    Thanks in advance, regards...

    Hi,
    That is what I was trying in deed! I was trying with a Scanner but I also tried with the link you have given. That also failed. Somehow java stops reading the source when it hits "dynamic-side box". However there has to be a way to skip this. If mozilla can do that, I know that java also can. I wonder how....
    Cheers...

  • How can i develope source code of following statement?

    Hi All!
    I would like to make a source code . The statement is follows. Can anyone help?
    public Bicycle seeWhosFastest(Bicycle myBike, Bicycle yourBike, Environment env) {
    Bicycle fastest;
    // code to calculate which bike is faster, given
    // each bike's gear and cadence and given
    // the environment (terrain and wind)
    return fastest;
    Regards,
    damp

    class Bicycle {
    int cadence = 0;
    int speed = 0;
    int gear = 1;
    void changeCadence(int newValue) {
    cadence = newValue;
    void changeGear(int newValue) {
    gear = newValue;
    void speedUp(int increment) {
    speed = speed + increment;
    void applyBrakes(int decrement) {
    speed = speed - decrement;
    void printStates() {
    System.out.println("cadence:"+cadence+" speed:"+speed+" gear:"+gear);
    class BicycleDemo {
    public static void main(String[] args) {
    // Create two different Bicycle objects
    Bicycle bike1 = new Bicycle();
    Bicycle bike2 = new Bicycle();
    // Invoke methods on those objects
    bike1.changeCadence(50);
    bike1.speedUp(10);
    bike1.changeGear(2);
    bike1.printStates();
    bike2.changeCadence(50);
    bike2.speedUp(10);
    bike2.changeGear(2);
    bike2.changeCadence(40);
    bike2.speedUp(10);
    bike2.changeGear(3);
    bike2.printStates();
    Hi Alan.L.Brown!
    Above are the source codes of Bicycle.java and BicycleDemo.java.The output after run the program are:
    cadence:50 speed:10 gear:2
    cadence:40 speed:20 gear:3
    I need necessary modification to get seeWhofastest Bicycle. Instead of bike1 and bike2, codes to be changed as myBike and yourBike.Could you please help to sort out?
    Regards,
    damp.

  • Ask again:  Where can I find source code for CPRM algorithm?

    Hi, everyone.
    Where can I find reference implementation or some sample codes for CPRM(content protection for recordable media) algorithm? Can anyone help?
    Information about CPRM can be find here,
    http://www.4centity.com/
    JAVA version is preferred and C/C++ implementation is also OK.
    Thanks in advance,
    Geo

    Thanks, edsonw buddy!
    I only found C2 cipher source code and some other documents dealing with CPRM algorithm. And what I want is total CPRM implementation reference source code (C2 is only a basic module of CPRM algorithm).
    So can you provide me some useful information dealing with how to get total CPRM implementation reference source code? Both JAVA and C/C++ will be OK.
    Have a wonderful weekend,
    George

  • Can't see HTML and Custom text format under data format tab in obiee.

    Hi,
    I want to add a java script to my report but I can't see HTML/Custom text format option under Data Format Tab--->"Treat Text as" menu.
    My report is a union report.
    For data column and numeric columns i can see custom option available but for text columns it is not visisble.
    Any idea why it is not showing and what should be done here.
    Any pointers are welcome.
    Please help,it is really urgent.
    Thank in advance!
    Edited by: 810008 on May 18, 2011 10:03 PM

    Hi,
    Select text column (varchar column) -> Treat Text as -> custom text format ->Remove @ (default) -> add [html]<script>sometext(‘@’)</script> followed by your javascript
    for eg:
    [html]<script>buildGoogleChart(‘@’)</script> <head> <script type="text/javascript"> function show_alert() { alert("Hello! I am an alert box!"); } </script> </head> <body> <input type="button" onclick="show_alert()" value="Show alert box" /> </body> </html>
    hope helps u.........
    cheers,
    Aravind

  • Dumping Global ABAP Objects Source Code to Text File

    Hello People, this is my first post and my first time to join the forums.. and also my first time to code in ABAP.
    Anyways, I was wondering if there is a way to dump the source code definition of any class/interface made in SE24 (Object Builder) onto a Text File; all the methods, attributes etc... of a class/interface. I've used SEO_METHOD_GET_SOURCE but it doesn't work.
    Thanks for the help.

    Suhas, 
    I have created some wiki links (may be 3-4 months back) which seems similar to this requirement.
    [Extracting Implementation details of global Interface using class - CL_RECA_RS_CLIF |http://wiki.sdn.sap.com/wiki/display/ABAP/ExtractingImplementationdetailsofglobalInterfaceusingclass-+CL_RECA_RS_CLIF]
    [Information of Class Objects using CL_OO_CLASS |http://wiki.sdn.sap.com/wiki/display/ABAP/InformationofClassObjectsusing+CL_OO_CLASS]
    [Source code Download and Syntax Check using CL_RECA_RS_SERVICES|http://wiki.sdn.sap.com/wiki/display/ABAP/SourcecodeDownloadandSyntaxCheckusing+CL_RECA_RS_SERVICES]
    Expecting your comments.
    Regards
    Vinod Kumar
    Edited by: Vinod Kumar on May 5, 2011 11:33 AM

  • Where i can download jmf source code?

    i search the web all days, but i can't find it. Anybody can help me and sent jmf's source code to my gmail: [email protected], thanks in advance.

    Ray,
    Although I did not find any example that shows how to write to the user's EEPROM are, I did find a couple of places that talk about reading from it. Here are the links to them...
    http://ae.natinst.com/operations/ae/public.nsf/fca7838c4500dc10862567a100753500/7923356b383f5eca852563a7004a3b8b?OpenDocument
    http://ae.natinst.com/operations/ae/public.nsf/fca7838c4500dc10862567a100753500/9d4e59d08da5216e862566130050583c?OpenDocument
    Keep up with the great work!

  • Download source code to Text file

    Hi all,
    is  there any program which can be used to download the source code of a FUNCTION MODULE.
    thanks in Advance

    Hi Sai_ram,
    You can download the individual includes of Function Module using Menu options:
    Utilities -> More Utilities -> Upload/Download -> Download
    Use the same procedure to download the screens also. I mean Goto the Screen and follow the above Menu options to download the screen in a local .txt file
    Note: In order to upload the screen again, just create a screen with the same screen number and use Menu options:
    Utilities -> More Utilities -> Upload/Download -> Upload
    This is the way I use to download Report, Module pool program and Function Module.
    Hope it helps.
    Regards,
    Neeraj Gupta

  • How can I print source code with connecting lines on control structures?

    Anyone know of any programs that will format source code printouts and print connecting lines from the start to the end of control structures (such as: if--"end if", while-"end while" etc.)?

    Indentations and comments do help read source code. However, when you have a large program with many levels of nesting of control structures the readability of the code (even with indentations) becomes very difficult.

  • Can Pages 4.3 maintain defined text formatting for at a given list level?

    I'm hoping the answer to this question is a simple 'duh' solution that I some how over looked. I'm using Pages 4.3 and I am trying to create a tiered list to organize ideas into different sublevels. I want to be able to write at a particular level, then create sub levels (return -> tab) with different formatting so the levels are easily distinguished at a glance. When I move back to the higher levels (return -> shift + tab), Pages maintaines the text formatting I used at the lower level, rather than returning to the previously used format at the higher level. For example, what I want is ....
    Main 1             --- (Return -> Tab)
    Sub 1             --- (Return -> Shift +Tab)
    Main 2
    What I get is...
    Main 1             --- (Return -> Tab)
    Sub 1             --- (Return -> Shift +Tab)
    Main 2
    This means that anytime I move up or down in the tiers of a list, I need to redefine the formatting for each new bullet. I tried creating my own list styles, but that does not appear to preserve changes made to fonts or sizes. This seems like such a simple function and time saver that I feel like I must be doing something wrong. It has been a while since I used pages, but I don't remember having these problems before. Does pages really require one to reset the formatting everytime the move between list levels?

    Thanks Michael!
    So your suggestion is to create the pricing in ECC and then download it in CRM...
    Now tat would mean that first the mapping has to be performed in ECC for the existing paroducts and product category..then create pricing for those mapped prod. cat. in ECC and then download it to CR M..plz correct me if I am wrong...
    regards,
    Aneesh

  • Can't install source code pro fonts in MAC

    I'm unable to install source code pro fonts (open source fonts from Adobe).
    The download is fine and the install button functions for the .ttf file seems to works perfectly - But no install takes place??
    Mavericks 10.9.5.
    Any idea's out there or similar issues?
    Thanks in anticipation

    This is the issue related with the transport of objects.
    Z FM did not got transported to the production and only the program got transported.May be someone missed the object.
    You have to attach the Z FM to the transport in dev , then moven to quality and then to production.
    Chances are there that FM is not transported form quality to production, check this.
    Hope it help you

Maybe you are looking for

  • Installation of 8.1.6 on solaris 8

    Hi all, Has any one tried installing Oracle 8.1.6 on solaris 8. The installation guide says it is supported only by 2.6 and solaris 7. Any help would be appreciated. Thanks

  • Open project Activities tab by direct URL in P6 8.1 Web Access

    Hello! I'm trying to access project workspace in P6 Web Access v 8.1 by direct URL from another HTTP resource. But P6 redirects me to another dialog (for choosing project from the list) if project is not opened before by clicking command Open from me

  • LEDs on Bottom of MBP

    What are these LEDs for - i am having a problem with my new MBP. It will not restart even when plugged in and i have performed the PMU process to no avail. I have one flashing green led near the battery and the light on my MagSafe is orange - what do

  • Create settlement rule for Maintenance plan

    We have a requirement to create a maintenance plan and assign a settlement rule to the same. I was able to create the maintenance plan using MPLAN_CREATE. I created the settlement rule using the function module K_SRULE_SAVE_UTASK. My problem is when

  • HT201407 trying to restore ipod comes up with error 3194  any suggestions

    have ipod touch trying to restore due to passlock code. when i restore it gives error message 3194  can anyone help/