Flash Or Emc Delete File Request - Printronix SL4M Reference Manual

Pxml application developer
Hide thumbs Also See for SL4M:
Table of Contents

Advertisement

Chapter
2
Messaging
For EMC the response will be:
<?xml version="1.0" encoding="UTF-8"?>
<pxml>
</pxml>
If no EMC is available in the printer, the following will be returned. Since EMC
is optional storage, no error message generates.
<?xml version="1.0" encoding="UTF-8"?>
<pxml>
</pxml>

Flash or EMC Delete File Request

This is supported by PXML version 2.0 or higher. The request is sent to delete
a single unprotected flash file. This request does require a password. This
command also accepts the "*.ext", to delete all files with a given extension.
<?xml version="1.0" encoding="UTF-8"?>
<pxml password="abc123" >
</pxml>
To delete a file from EMC set type=EMC.
<?xml version="1.0" encoding="UTF-8"?>
<pxml password="abc123" >
</pxml>
If the file is not present in the file system, no error message generates. The
file is deleted.
38
<storage>
<emc type="unprotected">
<file name="form1.pgl"
<file name="form2.pgl"
</emc>
</storage>
<storage>
</storage>
<storage type="flash">
<delete name="form1.pgl"/>
</storage>
<storage type="emc">
<delete name="form1.pgl"/>
</storage>
size="000034"/>
size="000124"/>

Advertisement

Table of Contents
loading

This manual is also suitable for:

T4mSl5000rT5000rP7000 h-series

Table of Contents