traviskleckner Senior Member
Joined: February 26 2007 Location: United States
Online Status: Offline Posts: 118
|
Posted: June 01 2007 at 10:53 | IP Logged
|
|
|
Okay, maybe I'm just a little slow this week...
I'm trying to create macros/formulas to control KPL buttons.
What I have done:
-Created a PLC Group called "MB-KPL-F", group #35.
-Added the KPL {ID:MBR-SITTING}, Button 6, as a responder to the PLC, group #35
-Created 2 formulas: "on" and "off"
-On is ph_insteongroup("MB-KPL-F", ion, 0)
-Of is ph_insteongroup("MB-KPL-F", ioff, 0)
Despite the fact that both return 0, running the formulas gets me nothing.
What am I missing?
|