Class FriendNodeConfig
Version 1.0
Modified 08-MAR-2026 11:05:32.00
 The FriendNodeConfig object configures a link to another ProviewR node.

 The FriendNodeConfig object is created in the project volume as a child to
 a BusConfig object in the node hierachy. In this case, all the nodes on
 the buss will connect to the friend node. It can also be positioned as a
 child to a NodeConfig object, configuring a link from this node to the
 friend node.

 By default all nodes in the same project and bus will create links to each
 other, but by setting QComAutoConnectDisable in the BusConfig object the links
 can be individually configured with FriendNodeConfig objects.

 The friend node configuration has to be mutual, otherwise connect requests
 are not accepted.

 The connection can configured to be Full or QCom only. Full connections is
 needed between process and operator stations, while QComOnly is sufficient
 between storage servers and process/operator stations.

See also



RtBody attributes pwr_sClass_FriendNodeConfig
String104 Description   Description of the node
String80 NodeName   Name of the node
NodeConnectionEnum Connection   Connection level.
String80 Address   Ip address of the node.
UInt32 Port   QCOM port, if different from standard port.
String80 Volume   Name of the rootvolume of the node.
Float32 QComMinResendTime   QCom minimum resend time in seconds.
Float32 QComMaxResendTime   QCom maxium resend time in seconds.
UInt32 QComExportBufQuota   QCom max export buffer quota.
Float32 QComAckDelay   QCom acknowledge delay time in seconds.
RedundanceNodeConfig SecondaryNode   Secondary node.


Template Object
QComExportBufQuota 600000
QComAckDelay 0.002


Attributes detail


Description Attribute
Class Attribute
Type String104
Flags
Body RtBody
 Description of the node

NodeName Attribute
Class Attribute
Type String80
Flags
Body RtBody
 Name of the node

Connection Attribute
Class Attribute
Type NodeConnectionEnum
Flags
Body RtBody
Connection level.

Address Attribute
Class Attribute
Type String80
Flags
Body RtBody
Ip address of the node.

Port Attribute
Class Attribute
Type UInt32
Flags
Body RtBody
QCOM port, if different from standard port.

Volume Attribute
Class Attribute
Type String80
Flags
Body RtBody
Name of the rootvolume of the node.

QComMinResendTime Attribute
Class Attribute
Type Float32
Flags
Body RtBody
QCom minimum resend time in seconds.

QComMaxResendTime Attribute
Class Attribute
Type Float32
Flags
Body RtBody
QCom maxium resend time in seconds.

QComExportBufQuota Attribute
Class Attribute
Type UInt32
Flags
Body RtBody
QCom max export buffer quota.

QComAckDelay Attribute
Class Attribute
Type Float32
Flags
Body RtBody
QCom acknowledge delay time in seconds.

SecondaryNode Attribute
Class Attribute
Type RedundanceNodeConfig
Flags CLASS
Body RtBody
Secondary node.