NodeAsUint

NodeAsUint 1:

This method returns the text of an XML node as data type Unsigned Integer. The XML node is transferred to the method as input parameter.

Syntax

METHOD NodeAsUint : UDINT
VAR_INPUT
  n : SXmlNode;
END_VAR

NodeAsUint 2: Return value

Name

Type

NodeAsUint

UDINT

NodeAsUint 3: Inputs

Name

Type

n

SXmlNode

Sample call:

nXmlNode:= fbXml.NodeAsUint(xmlMachine1);