LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

keybord

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
0 Kudos
Message 1 of 9
(3,201 Views)
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?
Message 2 of 9
(3,192 Views)

 

ok

 


lorsque je clic sur un button il affiche sa valeur comme  cette figure

 

 

http://images.imagup.com/05/1218721625_01.JPG

 

i need to release the project in the picture .

 

i have another question please :it's possible to import a filed (.exe) and insert in labview (link)?

i am sorry in the erreur in my language  , i cannot speeck or write very well in inglish

  finaly thank you for you answer .

Message Edité par sliminformatique le 08-14-2008 08:02 AM
0 Kudos
Message 3 of 9
(3,173 Views)

I don't know if you have solve your Problem. If not I add a small VI.

Good luck

 

Simone

 

0 Kudos
Message 4 of 9
(3,163 Views)

il y a une section spécifiquement pour le Français

 

lien

 

Je n'ai pas étudié le français en quelques années, mais j'espère que ceci aide

_____________________________
- Cheers, Ed
0 Kudos
Message 5 of 9
(3,154 Views)

Simone, your code has a few basic poor programming techniques:

 

  • Excessive and unnecessary use of local variables.
  • Instead of making the Booleans "Switch When Pressed", keep them at their default of "Latch When Released" 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?

 

 As to your second question, this is not clear either. I'm sorry, but perhaps you'll have better luck in the French forum

Message 6 of 9
(3,150 Views)

thank you for your answer

 

but i need exactly this

http://www.imagup.com/imgs/1218748189.html

 

thank you  

0 Kudos
Message 7 of 9
(3,127 Views)
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?
0 Kudos
Message 8 of 9
(3,122 Views)

salammlam:

 

Vous pouvez courir un exe en employant la fonction de "SystemExec.vi".  Vous pouvez trouvez la fonction a "Connectivity - Libraries and Executables".

 

 

Poser vos questions en Francais si vous ne savent pas l'Anglais.  Il y'a plusier de Francophone dans ce forum.

 

tbob

- tbob

Inventor of the WORM Global
Message 9 of 9
(3,101 Views)