I have been outed.
Thanks for the beginner's lesson.
I am a retired engineer and First Lego League team mentor. This past spring (in the post season), members of our team designed a primitive "one on one" soccer game for Mindstorms NXT robots. Here's how it works: When the whistle blows, the opposing robots scramble for a lighted ball using a light homing program, and eventually one of them captures it. Now what? How to find the goal? This is what we came up with. When the capture event occurs, that robot sends a signal, via Bluetooth, to LabVIEW Education Edition (LVEE) on that robot's computer, and LVEE sends a signal to ActiveHomePro (AHP) to turn on the light at the appropriate goal. The robot with the ball then heads for that goal. If the defending robot manages to recapture the ball, the light in his goal goes on and the light in the other goal goes out.
Well, we built the robots and the capture event works, but we never did get the "light up the goal" part of it going, and now, I am trying to solve the problem of how to get the signal from LVEE to AHP. I have no experience with desktop programming, but I have a little experience with web business application development. LVEE supports a number of communication schemes including TCP/IP, so I can, in theory at least, send parameters (via SOAP or RPC) from LVEE another web program. AHP and ahscript have minimum documentation, so I am not sure how to proceed at the AHP end. I threw up my question just to start a conversation with people who know what they are doing in the AHP world.