NetLinx Programming
143
TPI-PRO/DVI (Total Presentation Interface)
Data List Commands (Cont.)
^LDA (Cont.)
Example (unicode):
SEND_COMMAND Device,"'^LDA-
1,1,0045006E0074007200790035,004D006500610074006C006F00610061,00420
065007300740020006F0066,0041006E0079007400680069006E006700200066006
F00720020004C006F00760065'"
Adds a unicode text row to the data list located at address 1.
The primary data is set as Entry5.
Meatloaf, Best of, and Anything for Lunch are all cells within the new row.
^LDR
Removes a
row from an
existing data
list
Syntax:
SEND_COMMAND <DEV>,"'^LDR-<list address>,<uniflag>,<primary data>'"
Variables:
• list address = address where data resides
• uniflag = indicates unicode; 0 - No unicode, 1 - Uses unicode
• primary data = the "key" data column. The information in this column provides each row with
its uniqueness.
Example:
SEND_COMMAND Device,"'^LDR-1,0,Entry5'"
Removes the text row with primary data Entry5 from an existing data list at address 1.
^LDC
Clears all rows
in a given list
Syntax:
"'^LDC-<list address>'"
Variables:
• list address = address where data resides
Example:
SEND_COMMAND Device, "'^LDC-1'"
Clears all rows in data list located at address
1
.
^LDD
Deletes the
data list
Syntax:
"'^LDD-<list address>'"
Variables:
• list address = address where data resides
Example:
SEND_COMMAND Device, "'^LDD-1'"
Deletes the data list located at address
1
.
Summary of Contents for TPI-PRO-4
Page 14: ...xii TPI PRO Total Presentation Interface Table of Contents ...
Page 76: ...TPI PRO DVI Configuration Pages 70 TPI PRO DVI Total Presentation Interface ...
Page 172: ...Terminal Telnet Commands 166 TPI PRO DVI Total Presentation Interface ...
Page 180: ...Upgrading Firmware 174 TPI PRO DVI Total Presentation Interface ...
Page 208: ...Supported Input and Output Modes 202 TPI PRO DVI Total Presentation Interface ...
Page 214: ...Appendix 208 TPI PRO DVI Total Presentation Interface ...
Page 217: ...Troubleshooting 203 TPI PRO Total Presentation Interface ...