LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

send sms using GSM modem

Hi..

Can anyone help me..I want to send sms to the GSM modem in continous. But unfortunately I only can received the last  sms.  This  is my  program.  Please help..I need the answer asap..very appreciate with your help...thanks..
Download All
0 Kudos
Message 1 of 3
(3,640 Views)
In the table, for group of 23, there are three datas. After do the concatenate string, the data will become 2 messages. One message will be *170608;0234*170608;0345 and another one message will be *180608;0945. I need to send the 1st msg to the modem and after that send the 2nd msg. Unfortunately, sometimes I only received *180608;0945 and sometimes I will get *170608;0234. I wonder why this is happen? Do I need to increase the delay? But I have try increasing the delay, I still get the same result.

Please...can anyone assist me...

I using Labview 8.2. GSM modem 900/1800
0 Kudos
Message 2 of 3
(3,638 Views)
Hi gdah,

have you been told not to use BMP pictures here in the forum before? And even worse, renaming them will not change their (huge) size!!! Use PNG or real JPG!!!

And you have been told not to use locals/"value" property nodes (only when really needed)!

I made some changes to your vi and left comments on the block diagram.
Why do you clone the modem communication? There is no parallel execution in the vi, so you may use standard subvis...
Why do you configure the serial port in each iteration? Isn't it ok to configure only once before the FOR loop starts?
Why do you use identical cases more than once?
Please use standard connector panel scheme for your subvis, this will make your block diagram much nicer.

And please, leave atleast a link to your original thread...


Message Edited by GerdW on 06-24-2008 12:28 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 3
(3,626 Views)