Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Anthony Brown #1
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
-
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... -
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... -
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... -
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... -
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... -
Anthony Brown #2
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
-
PaulH #3
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
-
Anthony Brown #4
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
-
PaulH #5
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



Reply With Quote

