Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

multiplexing with datatables??

Here's what I was hoping to do - have one "Pump Control" panel that indicates a pump status, and pump speed, and allows the user to override these values with a swith and a text entry respectively. I have many different pumps (using Fieldpoint) - I wish to bring up the pump control panel when I click on a pump and have the panel control the fieldpoint variables for that pump. I have tried using a datatable with connections to this e various fieldpoint variables, then remoting a switch to the datatable column. When trying to use this setup - the switch correctly indicated the value of the fieldpoint variable. However, changing the value of the switch did not change the value of the fieldpoint variable. Thanks alot for your help.
Brian Oliver
0 Kudos
Message 1 of 2
(2,897 Views)
Hi,

I think you need to check your connections, cause it definately works. But we ended up using a slightly modified version:

You need you connect your multiplex switch and text entry to the cursor based cells e.g. A.logical.1 = Switch1. But then you need to make the control invisible and put a display over the top.

You then need to connect your Fieldpoint to the static cells e.g. Fieldpoint.Pump1 = A1.logical

That should do it.

John
0 Kudos
Message 2 of 2
(2,897 Views)