01-20-2014 08:56 AM - edited 01-20-2014 09:08 AM
Hi, i made a manuel send sms but how do i create a auto send sms when a certain data is being received. Which means user can choose to use auto or manuel send. May i know how do i do the choosing part and auto sending part thanks.
01-20-2014 09:04 AM
Since the sending is identical, except for repeating, you can have a big loop (remove the ones in the sub-vi's) and set a state instead. If state = auto then send every 500ms, if state = manual then only send once.
/Y
01-20-2014 09:06 AM
hi don't mind showing me a screenshot? The auto sending SMS is actually will auto send SMS when a certain data is received.
01-20-2014 09:10 AM
Come to think about it, you can make it even simpler, just add a Auto mode boolean and OR to the case. 🙂
See attached VI.
/Y
01-20-2014 09:11 AM
Small error in my VI, set the Auto Mode mechanical action to switch instead of latch.
/Y
01-20-2014 07:26 PM
hi sorry i cant open your file as im using labview 2010
01-21-2014 04:21 AM
I'll downsave it when i get hope, unless some kind soul beats me to it. 🙂
/Y
01-21-2014 10:28 AM
ok sure thanks alot
01-21-2014 07:19 PM
hi anybody can help to downsave please. thanks
01-21-2014 09:28 PM