LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

iTegno 300 GSM Modem

thanks for the reply ?

 

do i get an example for what u are trying to tell me ?

 

i don't quite understand

0 Kudos
Message 11 of 20
(2,415 Views)
What part don't you understand? How to add frames to a sequence structure? Right click on the selector label and select Add Frame After. Inside this frame, you would want to duplicate something like what is in frame 0 where a constant is being sent. The difference is the constant. Below is a modified version in 7.1.
Message 12 of 20
(2,408 Views)

hi ,

 

i had tried the program. there is no error anymore .

but why my friend is unable to receive the msg that i send to him ?

0 Kudos
Message 13 of 20
(2,348 Views)
this is the itegno 3000 pdf file
0 Kudos
Message 14 of 20
(2,338 Views)
Dear all,

I have had the same problem and come back many times for the last couple of days. After numerous tries, now I have successfully send SMS through an iTegno 3000 modem. Attached please find the example code.
The previous codes do not work for me. After I changed the "serial port read/write" to VISA controls, everything works fine!

In the attached code, you need to select COM port (and make sure the COM port is not used by another application, eg iTegno Mobile Office), change "baud rate" to 115200, input "phone number" and message, then start... Wish you luck!
0 Kudos
Message 15 of 20
(2,331 Views)

Hello Ijshen...

Thank you so much for the modified iTegno3000.

I have managed to send an sms now.

Do you know how to create a button and it will send when you press the button instead of clicking the "Run Once" button?

Thank you. God bless.

0 Kudos
Message 16 of 20
(2,276 Views)
In order to have a button to control when the message is sent, you could do a few things to achieve this. 

What I recommend is to use a 'While Loop' and 'Case Structure', then set the VI to 'Run at startup' from the 'File>>VI Properties>>Execution' menu.  You would then have a VI which runs when opened, the while loop would execute waiting for the button controlling the case structure to become 'true' and then your message would be sent.  See the screenshot I attached for something along these lines.


0 Kudos
Message 17 of 20
(2,261 Views)
Hi guys, can any 1 tell me how to make itegno 3000 work wit labview?
As in how to programme it???
0 Kudos
Message 18 of 20
(1,960 Views)
What happens when you run the code that is in the earlier attachment?
0 Kudos
Message 19 of 20
(1,941 Views)
From BOB SS of that circuit, which lab view version are u  using??
0 Kudos
Message 20 of 20
(1,868 Views)