Pentair Module Declaration
RicardoSiqueira
Posts: 373
I have a Master to Master system with a NXF(ME-260/64), NI-3100 and NI-3000 and I am controlling a Pentair Pool/Spa controller with AMX module 1.4v. I have the Pentair system connected to the NXF, a total of 14 touch panels will interface with the Pentair (10/NXF, 2/NI-3100 and 2/NI-3000). Which approach is the best?
1) Declare the Pentair module on each AMX controller and use the Virtual Pentair device on the 2 NIs.
or
2) Declare the Pentair module only on the master that it is connected to (NXF) and add the Touch Panel declarations from the other 2 AMX masters in the touch panel array that communicates with the Pentair.
I am looking for simplicity and efficiency on communicating with the Pentair and feedback handling. Any ideas? Which approach works better and why?
Thanks,
Ricardo
1) Declare the Pentair module on each AMX controller and use the Virtual Pentair device on the 2 NIs.
or
2) Declare the Pentair module only on the master that it is connected to (NXF) and add the Touch Panel declarations from the other 2 AMX masters in the touch panel array that communicates with the Pentair.
I am looking for simplicity and efficiency on communicating with the Pentair and feedback handling. Any ideas? Which approach works better and why?
Thanks,
Ricardo
0
Comments
Since in essence I only have one master all my TPs belong to this master and that's where all the code runs. I might do some oddball stuff in the other masters but that's about it.
At least that's how think I do it.
Here's what the code looks like. BTW: This is an example of where I actually used the included UI module. It seems to work okay.
10014:10:2
10015:10:3
Thanks again for the insight!