Jazz Soft 您要联络吗?   JazzSoft@live.com     简体字汉语   英语  日语  繁体字汉语  简体字汉语
提供半导体工厂自动化与生产效率改善法 
Skip Navigation Links首页 > 产品一览 > bop > bop 详细资料 > NodeValue

Dorian.Core is added. Dorian now supports .NET 6 and 7.

bop 详细资料   

Properties
ALIDCode
ALIDCount
ALIDDescription
CEIDCount
CEIDDescription
Communication
ControlState
ControlStateSwitch
DeviceID
DiscardDuplicatedBlock
Function
HexDump
Host
IniFile
IPAddress
LocalPortNumber
LogFileBakCount
LogFileEnable
LogFileEnableCommunication
LogFileName
LogFileSize
LogicalConnection
LogicalConnectionFileName
Node
NodeCount
NodeType
NodeValue
NodeValueHex
OfflineRequest
OnlineRequest
PassiveEntity
PhysicalConnection
PortNumber
PType
Reply
SessionID
SML
Stream
SType
SystemBytes
T1
T2
T3
T4
T5
T6
T7
T8
Verification
VIDCount
VIDDefault
VIDDescription
VIDMax
VIDMin
VIDNodeType
VIDRawValue
VIDType
VIDUnit
VIDValue
ViewStyle
WaitBit
WorkSpace

Methods
Configure
DefProc
IndexToALID
IndexToCEID
IndexToVID
InvokeAlarm
InvokeEvent
IsValidVID
Load
LoadIniFile
RegisterALID
RegisterVID
Save
Send
UnregisterALID
UnregisterVID
WriteToLogFile

Events
CommunicationStateChanged
Connected
ConnectionStateChanged
ControlStateChanged
Errors
Received
Sent
VIDChanged

NodeValue Property

Node value. Binary format, numerical format (signed integers, unsigned integers, floating point numbers) will be converted to decimal expression character strings. Boolean format "true" will be converted to "1" and "false" will be converted to "0".

In the case of an item array, (NodeCount greater than 1), each element is separated by one character of space code. For example, let's assume the SML message below.


{
  <u2 333 444 555>
}

To read out this u2 item, specicy "1" in Node.


.Node = "1"

When read out, a character string as shown below will return.


"333 444 555"

If we only wish to read out specific elements of the array, specify the index using [].


.Node = "1[1]"

When this is read, the specific elements only will return, as shown below.


"444"

Syntax

Visual Basic

NodeValue As String


Visual C++

BSTR GetNodeValue();

Return Value

Example

Remarks

Read-only property

See Also

NodeValueHex Property

您要联络吗?   JazzSoft@live.com
  Copyright © 1997 - 2024 Jazz Soft, Inc.