Jump to content

Sharon_

Members
  • Posts

    104
  • Joined

  • Last visited

Everything posted by Sharon_

  1. Hi friends, Thank you very much for your replies. The problem was with the network card. I replaced the card with a brand new one and it worked. But I am still not sure how it affected my application. Anyway it is a lesson learnt. Thank you..!!! Sharon
  2. Hi friends, I am developing an application where I need to send modbus commands thru' TCP/IP, to a mastercontroller. But , sometimes I am getting the following error and I dont know how to figure it out. Because it happens sporadically. I checked the VI server and the settings seem to be ok. Could you please help me?? Thanks for your time..!!! Sharon
  3. Hi, For other softwares it is no.of non-defective modules/total modules. How do we measure the quality of a labview application?. Is there a formula for this? I am a little bit confused. Thanks Sharon
  4. Hi friends, Is it possible to combine controls and indicators in a typedef cluster? Sharon
  5. Hi all, I have a small problem here with my labview. There is an event structure in my vi which is placed inside a statemachine. If there is an event- the event struct responds only when the current state is equal to the 'even struct' state. Can I make my VI to respond to the events, anytime regardless of the current state ? I dont think it is possible without adding some codes (like passing to the event structure state before moving to the next state) right? Exp.vi Thanks, Sharon
  6. Hi Shaun, Do I need to use labview internet tool kit for this? I dont know what you mean by 'DocumentComplete event'. I am sorry. Could you please give me more hints on that? Thanks for your time..!!! Sharon
  7. Hi friends, I've got an interesting project( atleast for me ). I have a set of of equipents which are controlled by a webpage(html with button and slide bars..etc). We can also control the devices using modbus- I am using my labview code here. And we can read back the status of the device (in labview or any other modbus software) registers even if the devices are controlled from web page controls. What I would like to know is that, Is it possible for us to load the webpage in labview and push the webpage button from labview(automatically or manually) and read back the status registers? Interesting? I did browse thru' NI website but I couldnot find anything related to that. Please help me...!!!! Regards, Sharon
  8. Hi, The downloaded the following files from the link above. It is in ver 9. Could anyone please save the Vis for labview 8.6 or lower. Thanks:book: cla_sample_atm_solution.zipcla_sample_exam_atm_machine.pdf
  9. Hi Ned, The same Vi will be run in several machines. Is it possible to 'add' my batch file in the VI in stead of calling it from a location? Thanks for your time..!!! Sharon
  10. Thank you very much Danny. I just learned how to write shell scripting in VI. -Sharon
  11. Hi, Is it possible to mute the master volume of the system using this method? Thanks, Sharon
  12. Hi friends, I am trying to execute batch file commands in Labview thru' System Exec.vi.. I could run the commands if there is no 'jumping'. I wrote the following script to hide some folders on a machine, if the computer name matches to some value. @echo off IF %COMPUTERNAME% ==MyMachine goto MyMch ELSE attrib C:\KK -s -h exit :MyMch attrib C:\KK +s +h exit If I run the above as a .bat file everything is fine. But the same code added in my Vi but it is not working.mY2.vi Please help..!!! attached is my vi. Thanks for your time...!!! sharon P.S The following VI(mY1.vi) with multiple dos commnads is okie...mY1.vi
  13. How to edit this VI? ConfigService_Init.vi Thanks for your time..!!!
  14. If it ain't hell, they ain't happy..!!!

  15. Hi friends, I found the following post in ni forum. But there is a problem- the autofilter LED is always OFF. Is it related to any version problem..? I thought I could rewrite the code to set the AutoFilter Ni Labview Excel Sharon
  16. Hi, Here is the solution to the problem. -Sharon
  17. Hi friends , Could anyone please tell me how to add filters in an excel sheet using Labview...? I dont how to use property node for this. Nothing is happening. Thanks for your time..!!! Sharon
  18. Thanks for the reply jgcode. That's exactly what I want. It is so simple...uff I'm sorry...
  19. Hi friends , I am creating a VI where I have a lot of options to be used by the users. So, I want to use some kind of help menu - e.g when we move the mouse pointer over the controls , Labview automatically shows some hint -for t seconds and disappears or it should disappear when the mouse is moved from the object . (in the event structure(Mouse Move)?!) It is not a pop up menu, where the user needs to click something to close the menu.. Now the question is - how to create/show 'hint' messages? Thanks for your time.... Sharon
  20. Thank you Danny and Ben ... Definitely I wouldn't have selected 'control' terminal... coz' juniors like us think the object is a numeric and add 'numeric' terminal. Actually I tried to change the label without placing inside the case structure and it was ok.Inside cluster-didn't work. That's why I wanted to ask masters like you and I got the answer.. Thank you very much..!!!!
  21. Hi friends , I am back again.. I am getting the following error when I am trying to change the label of a numeric indicator placed inside a cluster. Error 1057 occurred at Open VI Object Reference in 01Case_Cluster.vi Possible reason(s): LabVIEW: Type mismatch: Object cannot be type casted to the specified type. I dont why.. I have been trying to fix this problem for an hour but couldn't. I have attached the VI along with this post for your reference... please help.. Thanks for your time..!!! Sharon 01Case.vi Diva.vi
  22. Hi, I need this, because I am using VI scripting to assign Case structure values. I have only array values and I am forced to create an enum from the array(but this part without VI scripting). Thanks in advance.!!! Sharon
  23. Hi friends, I would like to whether we can group some mathematical elements like something shown in the picture. The local variables and the number of local variables are project dependent. So I want to create these things programatically in VI scripting. first I want to combine elements and place them repeatedly...is it possible or Should I use SubVis to implement this..? Thanks in advance..!!! Sharon
×
×
  • Create New...

Important Information

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