Difference between revisions of "TestIT:Configuration Printer"
Jump to navigation
Jump to search
NolekAdmin (talk | contribs) (Created page with "===6.3.7 Printer=== Printer is to create the setup for the layout of the print. '''Setup fields:''' * Configuration * Setup * Collections '''''Configuration:''''' # Write...") |
NolekAdmin (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 22: | Line 22: | ||
'''''Setup:''''' | '''''Setup:''''' | ||
| + | |||
''Add element:'' | ''Add element:'' | ||
# Press Add element | # Press Add element | ||
| Line 60: | Line 61: | ||
* [[TestIT:Programming_Printer#CollectionAdd|CollectionAdd]] | * [[TestIT:Programming_Printer#CollectionAdd|CollectionAdd]] | ||
* [[TestIT:Programming_Printer#CollectionClear|CollectionClear]] | * [[TestIT:Programming_Printer#CollectionClear|CollectionClear]] | ||
| + | |||
| + | Find a code example and the parameters in the functions window, in section print. | ||
| + | |||
| + | |||
| + | [[TestIT:Configuration#Devices_in_TestIT%3A|Back to Configuration]] | ||
Latest revision as of 15:55, 11 September 2019
6.3.7 Printer
Printer is to create the setup for the layout of the print.
Setup fields:
- Configuration
- Setup
- Collections
Configuration:
- Write the device name and device description (required)
- Select if the device is active or not
- Select the following:
- Printer – Select the printer to use
- Height – Enter document height
- Width – Enter document width
- Margin top, bottom, left and right – Enter document margin top, bottom, left and right
- Default front family – Select document default front family
- Default front size – Select document default front size
- Press Save
- Now the design is going to be set up. Look at “design options”
Setup:
Add element:
- Press Add element
- Select the element type
- Container – A container can be the parent of all elements. (E.g. it can be used to split and arrange elements)
- Text – A static text
- Symbol – A dynamic text. Will insert the values of the selected symbol
- Image – A static image. Selected directly on the disk
- Barcode – A value configured as a barcode. Choose among many different types
- Table - A list of values from a printer collection. Specify the number of columns and row height
- Select the different setups depending on the selected element type
- ress OK – or Cancel and the element will not be added
Edit or delete element:
- Select the wanted element to the right
- Select Edit
- Make the wanted changes – or select Delete
Collections:
- This collection page is used to set up collections for the print device.
- A printer collection is a dynamic collection of values. The number of values will adjust automatically.
- The collection name is unique and is used in CollectionAdd, CollectionClear and Design
Add:
- Press New
- Write the name (required)
- Write a description
- Press Save
Delete:
- Select the delete button to the right
- A box will be shown; select Yes to accept or No if not
6.3.7.1 Commands
Commands in printer are:
Find a code example and the parameters in the functions window, in section print.