Jump to content

labviewnoob

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by labviewnoob

  1. Hi. Thanks all. I have gotten it already.
  2. Does anyone know where i can download lv 8.6 evaluation? I'm looking to try out my project at home as i do not have admin rights in school. Thanks if you have the download link.
  3. Thanks alot guys. It helps alot & thanks for the regular expressions link.
  4. Hi. Thanks alot. that was what i needed. However, if my string comes in the following format (8/12/2009 10:13:36 AM 1A), the AM would be seperated from my time. The AM is crucial as i am required to insert it into my database together with the time. This is the reason why i would like to split the string. Also, can you tell me how i can retrieve each word from the array as i will need to update the values into my database. Many Thanks.
  5. Hi, im trying to split a string sentence into many parts. for example,"How do i split string sentences". i wish to split them word by word. can anyone give me an idea on how i could go about splitting the sentence. Many Thanks.
  6. Thanks all. changing the background color of the string indicator is cool. i will see how i can integrate it into my project.
  7. hi thanks alot for telling me how to use the led.ctl. the link is the thread which i started in the ni forum.
  8. Hi. Thanks sciware for the ctl file. but i do not know how i could integrate it into my main vi. do you mind telling me how i could use the pic ring? i have started a thread regarding the color led in ni forum yesterday too. Edit*: my groupmate has managed to get the results using the event structure. http://forums.ni.com/ni/board/message?board.id=170&thread.id=425860
  9. is there a way to make the led display 4 different colors when the condition is met? i found an example using property node but i do not understand it.
  10. After modifying my vi, the table now display all my database data in the table when i have no input into the control. how can i default the table to show nothing when there is no input?Database.vi
  11. Thanks alot. my groupmate will try the vi when we go to school.
  12. yes. i am required to have more than 100 led indicator to compare the string input.
  13. Thanks alot. ur attachment reduce my programming time. is there any limit to the number of input i can use as i might have more than 100 input?
  14. someone from the ni forum told me to add a transpose 2d array before writing to the table. works well.
  15. i currently have this query vi which will display data which i have query. im using labview 8.5 and ms access as my database. There seems to be some problem with my vi. Everytime i change something in my vi, there will be an error with my database variant. when that occurs, i will have to change my datatype to numeric constant before changing it back to string constant before i can run the vi. also, the data which i query will be display in column view instead of the usual row view. my sql code is derived by my ms access so i believe the error comes from my vi. 15-7-09db.vi
  16. I have this vi which compare my input & will light up my LED when the input is true. For example, if the input is 1A, the LED for 1A will light up. IS there a shorter or neater way to do this vi? NWM 1A (SubVI)1.vi
  17. one last question for this thread. when a user enters an input to search for the name, i would like to retrieve other important data which is in other table. for example, the address or the telephone from the personaldetails. how should i go about getting the address from the personaldetails table? do i need to create a sub vi or do i need something else?
  18. Thanks all. I've managed to solve the error. i used the wrong database.
  19. Thanks miao. I have managed to get the results which i need by learning from you.
  20. Thanks kari for attaching your example. I've tried to replicate a similar vi to yours as im currently using v8.5 but i got an error. Also, i found that everytime i press run in the udl vi, the path will change back to the previous udl. When i tried to change the path in the block diagram, the indicator in the front panel will display no such path. could the error be related to my udl? i copied it from the get database information vi because i could not find it in the connectivity component & search. I tried with my other tables & i still gt the same error. Sorry that i could not attach my database here. Database 672009.vi
  21. Thanks miao, i place my write in file into the case structure & the empty lines are gone. however, the textfile still capture more than 1 line of data everytime the button is pressed. i could not access the vi which you had modified as im currently using v8.5. Do you mind saving it in a lower version? Many Thanks. TextFile 872009.vi
  22. The following vi which is modified by me and my groupmate has some errors which we hope to resolved. When the button is pressed, the time will be logged to the textfile. However, the textfile will have many empty lines and many lines of data. I wish to have the time logged only once when i press the button and no empty lines in between. TextFile 372009.vi
×
×
  • Create New...

Important Information

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