Adding Operator Inputs to SOE Page

Hi all,

I'm using a SOE template page and trying to get it to display any operator inputs on the HMI (setpoint/CO changes, pumps on/off, valves open/closed, modbus devices enabled/disabled, etc).

For all of these devices (PID control, pumps, valves, modbus devices) we are using genies that have pop-up pages. The buttons that allow new tuning values or on/off functionality are in these pop-ups. I've gone to the Input tab on the buttons in the pop-up pages and tried to enter:

SOEEventAdd(TimestampCurrent(),"Modbus Device Enabled",?TagName?)

TagName is what I named the %TAGNAME% value in the metadata of the genies to be passed to the pop-up pages. I'm also using Desc and Desc2 for the device names. ?Desc? and ?Desc2? work elsewhere in the pop-ups to get the Device ID to display (ex: Pump 1), but seem to do nothing to pass that information along to the SOE page, either.

The above function does cause the message (Modbus Device Enabled) and timestamp to appear on the SOE page (titled User Events Page), as well as the User who did it. I can't, however, figure out how to get the device name/tag name to appear. Does anyone know how to make this work?

Kind Regards,

Justin Lane