LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending sms using labview

Solved!
Go to solution

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.

0 Kudos
Message 11 of 36
(1,806 Views)

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. 🙂 

 

 

0 Kudos
Message 12 of 36
(1,790 Views)

Hi,

 

I have attached the SMS code.

Run the Main SMS.vi this will resolve your issue

 

Thanks and Regards

Himanshu Goyal

 

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
Download All
0 Kudos
Message 13 of 36
(1,774 Views)

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.

0 Kudos
Message 14 of 36
(1,763 Views)

@,

 

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 🙂 "

0 Kudos
Message 15 of 36
(1,752 Views)

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.

0 Kudos
Message 16 of 36
(1,733 Views)

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.

0 Kudos
Message 17 of 36
(1,732 Views)

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.

0 Kudos
Message 18 of 36
(1,728 Views)

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.

0 Kudos
Message 19 of 36
(1,712 Views)

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.

 

Untitled.jpg

 

Thanks and Regards

Himanshu Goyal

Thanks and Regards
Himanshu Goyal | LabVIEW Engineer- Power System Automation
Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
It Only gets BETTER!!!
0 Kudos
Message 20 of 36
(1,703 Views)