EasyManua.ls Logo

Scanlab RTC6 PCIe Board - Get_List_Serial; Get_List_Space

Scanlab RTC6 PCIe Board
1004 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
414
innovators for industry
Ctrl Command get_list_serial
Function Returns the number of the serial-number-set most recently selected by
select_serial_set_list (or of serial-number-set 0 after load_program_file) and the current
serial number of this serial-number-set.
Call
LastMarkedSerialNo = get_list_serial( &Set )
Result Serial number.
As a 64-bit IEEE floating point value.
Returned
parameter
values
Set
Number of the selected serial-number-set.
As a pointer to an unsigned 32-bit value.
Comments The serial number queried by get_list_serial is typically the one most recently marked
by mark_serial or mark_serial_abs.
For usage of get_list_serial, see Chapter 7.5.2 ”Marking Serial Numbers”, page 210.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References select_serial_set_list, get_serial
Ctrl Command get_list_space
Function Returns the amount of free RTC6 List Memory, hence the number of list commands that
can still be loaded from the input pointer’s current position to the last position in the
respective list.
Call
ListSpace = get_list_space()
Result Number of free list positions.
As an unsigned 32-bit value.
Comments If an indexed subroutine or indexed character set is currently being loaded into the
protected RTC6 List Memory area “List 3”, then get_list_space returns the amount of
still-available protected memory (otherwise the input pointer is not located in the
protected area).
RTC4RTC6 get_list_space has been made available on the RTC4 to support the RTC4-Circular Queue
Mode and returns the distance between the input pointer and output pointer. The RTC6
does not support the RTC4-Circular Queue Mode. The input pointer position can be
queried by get_input_pointer or get_list_pointer and the output pointer position can be
queried by get_status or get_out_pointer.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References get_input_pointer, get_status, get_out_pointer, get_list_pointer

Table of Contents