Discussion:
keybord
(too old to reply)
salammlam
2008-08-13 17:40:06 UTC
Permalink
hello I have just two questions:

is what can be programmed a number  (1.2.3.4 ... 9) labview ie when
I press a button (1) it displays the number 1 in the empty fields as
well as for other .
2nd quetion is possible to appler virtual keyboard osk in labview and how?

I await your responses and helps you with pleasure

thank you
smercurio_fc
2008-08-13 18:10:08 UTC
Permalink
I'm sorry, but I do not understand what you are asking, and I suspect it's a language issue. Can you rephrase your question, or provide more details?
sliminformatique
2008-08-14 13:10:05 UTC
Permalink
&nbsp;ok<a href="http://www.imagup.com/imgs/1218721625.html" target="_blank"></a> &nbsp;<img src="http://www.imagup.com/imgs/1218721625.html" border="0">
lorsque je clic sur un button il affiche sa valeur comme&nbsp; cette figure &nbsp;&nbsp;<a href="Loading Image..." target="_blank">http://images.imagup.com/05/1218721625_01.JPG</a> &nbsp;i need to release the project in the picture .&nbsp;i have another question please&nbsp;:it's possible to import a filed (.exe) and insert in labview (link)?i am sorry in the erreur in my language&nbsp; , i cannot speeck or write very well in inglish &nbsp; finaly thank you for you answer .Message Edité par sliminformatique le 08-14-2008 08:02 AM
brsi0001
2008-08-14 14:10:07 UTC
Permalink
I don't know if you have solve your Problem. If not I add a small VI.Good luck&nbsp;Simone&nbsp;


anzeige.vi:
http://forums.ni.com/ni/attachments/ni/170/349283/1/anzeige.vi
yenknip
2008-08-14 14:10:08 UTC
Permalink
il y a une section sp&eacute;cifiquement pour le Fran&ccedil;ais&nbsp;<a href="http://forums.ni.com/ni/board?board.id=4170" target="_blank">lien</a> &nbsp;Je n'ai pas &eacute;tudi&eacute; le fran&ccedil;ais en quelques ann&eacute;es, mais j'esp&egrave;re que ceci aide
salammlam
2008-08-14 20:10:07 UTC
Permalink
thank you for your answer &nbsp;but i need exactly this <a href="http://www.imagup.com/imgs/1218748189.html" target="_blank">http://www.imagup.com/imgs/1218748189.html</a> &nbsp;thank you &nbsp;
smercurio_fc
2008-08-14 14:10:09 UTC
Permalink
Simone, your code has a few basic poor programming techniques:&nbsp;- Excessive and unnecessary use of local variables.
- Instead of making the Booleans &quot;Switch When Pressed&quot;, keep them at their default of &quot;Latch When Released&quot; and place the control inside the event case. When the event case is fired LabVIEW will read the Boolean and reset it automatically. You do not need the local variables to do that.
- Having a timeout in this case serves no purpose. Nothing is happening in there. If you leave the timeout at the default of -1 then no CPU cycles will be consumed until an event is fired. In your case you're forcing an update of an indicator every 100 msec (forcing a screen redraw) to write out the same value!
Back to poster's question: I do not understand what that picture is supposed to show. It seems you're using a string indicator. Are you trying to make a calculator? Are you trying to append the numbers as they are pressed to whatever is in the indicator?&nbsp;&nbsp;As to your second question, this is not clear either. I'm sorry, but perhaps you'll have better luck in the <a href="http://forums.ni.com/ni/board?board.id=4170" target="_blank">French forum</a>.&nbsp;
smercurio_fc
2008-08-14 20:40:05 UTC
Permalink
You keep showing a picture with no explanation as to the logic. Simply showing a picture of a front panel tells us nothing as to what the code is supposed to do. Even worse, you keep changing the picture. We are not mind-readers. What are those numbers? Where did the first number come from? Where did the second number come from? Where did the third number come from? What is the relationship with the numbers?
tbob
2008-08-15 16:10:07 UTC
Permalink
salammlam:&nbsp;Vous pouvez courir un exe en employant la fonction de &quot;SystemExec.vi&quot;.&nbsp; Vous pouvez trouvez la fonction a &quot;Connectivity - Libraries and Executables&quot;.&nbsp;&nbsp;Poser&nbsp;vos questions en Francais si vous ne&nbsp;savent pas l'Anglais.&nbsp; Il y'a plusier de Francophone dans ce forum.&nbsp;tbob
Continue reading on narkive:
Loading...