Jump to content

Sharon_

Members
  • Posts

    104
  • Joined

  • Last visited

Posts posted by Sharon_

  1. Hi friends,

    Is there a way to read the value of excel cell color in LabVIEW?

    I read some posts on ni.com forum but I could not download any attachments- I'm getting some error.

    Thanks for your time...again !!!

    :worshippy:

    Sharon

    Found it..

    Thanks,

    Sharon :thumbup1:

    Sorry. Forgot to attach the image............

    post-16569-0-14774100-1331876335.jpg

    • Like 1
  2. HI jgcode,

    I tried running the open VI ref with only the VI names placing inside the main VI folder- there is no problem in execution.

    But assuming if 1)I have a statemechine with 5 states and I place 5 subVIs inside every case to execute it

    2)If I use dynamic VI calling to implement the same structure using dynamic VI calling - will there be any advantage in terms of memory usage if I use only the VI name for Open VI ref?

    I want to ask this 'coz while creating application.exe I had to include all the VIs to execute the Main VI? :oops:

    Thanks for your time..!!!

    Sharon :worshippy:

  3. Hi friends,

    I want to call 'n' VIs dynamically in a loop. I am wondering if we can call the VIs without giving the VI path information?

    For instance in the picture shown below..

    post-16569-0-45469100-1324623167.jpg

    1)Is there a way to pass information of the VIs to the Call by Reference Node without using Open VI reference?

    I dont want to use Open VI reference 'coz it is asking for VI's path details?

    2)Is it possible to pass the ref value from a "VI" containing all the VI as shown below? :thumbup1:

    post-16569-0-54908100-1324623142_thumb.j

    3)If it is possible, what are the pros and cons ? :rolleyes:

    Thanks for your time..!!! :D

    Regards,

    Sharon :worshippy:

  4. Hi

    Do you mean something like this ?

    post-7256-0-08185100-1314781613.jpg

    Is this is the type of thing you want to do ? I was not sure.

    If it is, then when you open the custom menu editor you can just use the up, down, left, right arrows at the top to move & indent your menus.

    If this is not what you mean just ignore me :-)

    Dannyt

    OOps..yes.. Thanks... :lol:

  5. Hello,

    I wrote a small labview program to check the temperature. As soon as I added a Case structure with "False" case on it, my program is disappeared and doesn't display my labview program. Please help

    Thanks

    CVN

    Hi CVN.

    Can you attach your VI to the post?

    Regards,

    Sharon

  6. I don't have it right of front of me, but you 'should' be able to popup on the io constant and select which class i.e. DO.

    Hi friends,

    Everything is fine now- I just needed to install DAQmx 9.1.7 software that came along with the USB module. But Ia m sure I already had DAQmx on my machine.. I dont know what happend.. unsure.gif

    Anyway it is working now.

    Thank you for your comments and suggestions..!!!

    Sharonworshippy.gif

  7. Did you check the manual? - DAQmx will definitely work.

    The drivers are free and should be included with the device or can be downloaded from NI's website.

    Hi jgcode,

    When I first connect the device it shows..

    post-16569-0-56257300-1311592721_thumb.j

    Then if I press enter it opens a panel something like...

    post-16569-0-62352000-1311592768_thumb.j

    In my LV application I can see the device id.but I dont know how to proceed further..

    post-16569-0-49422500-1311592940_thumb.j

    Sharonthrowpc.giffrusty.gif

  8. HI,

    I am developing an android application where I want to use my labview application algorithms. I just downloaded C code generator but I dont know how to use it-- when I created ".so" file using the generated .c and .h by cygwin there was no error.

    But when I run it on my mobile I am getting some error.

    I tried simple 'add' code/

    C=A+B

    How to generate C Code to use it in eclipse.?

    Thanks for your time..!!!

    Sharon

    post-16569-0-34179500-1309336322_thumb.j

    MY Android code

    post-16569-0-51851700-1309336551_thumb.j

  9. Hi friends,

    Our engineers have developed Labview applications to access/control systems via Bluetooth.Is it possible to build LV application so that it can be accessed from anywhere in the world to configure a system ?. Say, I am in Italy and I want to use the LV application developed in UK but without installing LV Runtime Engine on my laptop. Or I may even tell someone to configure the system who may not be our engineer. How do I implement this?

    It should be some kind of webserver VI and the application should be able to access the local bluetooth module(just like an executable but already installed on a server)rolleyes.gif Am I asking too much from NI? wub.gif

    Regards,

    Sharon

  10. This issue could be one or a combination of a bunch of things: can you upload your code for us to take a look at?

    Hi crelf,

    I have uploaded a screenshot of one case, where I read webpage element and compare the value with the expected. The other cases look similar to this case. I am using producer consumer architecture in the application -coz I don't want to miss any inputs by the user.Also I have a lot of statemachine for different tests. If I dont execute the webpage testing statemachine the 'quit' is executed within 1 or 2 secs otherwise it waits for more than 6 sec . frusty.gif . Could this be a problem with queuing and dequeuing? But after the webpage test execution , when I press quit button, I see that 'Quit' appears on the queue instantly.

    post-16569-0-00540600-1306986166_thumb.j

    Sharon unsure.gif

  11. Hi friends,

    I am doing webpage testing using LabVIEW. But the problem is my CPU memory increases as I load webpages. It also affects my application's response time to stop or close it.

    So I want to clear memory every time I finish one testcase. But I dont know how to do it. wacko.gif

    Please help..!!!

    -Sharon worshippy.gif

  12. Under the category "Additional Installers", toward the bottom, is NI-Serial. Is NI-Serial checked? This will include the serial drivers with your installation kit. You would have to manually install the serial drivers otherwise.

    Tim

    Hi,

    I vcould not find any Ni-Serial but there is an option to install NI-Serial 3.6.0. But if check it it is asking me for the device driver CD. Is it hat we want to install..? But I have already installed all the drivers on my laptop right..?

    post-16569-0-26224100-1305005187_thumb.j

    post-16569-0-12693300-1305005199_thumb.j

    ahh.. it is confusing...

    Sharon

  13. Did you install the serial drivers with your application? They can be included in the installation, but won't install by default.

    Tim

    It does not work. I just created a sample VI just to test Serial port.

    post-16569-0-49433000-1304932747_thumb.j

    And I created an installer from Build Specifications--> Installer

    post-16569-0-83568200-1304932799_thumb.j

    It did create an installer about 127 MB file. When I install it, the installer is to create a folder called VISA in program files folder. But there is no folder at all.

    unsure.gif what is this problem.

    Sharon

  14. Assuming you've actually included the exe in your installation (I know, that's an obvious one)... a couple thoughts:

    What happens if you run the installer on the same machine you built it on? Can you find the folder or exe then?

    Any chance the folder you're installing to is set as "hidden", so it's really there but you just can't see it??

    Hi Cat,

    Now I am able to create installer files. But Serial VISA resource 'refresh' is not working.frusty.gif

    The application is for reading/writing modbus registers thru' COM Port. Our people use usb-serial converter- so we don't know the virtual COM port number.

    What is wrong with my application? throwpc.gif

    -Sharon

    P.S: I have tried all these things in CVI/Labwindows but not in LabVIEW. So I am not sure about the problem unsure.gif Thanks

  15. Hi,

    I created an installer file to install my labview application on another machine.

    The installer file runs and installs the application but after installation if I go to the path there is no such folder as shown while installing. And I am not able to locate the exe file.

    But it is shown in 'programs and features' where I can only uninstall the application. What kind of problem is that?

    Is there anyhting wrong with my project settings?

    Please help..!!!

    Sharon

    P.S: I can create and run .exe file directly from 'Build specifications'.

  16. Hi friends,

    I am asked to develop some applications for PDA devices. I would like to the difference between LabVIEW PDA toolkit and the LabVIEW mobile Module. I tried to install LabVIEW PDA on my laptop but I see there is only LabVIEW Mobile Module available in the disc( LabVIEW 2010).

    Does that mean there is no more LabVIEW PDA and NI has added the features of LabVIEW PDA in the Mobile Module?

    Please help..!!! I need to buy a license for that.

    Thanks for your time..!!

    Sharonrolleyes.gif

  17. Hi friends,

    I have a case structure with 'Read and Write data' SubVIs. I want to read data(thru' ethernet port) while writing serial port data. This is to be done simultaneously.

    I mean I want to set the property of the Write data VI to ' always run' and move on to the next case structure to read data from Ethernet port. In my application Write data is stopped before running the Read VI, in which case, I get incorrect values.

    How to change the 'Write data' VI's property to continuously run until I reset the property?

    Thanks

    Sharon

×
×
  • Create New...

Important Information

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