AxisInformation Class
Constructor
AxisInformation
-
options
Parameters:
-
optionsObject
Item Index
Methods
Properties
Methods
binaryStoreSize
()
Number
Returns:
createExtensionObjectDefinition
-
addressSpace
creates the requested data structure and javascript objects for the OPCUA objects
Parameters:
-
addressSpaceAddressSpace
decode_debug
()
generateEnumerationCode
-
dataType -
filename
convert a nodeset enumeration into a javascript script enumeration code
Parameters:
-
dataTypeObject -
filenameStringthe output filename
getSchemaSourceFile
-
namespace -
schemaName -
schema_type -
schema_folder
returns the location of the javascript version of the schema corresponding to schemaName
Parameters:
-
namespaceString -
schemaNameString -
schema_typeString"enum" | "schema"
-
schema_folderString
Returns:
isValid
()
Boolean
Returns:
makeEnumeration
-
dataType
const dataType = { browseName: "Color", definition: [ { name: "Red", value: 12}, { name: "Blue", value: 11} ] };
makeEnumeration(dataType);
Parameters:
-
dataTypeObject
Returns:
toString
()
String
Returns:
Properties
axisScaleType
AxisScaleEnumeration
LINEAR, LOG, LN, defined by AxisSteps
axisSteps
Double
Specific value of each axis steps, may be set to Null if not used
Default: null
title
LocalizedText
User readable axis title, useful when the units are %, the Title may be Particle size
The NodeOPCUA API