MX 7 SMS Gateway Event with flash possible?

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default MX 7 SMS Gateway Event with flash possible?

    Here's the deal. I work for a wind turbine company and I have setup a flash
    app that shows the wind site with spinning turbines layed out. This updates
    every minute with current information example: windspeed of each turbine,
    nacelle direction, error code etc.....

    Looking at the new event gateways with MX 7 is it possible to have my flash
    app "monitor" these turbines and when one generates an error code, could it
    be sent through sms gateway to notify a person? I assume that you can use
    it for something like this.

    Just curious.


    Anthony Brown Guest

  2. Similar Questions and Discussions

    1. Getting Error: Event Type 'flash.event:event' is unavailable ?????
      Hi, I am not using Cairngorm or anything, but trying to get an app built first without it then look into it. I am getting this error however...
    2. flash gateway tutorial
      Hi, Some years ago I can remember that I found a totorial on how to connect coldfusion to flash. The example did make some kind of master...
    3. ColdFusion and Flash Remoting Gateway problem
      Ok here is the setup: FlashMX2004 (not pro) Doing a very simple test run of remoting. I am working only localy so there is not actual server...
    4. Flash Remoting Gateway not working properly
      Basic configuration info: Windows 2000 server running IIS Coldfusion MX7 with hotfix 2 Here is the issue. On my production server data will...
    5. Assign Javascript event handler function dynamically to a Flash object event?
      I have a Flash player object embedded in one of my web pages. I want to assign code to the OnReadyStateChange event for the object. Every...
  3. #2

    Default Re: MX 7 SMS Gateway Event with flash possible?

    Would it be better to setup a cfschedule event for something like this? Or
    would that be too taxing for the server to do every few minutes?



    "Anthony Brown" <anthony@kermy.com> wrote in message
    news:d4c6p1$88q$1@forums.macromedia.com...
    > Here's the deal. I work for a wind turbine company and I have setup a
    > flash app that shows the wind site with spinning turbines layed out. This
    > updates every minute with current information example: windspeed of each
    > turbine, nacelle direction, error code etc.....
    >
    > Looking at the new event gateways with MX 7 is it possible to have my
    > flash app "monitor" these turbines and when one generates an error code,
    > could it be sent through sms gateway to notify a person? I assume that
    > you can use it for something like this.
    >
    > Just curious.
    >

    Anthony Brown Guest

  4. #3

    Default Re: MX 7 SMS Gateway Event with flash possible?

    wow! that's an interesting app. if you already have some way to "talk" to the
    remote devices (which i would think was the real hard part) then i guess it
    would be relatively simple enough to have some gateway code that takes the
    incoming data, looks for problems and then sends an SMS. you'd have to setup an
    account w/an SMS provider, etc. (there should be postings from damon cooper in
    the gateway forums that will give you some ideas on how to do this).




    PaulH Guest

  5. #4

    Default Re: MX 7 SMS Gateway Event with flash possible?

    Here's an example of the app. This is for a water district in Palmdale Ca.
    I have yet to release a "public" version of our full wind site app that has
    56 or so turbines on it.

    Basically if the status code is other than 0 then there is a problem with
    turbine. That is where I would like to SMS someone with the info, and even
    maybe give them the ability to reset the turbine from there cell phone. We
    will see though.

    [url]http://www.pwdturbine.com[/url]




    "PaulH" <paul@sustainablegis.com> wrote in message
    news:d4ckul$n2n$1@forums.macromedia.com...
    > wow! that's an interesting app. if you already have some way to "talk" to
    > the
    > remote devices (which i would think was the real hard part) then i guess
    > it
    > would be relatively simple enough to have some gateway code that takes the
    > incoming data, looks for problems and then sends an SMS. you'd have to
    > setup an
    > account w/an SMS provider, etc. (there should be postings from damon
    > cooper in
    > the gateway forums that will give you some ideas on how to do this).
    >
    >
    >
    >

    Anthony Brown Guest

  6. #5

    Default Re: MX 7 SMS Gateway Event with flash possible?

    how are you accumulating the data from the turbine? is it phoning the data in?
    or is something talking on a tcp port? or just dumping a file in a dir? any one
    of these could trigger a gateway event where you examine the status code & send
    the SMS (as you probably already know mx 7 makes this trivial) if required.

    btw i used to run the info center for an environmental think tank here in
    thailand,
    [url]http://www.pcd.go.th/AirQuality/Bangkok/Graph/QueryGraph.cfm?task=default[/url] was
    one of the sites we helped build (it's been completely re-skinned 1/2 dozen
    times but the plumbing hasn't change).


    PaulH Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139