BACNet via MSTP Syntax

Not sure if DO3 is a valid bacnet object, I think it should be BO3.

I would set a local var = to the remote bacnet point

10 VAR1 = 1111BO3
< where 1111 is the bacnet instance of the remote device.
and BO3 is the remote bacnet object on the remote device.
var1 is a local variable, make sure to set the range to ON-OFF

Then you can check here to make sure the remote point is coming in correctly, you can check the status here:

image

And finally, add a line to set the local OUT1 to the remote point
20 OUT1 = VAR1

You can see the syntax for other network devices on main and subnets, using bacnet and modbus protocols here: