Jump to content

Sarah83

Members
  • Posts

    179
  • Joined

  • Last visited

    Never

Everything posted by Sarah83

  1. Happy birthday JackHamilton
  2. OK, but try this out with append table to report :headbang:
  3. Hi! If I set the color with a color constant in "set report font.vi" I always get a black text in the report (HTML). I used an example but I had the same problem. Is this a display problem? (open report with ie)
  4. Do you close this vi completely or do you only stop your vi? Maybe you can try to create a property node of your control, select value. Then write this value into a nummeric element. This should remember your value. Now you can make a case that this element won't change until you run the vi once more.
  5. Hi Michal, what kind of controls do you mean? You can save values as default if you go to the toolbar -> complete -> set values as default. Edit: If you want to set some controls e.g. switches to true, you need to create a local variable of this control. This variable should be changed into "write" (right click on the variable) and wired to a true constant (boolesch)
  6. Hey lrsantos! Happy birthday
  7. Hi Barrie, thanks Now I have changed standard to HTML report and I could see my table in the IE (on this pc I don't have Firefox not even network:( ) Oh, in your example there are some practical vis e.g. set report font.... I wondered why I haven't seen this :headbang: Maybe working everyday from 7 o'clock in the morning to 17.30/18.00 o'clock in the evening isn't good for me... Now I will figure this out .... Edit: I would like to change the color with "set report font" but whatever I set (color) the text will be black As well if I change the color in your example...
  8. Hi! Yes, this is possible. You must create a subvi. Make your normal vi (e.g. the vi for button 1) and make a subvi highlight everything you want to get as a subvi (toolbar) edit -> create subvi. I thought, if you save this under "user.lib" folder, you can see yours subvi (after restart lv) in the functions of the diagram ( all functions -> own library). Now you can insert this subvi in your main vi (with only some buttons), and wire this with your button. I'm no longer sure if you have to make a special setting in the vi options... Maybee look at this: http://forums.lavausergroup.org/index.php?showtopic=119 Edit: If you would like to "pop up" the vi you have to make this settings: http://forums.lavausergroup.org/index.php?...ype=post&id=384
  9. Hi! I saved this video (same as your avatare) on my mobile with sounds :thumbup: And, do you know if your baby will be a boy or a girl?
  10. Hi Barrie, I tried out to write the table into a report and after this to print the report. I don't want to have the fron panel, I only need the content of the table. Now I remembered, I don't have network access here and I can't test my vi if it will be printable. :headbang: So I append the table to the reoprt and save the values to a file. After this I dispose the report. If I open my file, I couldn't see some values out of the table. The content of the files is: </head> 00 <body>0</body>0</html> Whats this?!
  11. Hi! I searched for a print function for my table. It seems as there is only something for reports or for the frontpanel etc. There is a vi named print reoprt, but here I will need a refnum. And how could I get this out of a table? I like to print the whole table...
  12. Hi! Is it possible to change a horizontal array of leds into a vertical array with some clicks? Or must I build it new in vertically arrangement?
  13. Sarah83

    Table

    Hab es nun raus Mit der "Get Text Rect.vi" An other problem, now LV is overwriting my values. How can I say LV it should start a new row after one cycle?
  14. Sarah83

    Table

    Hi! How could I say, heading1 should be written into (I descripe the position like it is in excel) A1, heading2 in B1? How could I manage that field1 (string) should be written into A2, field2 into B2...? And my last question (for the time being) column width, I tried to get out the string lenght for the width. But there are 6 fields, and maybe I could find out the longest and take this as column width. But if I write in only one like this (read out the string lenght) I could see only one character (column is one character wide) :headbang: Recapitulating I like to write 6 fields (all format string) into a table with coordinated headings and column widths. So long, every heading is written in cell A1 and every string is written into A2
  15. Sarah83

    Time

    Oh, this is a very nice solution! :thumbup: I would not come to this result :headbang: Thanks :worship:
  16. Sarah83

    Time

    Hi! I will read out my start time and my end time of the vi. The outcome of this is the durability. I read the start time with "get date/time in sec" wired this with "format date/time string" (%H.%M.%S) and show this in a field (string). Same with the Start date ("format date" %A, %d.%m.%y). I wired the stop button of a while case with a case structure and so I try to get the end time/end date. Again with "Get date/time in sec" - "format date/time string"- field (string). Now my problem, the period. I tried out subtraction. But there is a problem with the format. I must change the string into number. "String to byte array" won't work (I only get #8 as value) or I have done something wrong. Maybe there is a simple solution for my problem :headbang:
  17. Sarah83

    Dear Bo$$

    Dear Bo$$ In thi$ life, we all need $ome thing mo$t de$perately. I think you $hould be under$tanding of the need$ of u$ worker$ who have given $o much $upport including $weat and $ervice to your company. I am $ure you will gue$$ what I mean and re$pond $oon. Your$ $incerely, Marian $hih -------------------------------------------------------------------------------- Dear Marian I kNOw you have been working very hard. NOwadays, NOthing much has changed. You must have NOticed that our company is NOt doing NOticeably well as yet. NOw the newspaper are saying the world`s leading ecoNOmists are NOt sure if the United States may go into aNOther recession. After the NOvember presidential elections things may turn bad. I have NOthing more to add NOw. You kNOw what I mean. Yours truly, Manager
  18. Here my .vi Hmm, the ports not fixed! You can chose 3 and 5 or 1 and 6... but here my hardware allows only 5 and 6 (also 6 and 5) and/or 3 and 4 (also 4 and 3)
  19. Hi! I run this example, choose my ports and it works. Then, I changend it. I copied everything and paste it into the programm. So I will have everything double. But the port configurations should be the same. So I wire the port config part with my two write/read parts. Now it won't work. I get a timeout. If I change it into a case and start the two seperate, I will get this error, too. If I cut everything double, it will work... But I chose different ports. Why I get this error? Sometimes it still write the values from string to write into string to read after this error.
  20. Hi Heiko, oh, he is soo sweet Congratulation
×
×
  • Create New...

Important Information

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