PDA

View Full Version : PMI Multistate Output



The Reaper
10-26-2008, 05:40 PM
Has anyone ever written to an enumeration point inside an FX controller from PMI ?
I have an FX15 and the customer wants to be able to override the DO's from PMI. I need to be able to write a value of 0 for auto, 1 for on and 5 for off. Thank you in advance.

The Reaper
10-27-2008, 07:45 PM
For anyone interested, I figured it out. I used an MCO with an AOS as the slave. The AOS writes to a numeric writable in the FX and is converted to an enumeration for the override. Don't know if there is an easier way, but it works.