Jump to content

spaghetti_developer

Members
  • Posts

    111
  • Joined

  • Last visited

Posts posted by spaghetti_developer

  1. Hi to all,

     

    I'm able to see a SubVI front panel in a Main front panel using a SubVI object and inserting it into the object.

    I have been wondering if I can do the same launching an executable file and looking its user interface inside a main executable, both built using the LabView application builder. Have you ever done a work like this? Have you an idea to advise me, that can help me?

     

    Thank you all

  2. What? It is still supported in LV2014. What version of LabVIEW are you using?  :shifty:

     

    I'm using the LV2014 and its every previous version, in LV2014 if you want to use the stacked sequence you have to select a flat sequence from the functions palette and transform it into a stacked sequence. The NI advises to don't use the Stacked Sequence because it is obsoleted and deprecated. I would like that my code survives through the future LabView versions.

  3. Hi guys,

     

    It's long time that I don't ask you an help, but this matter starts to make me crazy. By the scripting I can create a flat sequence on the BD, I'm able to create an invoke node (FP.Close) and I can insert into the flat sequence that invoke node but, I'm not able to wire the sequence to one button just to give a flow to the diagram. Can anyone help me?

     

    Thank you in advance.

  4. I know that NI don't want to give the CLA too easily but anyway, they have to give the possibility to pass that exam to everyone want to improve theirs certification. Moreover,  they have to give the materials to help people to prepare himself to be able to pass it.
     
    I think, nobody can pass an exam without books or materials where he can study which  teach him how to pass the exam.
     
    Never mind, I will try anyway to pass the exam and I hope I will write here about my success.
  5. Hi guys,
     
    It's the moment for me to migrate from LV2010 to LV2012 therefore I searched a tool to migrate the shortcuts, I have already created (in several years of usage) on the quick-drop function, between the two version of Labview. Does anyone know if there is a tool that can migrate these shortcuts? Does anyone know if it is enough to move a configuration file? Which configuration file has to be moved?
     
    Thx.
  6.  

    @rgwagner:
     
    What do you mean?? 
     
     
    The addresses of the instruments are set 10.0.0.XXX mode. Can this produce issues?
     
    I have changed the subnetmask of a secondary LAN board and it seems it works well, but I'm not sure it was the problem.....
    I would like to be able to address the LAN board such as I can do via VISA. Do you know if I can address the LAN board which I want use on the TCP/IP functions?
  7. Hi Guys,

     

    I'm back again.....

    I'm developing a software which talks to many devices using the TCPIP connection. On the PC where the software will work there are two lan boards. One is used to talk with the instruments and the other one will be used for other porpouse. Both are needed.

    Now the issue: using the TCPIP connection I have many problem on getting the connection to the devices. I don't have the same problem if I use the VISA. The only difference I can see between the two systems is that while I can choose the board where I want to open a connection on the VISA driver I can't do the same when open the coonection with the TCPIP. Do you know if there is a method to choose the LAN board to use before opening the connection on TCPIP?
  8. Now that I read your post again: I assumed you are talking about a picture where some areas are empty (100% transparent or more specifically non-existing!).

     

    It is exactly what I'm doing... and what I'm looking for....

     

    I'm also using Paint.NET(very nice software) to customize my piicture....

    Awaiting someone who knows if it is possible to do....

  9. Hi guys,

     

    I have done a function that would work with the QuickDrop window. The funcion has to be a plugin. The problem is that even though on the ShortCut list of the QuickDrop window the function apears the window doesn't call the function. I tell this because I set a break point into the function and the code doesn't stop and do nothing!

     

    I have tested the function calling it from an external VI and it seems working well.

     

    Is there to set a special property on the VI to let it to work with the QD?



    Ok... It is resolved... It was enough to close and open labview again!!!!!

  10. Ok... guys,

    I understood! The mistake was to try to get the selected controls from the FP of the VI where there was the code. It was enough to call the code as subvi from an external vi passing the reference of the vi where there were the selected controls using the "open vi reference" function. And the code started working!



    Thank you YAR for the advice!

  11. Hi guys,

    In order to get the selected controls of a FP, I thought to use the SelectList property of the panel of the FP. But, even though I have many controls selected before running the VI, the property doesn't return the references of the selected controls. It returns an empty array of references. If this property doesn't do what I was expected it have done, how can I get the selected controls of a FP before running the VI? Or How can I get the selected controls of a FP which is not running?

  12. Thank you anyway, I've resolved the porblem. It was very simple. My mistake was that I didn't see the "Terminals" property of the property node I was trying to connect the "property node" directly to the wiring unvoke node of the scriping.

    It was enough to pass to the invoke create wiring of the VI scripting the right treminal of the property node I had created.

    post-15713-0-93590300-1382949464_thumb.p

  13. Hi hooovahh,

    Thank you very much for your support in this matter. I was able to add the invoke node to the diagram but after a valuation of the code I prefered to add the  property node "FP.Open" than the "abort VI" invoke node. This allows me to close the VI windows without saving it instead of just stop it. Now, the problem is that I'm not able to connect the terminal of "FP.Open" to a specific boolean which is already connected to another terminal. Please, have you got an example of how to coonect a property node terminal to another terminal, such as a constant or so on?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.