Tstat10 as expansion i/o?

Can I add the tstat10 connected to the T3LB rs485 as more inputs and outputs? I click add and done but they never show up. I’ve restarted and tried to save several times. Thanks, - Aaron

The Tstat10 has its own control engine so it is more of a peer rather than as slave expansion IO.

You can still do the programming in the Rocco as a master if you like, program some variables as if they are local IO. Then in the Tstat10 run a program to mirror the variables on the Rocco master to the outputs of the Tstat10 slave.

10 REM **** PROGRAM RUNNING ON MASTER ‘ROCCO’ *********
20 IF TEMP < SETPT START VAR2
30 IF TEMP > SETPT + 1 THEN STOP VAR2

10 REM *** SLAVE IO RUNNING ON TSTAT10 ****
20 OUT2 = 1VAR2

Where 1 is the panel ID of the Rocco master controller. Var2 is the virtual output on panel1 and out2 is the local output on the Tstat10.

Alright, how can I make inputs 1-11 on the Tstat10(Gabby) inputs 17+ on the T3LB (Rocco)?

I just want to read all the inputs from both controllers on Rocco and Rocco’s graphic screen.

10 IN17 = 3-2VAR1?

Not sure off hand but I believe you can put any IO in the system on the graphics screens. There’s no need to go through any gyrations to poll it or store it in local variables. It was a feature of our system in the early days but not sure the status off hand for our latest hardware. Let us know how you make out.