For the description of objects and programming methods necessary for developing scripts in Axxon PSIM, see Guide for creating scripts (programming).
In the Access Manager module, you can print templates from several printers at the same time using a script.
Script for printing a template looks like this:
DoReactStr("AM","1","EXTERNAL_PRINT","person_id<>,template_path<>,target_slave<>,target_device<>"); |
Parameters:
You can print templates from several printers at the same time if printers have the last saved settings that are the same for all devices, for this:
Example of a script for printing a template:
DoReactStr("AM","1","EXTERNAL_PRINT","person_id<3>,template_path<D:\AxxonTemplate.axt>,target_slave<A-KING>,target_device<Microsoft Print to PDF>"); |