LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

General Clarification

Solved!
Go to solution

Hai i am quite new to this Labview... i hope somebody will clarify my doubt....

 

Is thier possible to acces the word that what we are typing in keyboard by using Labview code,,, i mean if i type a word in the keyboard on which the Labview version was installed...? by using Labview code whether i can say which letter was pressed exactly ? is thier any example VI for that?

 

Second is.... By using R series board can i make a VI to send SMS to Mobiles???

0 Kudos
Message 1 of 5
(2,720 Views)

For your first question: this has been asked frequently. Did you try a search? You can use the Input Device Control VIs (in the Connectivity palette) to monitor the keyboard. An alternative is to use the event structure. Look at the shipping examples.

 

For your second question: again, this has been asked frequently. Seach the forum for sending SMS. There's been lots of posts on this.

0 Kudos
Message 2 of 5
(2,715 Views)

Hello sir i tried a VI for Key pressing Inputs, but in this VI i can store the pressing keys and its corresponding ASCII numbers.....but what i did is ... i just allow this VI to run and in my browser i open a mail account i type user name and password.... nothing of it stored in the VI which i was make to run in background....

 

Now what i want is....suppose i open a mail account and typing username and password...what i am typing here should be stored in the VI.....whether its possible?

0 Kudos
Message 3 of 5
(2,686 Views)

This is the VI i make with some little modification... hope u clear my doubt... regarding that username and password storing

0 Kudos
Message 4 of 5
(2,685 Views)
Solution
Accepted by alieas

Hi,

 

i am not sure whether i have understood your question but you can achieve if your opening any browser through LabVIEW (ActiveX) and then you can store the data and display. It is not possible to store in LabVIEW what you are typing in the other appln when there in no media to pass the data.

 

 

 

0 Kudos
Message 5 of 5
(2,677 Views)