Thanks for the reply. The inputs do not need to be user selectable. The FPM will be taking care of those. The config page might display them alright (which fine to do) and all the types of input and output are known before hand.
I can achieve the same result by having the FPM store the output (which is a boolean) as an output dp, and then add a binding to another dp somewhere else, FB, FPM etc using the normal way.However, isn't isn't as friendly as I would like. I would like the binding to be done from the FPM config page.
I've scanned though the programmers preference again, and it should be possible to create a web connection via a soap call. Perhaps I can see if I can write some javascript to allow the user to select the target point, and create the binding using a soap call from javascript.
Thanks for the advice guys.