How to add data sheets to the same PDF file when outputting data sheets as PDF files
When adding data sheets to the final page of the PDF located at EXT0000(access folder)\LIST\LINEA\Report.pdf on an SD card


When adding five pages from data sheet number 1
The above settings will add the five pages of data sheet numbers 1 to 5 to the final page of Report.pdf.
* To use [Printer Control Device], the printer connection settings must be configured at [System Setting] → [Hardware Setting].
It is also possible to add data sheets by executing the SYS (STA_LIST) macro command.
$s01656 = FH (W) Turn ON least significant four bits (PDF add instruction)
$u00100 = 1 (W) First page
$u00101 = 5 (W) Number of pages for output
$u00102 = 'Report' (STRING) Filename
$u00134 = 'LINEA' (STRING) Subfolder name
SYS (STA_LIST) $u00100
* Printer connection settings are not required when using a macro command.
For more information on data sheets, refer to the Reference Manual 1.
Download here.