|
You are configuring the node manager incorrectly. Are the two computers supposed to be different nodes on the same subsystem? or different nodes on different subsystems? Be sure to read through the JAUS reference architecture v3.3 documents to understand exactly what this means.
Assuming the machines are different nodes on the same subsystem, the correct configuration is like this:
On the machine with IP X.X.71.69, configure the Node Communications as follows:
[Node_Communications]
Enabled: true
JUDP_Interface: true
JUDP_IP_Address: xx.xx.71.69
#JAUS_OPC_UDP_Interface: true
#JAUS_OPC_UDP_IP_Address: xx.xx.71.69
On the machine with IP X.X.26.70 configure the node communications like this:
[Node_Communications]
Enabled: true
JUDP_Interface: true
JUDP_IP_Address: xx.xx.26.70
#JAUS_OPC_UDP_Interface: true
#JAUS_OPC_UDP_IP_Address: xx.xx.26.70
Make sure each node manager configuration has the same SubsystemId number, but DIFFERENT NodeId numbers. Also make sure the Subsystem Communications is set Enabled to false.
|