Peer to Peer data sharing

I believe I have been down this road before…

I’m have two Tstat10 devices that data from one device will not transfer to another. My program looks like this:

10 VAR12 = 199697AV1 whereas…

VAR12 is in the device I’m writing to and the device I’m writing from has a device id of 199697. All firmware is of the latest release. The program loads successfully but the data is not shared.

Thank you,

Jim

According to your requirements, you should set all TSTAT10 to the MSTP mode.

I have just uploaded the latest rev67.8 as well. You’d better update to this version.

Additionally,you have to change keyword “IN” to “AI”

10 VAR1 = 200605AI15

20 VAR2 = 199679AV1

Chelsea,

The 67.8 looks like it for BB controllers. I’m only using Tstat10 devices on this network and the latest firmware that I can find is 67.5 which is loaded into all Tstat10 devices. I have the program lines written as you have illustrated and the point sharing still does not work.

The way its SUPPOSED to work is

10 VAR1 = 2IN1

Where VAR1 is the local controller and 2IN1 is an input on a remote controller.

Chelsea, this is the recommended method between controllers like the T3 and Tstat10 series controllers. The AV and AI method works but its used when integrating 3rd party Bacnet devices.