Author Topic: sms messaging  (Read 4860 times)

R5ROUSE

  • Newbie
  • *
  • Posts: 15
    • View Profile
sms messaging
« on: January 14, 2014, 01:40:02 PM »
Feeling like a total nerd!

Just helped my student created a program in Advanced HMI that loggs data and sends SMS messages if sensors indicate that a process has fallen out of range.

mybuddyjoey

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: sms messaging
« Reply #1 on: February 01, 2014, 09:26:07 AM »
May I ask what you used for data logging such as code and or data base you wrote to?

R5ROUSE

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: sms messaging
« Reply #2 on: March 07, 2014, 09:44:46 PM »
sorry that it took so long for me to reply..

I haven't been watching the board too much lately.

basically, add a timer to your form. Then, add datasubscribers for all of the variables that you want to record.

you will then need to write a sub that opens or creates a file and then another sub that writes your data as a stream into a csv file.

I'd give you a code snipet, but I'm at home now and all of that is on my work computer.

If you shoot me an email through the board, I'll respond in more detail.

Jesse

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
Re: sms messaging
« Reply #3 on: July 03, 2014, 02:22:56 PM »
Could you post some of the code? I'm wondering how to log data into a csv file.

suni93

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: sms messaging
« Reply #4 on: September 28, 2014, 10:55:57 AM »
you will then need to write a sub that opens or creates a file and then another sub that writes your data as a stream into a csv file.
You can get score highest marks in ccnp dumps exam using College of the Holy Cross and COMPTIA

WellsCPak

  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: sms messaging
« Reply #5 on: November 12, 2014, 03:31:46 PM »
What did you use to send the SMS messages from the system running AdvHMI?