REMOTEPC
TYPE REMOTEPC
STRUCT
    NetId   : T_AmsNetId;
    Name    : STRING(31);
END_STRUCT
ND_TYPE
NetId: The network address of the remote PC;
Name: The remote PC identifier;
Requirements
| Development environment | Target system type | PLC libraries to include | 
|---|---|---|
| TwinCAT v2.7.0 | PC or CX (x86) | Standard.Lib; PLCSystem.Lib; TcPLCAds.Lib; PLCHelper.Lib; TcPlcUtilities.Lib | 
| TwinCAT v2.8.0 | PC or CX (x86) | TcUtilities.Lib ( Standard.Lib; TcBase.Lib; TcSystem.Lib are included automatically ) | 
| TwinCAT v2.10.0 Build >= 1301 | CX (ARM) |