07-12-2011 11:10 AM
You need to have a valid phone number. As shown, the yyyyyy is just a dummy string.
The sequence structure is just not doing anything.
No, if you needed the '\' I would have said to enter that. You couldn't if you tried.
Don't use continuous run. It's a special debug tool and since you have a while loop not necessary. The while loop, as already mentioned, is not a good idea anyway but still do not use run continuous.
07-12-2011 11:36 PM
Hello,
This is my edited version for my VI and I have put the valid phone number but still can't send sms to the recipients. I have only a few weeks left to finalize my project and i still can't even send for only one person. Thank you for all of you to help me. Looking forward to your kind reply. 🙂
07-13-2011 05:11 AM
Hi,
I have attached the SMS code.
Run the Main SMS.vi this will resolve your issue
Thanks and Regards
Himanshu Goyal
07-13-2011 09:32 AM
I said to change the string constant to hex display. You did not do that. Did you even try to search the LabVIEW Help for 'Hex Display'? I also said to remove the while loop. You did not do that. If you are going to ask for help, take the given advice. Ignoring it would make me not want to provide any help in the future.
07-13-2011 10:05 AM
Thank you for your device, I can send sms without removing while loop as I want to use whileloop. And for \1A, I have used the backslash code from the options. So, don't be frustrated about my ignorance but still thank you and "big smile 🙂 "
07-13-2011 10:08 AM
Hi Himanshu Goyal,
Thank you for a million times for your help and I have solved the problems already since I can send sms but I have problem in sending sms to many recipients.
07-13-2011 10:08 AM
The while loop will constantly send a message to that phone njumber. Swamping the recipient with thousands of message would be very, very rude. You don't seem to understand what a while loop does.
You did not properly use the \ either. The string constant is not set for '\' Codes Display. This is a simple right click option just like setting it for Hex Display.
07-13-2011 10:14 AM
Well, I forget to tell you that I can also control the no. of sms I sent so no need to worry for that and I have also tried today so there is no error. . I know pretty well about how while loop is working.
07-19-2011 08:03 AM
Please can anyone help how to send sms to several phones? I keep modifying it but still can't send! Thank you for your help.. Have a nice day! Please someone reponse me first caz my project deadline is end of this month. Thank you for a million times to help me.
07-19-2011 10:59 AM
Hi,
I am using the same VI to send the message for several mobile numbers.
Based on your alarms and events from the field, you can send the SMS on multiple users.
SMS Main Vi you can use as a sub VI, as shown figure just pass your phone numbers in a for loop.
This will work fine.
Thanks and Regards
Himanshu Goyal