5.SoftwareControl-LightwareDeviceController
HDMI-TPS-TX200series–User'sManual
55
Appliedfirmwarepackage:v1.3.2b3 | LDCsoftware:v2.5.7b2
Scan and Store
Thistoolcanbeusedtogetthevalue(orapart)ofanLW3property.Thedefinedpathwillbechecked
accordingtothepatternandtheresultwillbesavedintothevariable(numberorstringtype).Pressthe
?
buttontoopenthepatternoptions:
Pattern
Patterndescription
%s
Stringofcharactersstoppingatthefirstwhitespacecharacter
%
<number>
s
The next
<number>
ofcharacters(string)stoppingatthefirstwhitespace
%c
One character
%
<number>
c
The next
<number>
of characters
%[
<characters>
]
Definedcharacterset,specifiedbetweenbrackets
%[^
<characters>
] Negatedcharacterset,specifiedbetweenbracketswhichwillbeskipped
%*
Ignoredpart
<custom_text>
User-definedtext
Examples
NodePath
1
PropertyValue
Pattern
1
Scannedresult
/MANAGEMENT/STATUS.CpuTemperature 42C;0;75;0;7
%s
42
/MANAGEMENT/STATUS.CpuFirmware
1.3.0b3r32
%
12
s
1.3.0b3
/MEDIA/VIDEO/XP.DestinationPortStatus
T00AA;T00AF
%
6
c
T00AA
/MEDIA/UART/P1.Rs232Configuration
57600,8N1
%*[^
,
],%s
8N1
/MEDIA/AUDIO/XP.SourcePortStatus
T000A;T000B;T000F
%*
6
c%
5
c
T000B
/MANAGEMENT/UID.PackageVersion
1.3.0b6r37
%[^
b
]%*
1.3.0
/MANAGEMENT/NETWORK.HostName
lightware-00005031
lightware-
00005031
1
definedbytheuser
Reformat
Thevalueofthevariablecanbechangedbyaddingtextasprefixand/orpostfix.Type
%s
to indicate where
toinserttheoriginalvalue.
Example
▪
Original value
:3
▪
Pattern
:input%s
▪
Modified value
:input3