Jump to content

Sharon_

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by Sharon_

  1. 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'.
  2. 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..!! Sharon
  3. 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
  4. Hi hugo_fr, Thank you. This is what I want to do. Hi Ben, Your link was too much for a beginner like me to understand. But someday I will learn it. AFUN1(input)--->{SubVI contains a front panel element called AFUN1}--->(output) value of AFUN1 Input_Label(Label_A)---> ----> Output_Value(Value of Label_A) Thank you all..!!! Have a nice weekend..!!! Sharon
  5. Antoine, Thanks for the VI . My problem is, I dont want to create an array of Indicators I am using on the front panel. I want my VI to search for it automatically and output the value. AFUN1(input)--->{SubVI contains a front panel element called AFUN1}--->(output) value of AFUN1 -Sharon
  6. The first line should be read as: I have a subVI to which the input is one of its indicators name. Sorry for the typo.
  7. Hi all, I have a subVI to which the input of its indicators name. The output of the subVI should be the value of the indicator. How do I search/match Label names and get the output? For e.g: My main VI is designed to give 'AFUN1' as input and expects an output from the subVI. Thanks for your time..!!! Sharon
  8. Hi all, In my VI , I have a 'Tab Control' and if I press enter key ( e.g :Automatic Testing) - the control goes to some other page( Manual Control) in the Tab Control. But I want to stay on the same page. How do I configure it? Thanks for your time..!!! -Sharon OKay..I found it. We just need to go to properties of the page control to configure it. I was looking for the options in 'VIEW' menu. -Sharon
  9. Hi Shaun, Thank you for the link. I am finishing my project..!!! Regards, Sharon Hi Shaun, Thank you for the link. I am finishing my project..!!! Regards, Sharon
  10. Hi all, Those pop up menus are not generated from my labview application. I am loading a webpage into Labview for testing some buttons. I can call the button's call back function using labview+Javascript method. Since the test is to be carried out fully automatically I need to press Ok to go ahead. I can change my webpage parameters and do everything what I want but I dont know how to click this 'Ok' because the function is something like this: if(!confirm( "Are you sure")) return; And I dont know how to bypass it. Thanks, Sharon
  11. Hi all, How to write Labview code to automatically click 'Ok' button (or Press Enter button) assuming that tab control is on OK? For instance I have a Popup menu something like this: I just want to press the 'Enter' key here... -Sharon...
  12. Hi Phillip, Yes you are right. But Is it possible to read AJAX strings in LabVIEW.? I am reading 'AJAX for the Absolute beginner' now aah.. .I think I need a lot of time to understand how things work..uff I found some posts related to AJAX in LabVIEW - but not very useful.. Sharon
  13. Hi friends, I am developing a VI to test webpages.The webpage is just like our LabVIEW front panel with LED indicators and button/slider controls. I have simulators to see the changes on the pages. But what happens is, there is no the change in html Source Code. If it is not changing then how am I going to parse the page and get the results? Or Am I looking at the wrong data? Isn't it source code? For instance: For this case, the source code is : primary.html For this : Source code: standby.html There is absolutely no difference between these two files.. And I have no idea about web page technologies.. Please help..!!! Thanks for your time..!!! Sharon
  14. Hi all, Is it possible to change values of front panel control while Dialog pop menu is active? I mean without clicking 'OK' button of the dialog menu and wait for it to disappear. I am using 'One button Dialog' function. I am developing automatic testing with dialog menus - sometimes I need to change to change my front panel values. Thanks for your time..!!! -Sharon
  15. Hi Mike, Yeah...it works.. Yes it does. Thank you very much... -Sharon P.S: for other junior Labview developers. the '?' symbol could also be followed by ".html"-(for eg: http://abc.com/read.cgi?page=templates/admin_masterconfig.html&Sharon=12) in that case we will use only '&' symbol like "&random=xxx" not one more '?random=xxx'- it will show an error.
  16. Hi friends, I am developing a LV application where I load webpages in Labview and I test the LED/Slider bars of the webpages. I can change the values of LEDs and other indicators thru' a simulator. But the changes are not reflected in the webpage because my Labview browser is loading the previous page(from memory..?!). I tried 'Refresh' invoke property- didn't work. Is there a way to clear memory and load the webpages? Thanks, Sharon
  17. Hi all, Yeah. It was some kind IT virus.. Everything seems to be okie today. I took half day leave because of this problem, yesterday.. Thank you all..!!! -Sharon
  18. Hi all, I have been developing some applications in LV 2010. I have a lot of backup files on our server . Suddenly all my VIs have been rolled back to very old version(date) of my application. It is opening the same old- (' template' )VI again and again no matter which file I open. This problem is driving me crazy. It is LV or some kind of Virus? Is there a solution for this? Please help... Sharon
  19. Hi Shaun, Your Vi is very useful in loading the webpages.My next step is to click the button shown on the webpage. I know that I need to use some events like 'OnClick'. But I dont know how to use it with the functions inclusded in the VI. If I simply add onclick event- my labview crashes. Or does the functions mentioned in the attachment VI support only for browser related events(whatever we in the property window)? Could somebody help me...!!!? Thanks for your time..!!! Sharon.
  20. Hi Antoine, I tried but the scale is still 1 to 65, though the value are invisible. I would like to see if it possible to get the y axis values(1,2,64 and 65) with a uniform spacing. Thanks for your time..!!! Sharon.
  21. Hi bbean, Your VI just works great. Thank you very much for sharing it with us. -Sharon
  22. Hi , Is it possible to have discrete values on Y axis? I mean the values like---- 1 2 63 64. . I would like to have something like this.I am not interested in other values. 65 | 64 | 2 | 1 | ________________________(x --->) I browsed thru' all the examples given and tried some property values. Nothing worked.
  23. Thank you..!!!
  24. Hi friends , I have a simple while loop with a 'Wait' function ( 20sec) placed in it. How do I read the elapsed time say every sec ? My indicators get updated only after the delay- no matter what timer function I use. Is there another way to implement this? Delay with elapsed time feature. Because I want to know how much I have to wait . Sharon
  25. Hi all, I am getting the same error if I wait for say t(approx 10 sec)> sec. But I checked the time out with 100s and 180 sec. There is no effect of the value settings. Attached VI if for your ref. Apart from the VI I am using only 'TCP Open Connection' function. Do I need to change any network config of my PC? Thanks for your time..!!! LAVAG.zip Sharon
×
×
  • Create New...

Important Information

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