program import Java in Labview

I have an equation of the standard deviation (7th order differential equation) calculaiton written in Java and I wanted to use this program in Labview. Anyone can suggest how to do it plse. I'm not familiar with Java me.

Hi SINANGA,

I'm sure that we can help, however I copy and paste your message in the forum of LabVIEW for a faster response.

http://forums.NI.com/NI/Board?Board.ID=170

I hope this helps!

Chad Erickson

Switches Product Support Engineer

NOR - USA

Tags: NI Products

Similar Questions

  • Close programs to prevent the loss of information. Your computer is low on memory. You save files and close programs. Java (TM) Platform SE binary Windows Media Player

    Hello

    I keep getting the following error message, and leterally having my computer off over and over again, even if I added 1 GB of RAM (now 3 total RAM) mor and also added a 8 GB SD card as more power:

    Close programs to prevent the loss of information.  Your computer is low on memory.  You save files and close programs.  Java (TM) Platform SE binary Windows Media Player

    I did research on the various search engines to know that many face the same problem, with a variety of possible solutions, but so far, none work.  We suggest that I go to Regedit and change the permissions of the user and then delete the old files, after I import them.

    Needless to say, I am just a user and have just a bit of technical knowledge.  The local PC repair shop in my town has no idea what to do.  For anyone who has a solution to this problem, help will be greatly appreciated!

    Randy Kline

    First of all, unless you know EXACTLY what you do and WHY you do it. I personally recommend never do anything in regedit. I consider myself a moderate to advanced computer user and a moderate user of windows. And I always stay away from regedit, if I can, because you can seriously screw things if you don't know what you're doing... Although, to be honest most of the settings will not have a devastating drama.

    It seems to me that this is a memory leak in the program, you will get this error message to make sure that your computer will just crash, because if she is running out of RAM... Well it will crash.

    If you have a 2 and a 1 GB for a total of 3 GB, I recommend the upgrade once more and just round up to a nice 4 (this is the most of memory a 32-bit system can handle in total)

    Works of memory in a way that you see really only a few performance jump with memory dual channel, the only way to have that is really striking the rods of same in each slot.

    There isn't really a reason that this happens every time, except that simply your computer is low on MEMORY, when your computer says this means RAM, not disk memory storage area.

    If you clean your computer of the programs you never use and stop using windows media player (itunes is better in my opinion, even if you don't have an ipod), you can see an improvement, but to really isolate the problem, I recommend simply opening your task manager as soon as you start your computer (ctrl + alt + delete usually gives you the option or it opens directly) otherwise you can do start-> RUN taskmgr.exe , OR type taskmgr.exe in the search box and press on enter.

    Then, look at the column of memory as I said it sounds like a program has a leak, and you will see that is because memory will begin at low/normal and then numbers just keep climbing...

    Also, make sure that your computer recognizes all 3 GB or RAM. in Task Manager if you have access to the performance tab, under physical memory must be a thing called Total, 3 GB = 3074. If this is not an option in your reason, you can go under Accessories/System Tools system information (on the start menu). (may take a while to load) but on the home page, you should see something that indicates the amount of TOTAL PHYSICAL MEMORY. You want to read this / 3GB or 3074 MB.

    Hope this helps some!

    I recommend to remove all programs, you are ready to, especially those that you never use. Do a complete uninstall. Then start installing windows clean (download google) just to make sure that the program has been removed. then go start--> run msconfig OR just type msconfig in the search and click on go (I don't know if you're running XP or Vista/7)

    In the msconfig dialog, you should see a section that says startup. Don't forget to remove programs that you do not first. Disable startup programs, you use every DAY. Don't go turn off all if windows needs some process to run, and some processes don't effect anything. But if you're curious, you should be able to google all of startup items and see what it's related to and why you do or that you don't need.

    Good luck! Sorry, I'm everywhere with this response.

  • How to use the programe of java in oracle

    Hello Expert,

    My Config is: -.

    Forms [32 bit] Version 11.1.1.3.0 (Production)

    JDeveloper - 10.1.3

    I want to use the java programe in the form builder. I create a java class in Jdeveloper.

    package demo;

    import java.net.InetAddress;

    import java.net.NetworkInterface;

    java.net.SocketException import;

    java.net.UnknownHostException import;

    public class get_info {}

    Public Shared Sub main (String [] args) {}

    ch_add();

    }

    public static ch_add() Sub

    {

    InetAddress ip;

    try {}

    IP = InetAddress.getLocalHost ();

    /*System.out.println ("current IP address:" + ip.getHostAddress ());  */

    NetworkInterface network = NetworkInterface.getByInetAddress (ip);

    Mac Byte [] = network.getHardwareAddress ();

    /*System.out.print ("MAC address current :");   */

    StringBuilder sb = new StringBuilder();

    for (int i = 0; i < mac.length; i ++)

    {

    SB. Append (String.format ("% 02 X %s", mac [i], (I < mac.length - 1)?)) "-" : ""));

    }

    System.out.println (SB. ToString());

    } catch (UnknownHostException e) {}

    e.printStackTrace ();

    } catch (SocketException e) {}

    e.printStackTrace ();

    }

    }

    }

    and Formweb.cfg and default.env and also add in Form_class_path. After that, I import this java in forms.

    Code genertated-

    PACKAGE get_info BODY IS

    --

    -DO NOT EDIT THIS FILE - it is machine generated!

    --

    args NYI. ARGLIST;

    Constructor for signature (V)

    New FUNCTION RETURN ORA_JAVA. JOBJECT IS

    BEGIN

    args: = NULL;

    RETURN (JNI. NEW_OBJECT ("demo/get_info", "(V)", args));

    END;

    -Method: main ([Ljava/lang/String ;) V

    Main PROCEEDINGS)

    A0 ORA_JAVA. JACOB) IS

    BEGIN

    args: = NYI. CREATE_ARG_LIST (1);

    NYI. ADD_OBJECT_ARG (args, a0, ' [Ljava/lang/String ;');)

    NYI. CALL_VOID_METHOD (TRUE, NULL, "demo/get_info', 'hand', ' ([Ljava/lang/String ;)) V ", args);

    END;

    -Method: ch_add (V)

    PROCEDURE ch_add IS

    BEGIN

    args: = NULL;

    NYI. CALL_VOID_METHOD (TRUE, NULL, "demo/get_info", "ch_add", "(V)", args);

    END;

    -Method: wait (J) V

    PROCEDURE to wait)

    obj ORA_JAVA. JOBJECT,

    NUMBER of a0) IS

    BEGIN

    args: = NYI. CREATE_ARG_LIST (1);

    NYI. ADD_LONG_ARG (args, a0);

    NYI. CALL_VOID_METHOD (FALSE, obj, "demo/get_info", "expect", "(J) V", args);

    END;

    -Method: wait (V)

    PROCEDURE to wait)

    obj ORA_JAVA. JOBJECT) IS

    BEGIN

    args: = NULL;

    NYI. CALL_VOID_METHOD (FALSE, obj, "demo/get_info", "expect", "(V)", args);

    END;

    -Method: wait (JI) V

    PROCEDURE to wait)

    obj ORA_JAVA. JOBJECT,

    NUMBER of a0,

    The a1 NUMBER) IS

    BEGIN

    args: = NYI. CREATE_ARG_LIST (2);

    NYI. ADD_LONG_ARG (args, a0);

    NYI. ADD_INT_ARG (args, a1);

    NYI. CALL_VOID_METHOD (FALSE, obj, "demo/get_info", "expect", "V (JI)", args);

    END;

    -Method: equals (Ljava/lang/object ;) Z

    FUNCTION is equal to)

    obj ORA_JAVA. JOBJECT,

    A0 ORA_JAVA. JOBJECT) RETURN BOOLEAN IS

    BEGIN

    args: = NYI. CREATE_ARG_LIST (1);

    NYI. ADD_OBJECT_ARG (args, a0, ' object java/lang / "");

    BACK TO JNI. CALL_BOOLEAN_METHOD (FALSE, obj, "demo/get_info", "equal to", "(Ljava/lang/object ;)) Z', args);

    END;

    -Method: toString () Ljava/lang/String;

    FUNCTION toString)

    obj ORA_JAVA. JOBJECT) RETURN VARCHAR2 IS

    BEGIN

    args: = NULL;

    BACK TO JNI. CALL_STRING_METHOD (obj, "demo/get_info", "toString", "() Ljava/lang/String"; FALSE, args);

    END;

    -Method: hashCode () I have

    FUNCTION (hashCode

    obj ORA_JAVA. JOBJECT RETURN NUMBER) IS

    BEGIN

    args: = NULL;

    BACK TO JNI. CALL_INT_METHOD (FALSE, obj, "demo/get_info", "hashCode", ' () I ", args");

    END;

    -Method: getClass () Ljava/lang/class;

    FUNCTION getClass)

    obj ORA_JAVA. ORA_JAVA RETURN JOBJECT). JOBJECT IS

    BEGIN

    args: = NULL;

    BACK TO JNI. CALL_OBJECT_METHOD (obj, "demo/get_info", "getClass", "() Ljava/lang/class"; FALSE, args);

    END;

    -Method: notify (V)

    Notification PROCEDURE)

    obj ORA_JAVA. JOBJECT) IS

    BEGIN

    args: = NULL;

    NYI. CALL_VOID_METHOD (FALSE, obj, "demo/get_info', 'prevent',"(V)", args);

    END;

    -Method: notifyAll () V

    PROCEDURE notifyAll)

    obj ORA_JAVA. JOBJECT) IS

    BEGIN

    args: = NULL;

    NYI. CALL_VOID_METHOD (FALSE, obj, "demo/get_info", "notifyAll", "(V)", args);

    END;

    BEGIN

    NULL;

    END;

    Now, I want to call the o/p of the Java programe in the oracle text element. Please help me. It is very urgent. I'm not good in Java.

    It is all explained in http://fdtool.free.fr/forms-pjc-bean/first-bean/first_bean.pdf

    In essence, you need:

    -a Java class that extends from oracle.forms.ui.VBean where you must implement getProperty, as stated in article method

    -a unique property of your choice name

    -forms of type point area of bean that should be visible and on a canvas

    -you could then call your method using get_custom_property (, 1, )

    Just adapt the example comes from the tutorial above. You can of course also use the FBean package so you will not need to extend kifani but simply to any class that extends from container. As a first step, maybe you must redo the complete tutorial to get a handle on the how and the why.

    see you soon

  • import java class of forms 6i

    Dear people
    I want to import the very simple java class of forms 6i, I went to programs then I choose to import java classes and then it gives me the error THAT BDP-UJ1001 could not create the Java virtual machine.

    Please tell me how to solve the problem.
    Yasser

    This option only works for the deployed Web Forms 6i version. Who does not work with C/S mode, because the C/S mode does not use Java at all.

    François

  • I need to convert programs written in Labview 8.5 in Labview 2012 when I want to run these programs in 2012 of Labview VI?

    I have VI moreover written in Labview 8.5. These programs can work well in labview 8.5.  Should I convert these programs VI Labview 2012 when I want to run these programs in 2012 of Labview? Thank you.

    LabVIEW 2012 can open the screw of from 6.0.  But if you save them in 2012, you need to perform a "save for precedent" to get back them to 8.5.

    This resource may be useful:http://www.ni.com/white-paper/8387/en

  • ERROR when executing the sample program (AuthenticationSample.java)

    Hello

    I have generated a proxy file by following the steps provided in http://docs.blackberry.com/en/admin/deliverables/49270/index.jsp?name=for+Java+developers+-+Getting+...

    And when I try to run the sample program (AuthenticationSample.java)
    I got an exception. Kindly help me in this regard. Thank you.

    Some things to note:

    Version of Apache CXF: 2.6.10

    CLIENT_VERSION is set to 1.1 (WSDL version)
    Private final static String CLIENT_VERSION = "1.1";

    Whole JOURNAL:

    Authentication of the 30:02.064 try BlackBerry Administration Service
    30:02.069 initializing web services...
    before 30:02.069 setup()
    30:02.070 initialization BWS web service stub
    12 sep, 2013 14:27:31 org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
    INFO: Creating Service {http://ws.rim.com/enterprise/admin} BWSService to class com.rim.ws.enterprise.admin.BWS
    30:04.917 BWS web service stub initialized
    30:04.917 BWSUtil to initialize web service stub
    12 sep, 2013 14:27:33 org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
    INFO: Creating Service {http://ws.rim.com/enterprise/admin} BWSUtilService to class com.rim.ws.enterprise.admin.BWSUtil
    30:06.042 initialized BWSUtil web service stub
    Input 30:06.081 GetAuthenticator()
    30:06.081 call _bwsUtil.getAuthenticators ()...
    30:06.533..._bwsUtil.getAuthenticators() returned 'SUCCESS.
    30:06.534 execution time: 0.0000 seconds
    30:06.537 application UID: 1e942819-fc5b-4274-899a-0c716fc8b41e
    output 30:06.537 getAuthenticator() with the object of the authenticator (the name "BlackBerry Administration Service")
    Input 30:06.537 GetEncodedUserName()
    30:06.538 call _bwsUtil.getEncodedUsername ()...
    30:06.550..._bwsUtil.getEncodedUsername() returned 'SUCCESS.
    30:06.550 execution time: 0.0008 seconds
    30:06.550 ask UID: a819935f-871a-4dc6-a075-7a54c3e426c6
    Exit 30:06.550 getEncodedUserName()
    Setup() Exiting 30:06.551 with the value 'true '.
    30:09.023 authenticated attempt BWS echo() call...
    before 30:12.109 echo()
    30:21.638 call _bws.echo ()...
    12 sep, 2013 14:28:01 org.apache.cxf.phase.PhaseInterceptorChain doDefaultLogging
    WARNING: Interceptor for {http://ws.rim.com/enterprise/admin} BWSService #{http://ws.rim.com/enterprise/admin} echo threw exception, relax now
    org.apache.cxf.interceptor.Fault: could not send message.
    to org.apache.cxf.interceptor.MessageSenderInterceptor$ MessageSenderEndingInterceptor.handleMessage (MessageSenderInterceptor.java:64)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:565)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:474)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:377)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:330)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:136)
    to $Proxy44.echo (Unknown Source)
    at com.rim.enterprise.admin.HelloWorld.AuthenticationSample.echo(AuthenticationSample.java:222)
    at com.rim.enterprise.admin.HelloWorld.AuthenticationSample.demonstrateBwsSetupAndAuthenticatedCall(AuthenticationSample.java:557)
    at com.rim.enterprise.admin.HelloWorld.AuthenticationSample.demonstrateBlackBerryAdministrationServiceAuthentication(AuthenticationSample.java:460)
    at com.rim.enterprise.admin.HelloWorld.AuthenticationSample.main(AuthenticationSample.java:416)
    Caused by: org.apache.cxf.transport.http.HTTPException: HTTP 401 response: not allowed ' when communicating with https://bes101.blrresearch.com:38443 / business/admin/ws
    to org.apache.cxf.transport.http.HTTPConduit$ WrappedOutputStream.handleResponseInternal (HTTPConduit.java:1626)
    to org.apache.cxf.transport.http.HTTPConduit$ WrappedOutputStream.handleResponse (HTTPConduit.java:1537)
    to org.apache.cxf.transport.http.HTTPConduit$ WrappedOutputStream.close (HTTPConduit.java:1445)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:660)
    to org.apache.cxf.interceptor.MessageSenderInterceptor$ MessageSenderEndingInterceptor.handleMessage (MessageSenderInterceptor.java:62)
    ... 12 more
    30:42.951 failed to authenticate with the web service BWS
    30:44.370 Exiting echo() with the value "false".
    authenticated 30:45.779 call failed!
    30:47.167
    Out of sample.
    Press Enter to exit

    The error comes down to a 401: unauthorized.

    You try to use the BOTTOM or information identification active directory? Could you put the code snippet used to choose the authenticator?

  • SQLdeveloper said when at the beginning of navigation in C:\Program Files\Java\jre8\bin: "cannot find a Java SDK SE to the path C:\Program Files\Java\jre8\bin.

    SQLdeveloper said when at the beginning of navigation in C:\Program Files\Java\jre8\bin: "cannot find a Java SDK SE to the path C:\Program Files\Java\jre8\bin.

    Runs as an administrator.

    I'm administrator of my PC with Windows 7 64 bit.

    Installed the Java jdk-8u11-windows - x 64 .exe.

    You're VERY close - just remove the part "\bin".

  • Is it possible to create stand-alone programs of java with java ME 8

    Hello

    Java ME compare to java SE, I feel that midlets are similar to applets.

    When you work with java, I generally stand-alone programs.

    Now, I wonder if it is possible to also create stand-alone programs for java ME, if classes are only using java ME API.

    I already noticed that netbeans does not build a project that does not contain a moped, but perhaps, it is possible to create a jar file

    using the command javac and jar. Or y at - it specific a reason why netbeans does not generate a project without midlets?

    The reason for the request is that I often make small tools in java that ae so called from a script of linux. I guess this could be useful on the invoice pro forma raspberry as well.

    Thanks in advance

    Jef

    Hi Jef-

    Java ME compare to java SE, I feel that midlets are similar to applets.

    Sort of - similar life cycle methods - if on a conceptual level, Yes.

    Now, I wonder if it is possible to also create stand-alone programs for java ME, if classes are only using java ME API.

    In a way, Yes. If you build a project, you will notice a file JAD and JAR files in the project's dist directory.  JAD is the descriptor to a MIDlet - in mobile devices, the JAD

    file is loaded first to determine if the MIDlet has enough privileges to load and run, before the corresponding JAR file is downloaded.

    However, the JAD file can also be included in the manifest of the JAR and copied to the device manually embedded JAR and run there.

    I already noticed that netbeans does not build a project that does not contain a moped, but perhaps, it is possible to create a jar file

    using the command javac and jar. Or y at - it specific a reason why netbeans does not generate a project without midlets?

    You can create JAR files and include them in embedded Java ME projects, but just like cmdlets, use the system (EMS) demand management IP of raspberry, you have a moped to run.

    Perhaps mean you that you do not want to launch the AMS and load a moped from the command line on the invoice proforma?

    If so, take a look at this section of the Getting Started Guide for the Raspberry Pi.

    Tom

  • Import java.util.class

    Hey,.

    I write a Web site in Dreamweaver and try to get the hour UTC/GMT in a javascript file.

    Been trying to use: but none work.

    importjava.util.Calendar;

    importjava.util.TimeZone

    Any tips? Do I need to connect in my html code? Dreamweaver does not recognize the command "import", said


    Thank you

    JAVA (Oracle) is not the same as JavaScript. 2 completely different things.  See the links below for examples of JavaScript.

    UTC & GMT

    http://StackOverflow.com/questions/8047616/get-a-UTC-timestamp-in-JavaScript/15012173#1501 2173

    http://StackOverflow.com/questions/489581/getting-the-current-GMT-world-time

  • Simple program of java which has a few errors

    Greetings to everone

    I've been fiddling around with some pseudocode and thought about using it with java, see according to the codes, and it found essentially if the number is even.
    import java.util.*;
    import java.io.*;
    
           public class modulo
    
     {
          Scanner readone = new Scanner(System.in);
          int num1;
          System.out.println("Please enter a number:   ");
          num1 = readone.nextInt();
       
          public static void main(String [] moD)
    
      {
            
            int num2 = num1 %2;
       
                 if(num2 ==0)
              { 
                   System.out.println("The inputted number is even");
              }
       }
    
    
    }                                                                                         
    
     
    Errors that I receive, I have in mind is that variables and scan must be declared in the main Sub, please correct me if I'm worng guyz

    modulo. Java: 9: <>identifier expected
    System.out.println ("Please enter a number :");
    ^
    modulo. Java: 9: illegal departure of type
    System.out.println ("Please enter a number :");
    ^
    modulo. Java: 10: <>identifier expected
    NUM1 = readone.nextInt ();
    ^
    3 errors


    Yours sincerely

    Thank you
    Hamad

    put everything in hand.

  • Can not run the program "keytool": java.io.IOException

    Hello

    I would like to follow the procedure to change the password
    glassfish server hosting APEX earphone
    using the change key word subcommand of past, but the keytool utility
    not found:

    GlassFish@ahost:/opt/glassfish3/GlassFish/Domains/mydom01/config >/opt/glassfish3/bin/asadmin
    / opt/glassfish3/bin/asadmin
    Use "exit" to exit and online 'help' for help.
    asadmin > change of master-password mydom01
    Enter the current password > changeit

    Enter the new password > changedit

    Re-enter the new password > changedit

    Can not run the program "keytool": java.io.IOException: error = 2, no such file or directory
    Past change key word command failed.
    asadmin >
    Multimode command failed.
    GlassFish@ahost:/opt/glassfish3/GlassFish/Domains/mydom01/config > what java
    / usr/bin/Java
    GlassFish@ahost:/opt/glassfish3/GlassFish/Domains/mydom01/config >

    Glassfish entire works well outside it.

    keytool could be found in/usr/java/latest/bin/keytool.

    We need to have that in the path? There is no requirement in the
    Installation Guide for this, nor did the RPM installation adjust the system
    path accordingly.

    I hope someone can tell my how things should be in regards to keytool?

    Thank you, Tom

    Hi Tom,

    the procedure to change the password for the listener of glassfish server hosting APEX

    ... more like a topic related to GlassFish for me. I guess you will get the best answers to these questions in a GlassFish related forum...

    For what it's worth, I'll try my best even when:

    Can not run the program "keytool": java.io.IOException: error = 2, no such file or directory

    This seems to be a pretty clear error message: keytool , which probably is used to manage keys for users of GlassFish, was not found. This means, you are either running on an operating system that is not officially certified for GlassFish, or you GlassFish has not been configured correctly.
    You have run

    GlassFish@ahost:/opt/glassfish3/GlassFish/Domains/mydom01/config > which java
    / usr/bin/Java

    ... which means that you assume your GlassFish runs without being set JAVA_HOME. If that's true, I'm install you GlassFish correctly from this setting.
    Anyway, you have also discovered that

    keytool could be found in/usr/java/latest/bin/keytool.

    ... that is not + / usr / bin + and probably not in the way of global search of the user on whose behalf your GlassFish is running. Then, you can either create a link [*] for c++ / usr/bin/keytool + do (finally) to + / usr/java/more late/bin/keytool +, or you setup JAVA_HOME to be + / usr/java/last +.
    [*] Note that depending on your operating system, there may be more than one stage of indirection, for example my Ubuntu a + / usr/bin/java + pointing on + / etc/alternatives/java + which points on + / usr/lib/jvm/java-6-Sun/jre/bin/java + where + / usr/lib/jvm/java-6-Sun / + points to the directory containing the real JDK to use. You will probably find something like this on your system. My Ubuntu box has a link for + / usr/bin/keytool +, so I get when running "what keytool.

    We need to have that in the path? There is no requirement in the installation guide for that, nor the RPM installation has adjusted the path system accordingly.

    Again, this is not a forum of GlassFish.

    I hope my advice helps you solve your problem. If they are not, please choose the appropriate forum for your next post on this topic. And I guess, giving additional information about your OS and how you manage your JDK (and which version you use) help people here to help you.

    Thank you

    Udo

  • Where can I import java.lang.exception of?

    Hello

    I created my first web service stub and have successfully imported it in Oracle Forms 10 G.

    I get a java error but I can't manage because I did import java.lang.exception.

    I searched the web and found many places where it is said you need to import it, but I can't find anywhere that tells me where to import it from. I don't see in my java importer menu so I guess I should add its location to my class path.

    Any help to the location of this is greatly appreciated.

    Thank you
    Glenn

    It works for me:

    http://Groundside.com/blog/DuncanMills.php?title=exception_handling_in_forms_java_integra&more=1&c=1&TB=1&pb=1

  • What should I do when I can communicate with my instrument NI MAX through other programs, but not of LabVIEW?

    Hi all, this is a question that I had a few times before in one form or another.

    I use a Boxcar Integrator (245 SRS is the interface) for my experience. I connect to it via GPIB using my Agilent GPIB/USB interface. My program runs in LabVIEW, and I used it successfully in the (very recent) past.

    However, sometimes if I get LabVIEW or something, some weird stuff starts past trying to connect to it. For example, after the LV exit and go back to the top and any attempt to run my program, it throws the error:

    Error 1073807339 has occurred in the CITATION read in OR_Boxcar_ReadAnalogPort3.vi-> OR_Boxcar_SimpleTest.vi

    Possible reasons:

    VISA: (Hex 0xBFFF0015) timeout expired before the operation is complete.

    Which essentially means that he cannot connect for some reason or another (don't worry, I'm on the right GPIB address).

    So I go to equivalent NI MAX or Agilent (Keysight connection Expert), proceed to part communication from VISA to either and manually, connect with the machine. And it works! If clear my computer is communicating with the machine at this point, but not of LabVIEW.

    This could be the cause, and what I might try? Thank you!

    Oh shit, I forgot about it! I solved the problem, it was actually a 'me' problem is not a problem of LV. Even my solution would not be to help someone else who finds it. I was trying to read from my instrument, but it is in synchronous mode, so it generates an error if you try to read her when a data point has not been loaded in its buffer. I did something unusual, so it was not a point of data loaded into its buffer.

  • Programming USB stick using LabVIEW

    Hi, I want to read the names of files in the USB that I inserted into my usb port using LABVIEW. Can someone tell me how to write a program VI for that? Thank you!

    Just use the file from the list (or recursive list of files). No different than a list of files of any other player.

  • Create a unique standalone program that requires no Labview

    Literally, I spent all day following the tutorials on how to generate a new installer from the directory of projects

    I watched several videos and read all the comments in the forum that I could find

    I generated an executable file

    But now I have a list of vi which are not included

    I'm sure that these were in the project file

    Any advice on how to proceed would be greatly appreciated

    errors are a long list of sup of VI that he can't find

    But the program works in LabView

    I have included an attachment

    I'm a newbie at this and man is this frustrating

    I think what Daikataro said, it's your problem
    to check this open your main vi non-project (not from within the project)
    then use the toolbar menu to create the new project and continue to make the stand alone project
    and check if it solves your problem

Maybe you are looking for

  • Portege M400-103 starts very slowly

    My new M400-103 seems slow. I have another unit & even though it was a solo processor it still compares favourably in speed for example starting up my new machine.I saw that part of the problem may lie with all programs util that Toshiba load in stan

  • Satellite C55 - A - 1 H 9 - RAM upgrade

    Dear friends, I am owner of a Toshiba Satellite C55 - 1 H 9 and I want to update it's ram. The problem is that I can not understand how to remove the rear panel. As I saw on the videos I twisted the screws then just tried to remove the Panel gently,

  • Time-out in the structure of the event

    Hello I try to configure the time-out period in the structure of the 5s event using the loop, as shown in the picture as an attachment. The problem is that this time-out event occurred only when I code debugging and does not happen when I run the sam

  • Want 5530: problems with the scan from the printer

    Hello I only just bought a 5530 want all-in-one printer and it gives me problems from the outset. It installed fine, but when I try to scan from the printer to the computer I get the following window will appear on the computer: Which I think should

  • my windows 7 laptop dv-6 hp cannot install my kodak esp1.2 printer

    It is said wsd printer driver not found. What can I do, pls?