Line 60: |
|
|
|
|
|
With the graphical template designer you can design customized templates so they fit perfectly in the style of your store, making your store look more high-tech than ever. The ESL Server Software will also automatically generate and distribute all modified images to the ESLs. |
|
With the graphical template designer you can design customized templates so they fit perfectly in the style of your store, making your store look more high-tech than ever. The ESL Server Software will also automatically generate and distribute all modified images to the ESLs. |
- |
Types of solutions by ESL Server Software
|
|
|
|
|
|
|
- |
There are a few different types of solutions that the ESL Server Software will support. These different solutions include:
|
+ |
=ESL Server Software Solutions=
|
|
|
|
|
|
*CSV-file solution |
|
*CSV-file solution |
|
*SQL solution |
|
*SQL solution |
Line 68: |
|
*External content management solution |
|
*External content management solution |
|
*SQL API |
|
*SQL API |
|
|
|
|
|
|
|
|
|
|
+ |
==CSV-file solution==
|
|
|
+ |
The CSV-file based solution operates by running the provided
|
|
|
+ |
ESL server application that monitors an input folder in which CSV-files, containing
|
|
|
+ |
the product and link databases, are being placed by a back-office system. Logging
|
|
|
+ |
is done in an SQLite database file.
|
|
|
|
|
|
|
+ |
==SQL solution==
|
|
|
+ |
The SQL-based solution provides the possibility to monitor and control multiple stores
|
|
|
+ |
using one central or multiple local SQL databases in combination with the provided web
|
|
|
+ |
application.
|
|
|
+ |
The local ESL server application(s) will:
|
|
|
+ |
* Monitor a local or central SQL database using staging tables and processes them.
|
|
|
+ |
* Inserts status information of all ESLs into the SQL database
|
|
|
+ |
* Controls, monitors and configures ESLs and base stations
|
|
|
+ |
* Allows manual editing of product and link data bases (optional)
|
|
|
+ |
* Creates/changes image templates, generates the ESL images and sends them to the ESL tags.
|
|
|
|
|
|
|
+ |
==CSV / SQL hybrid solution==
|
|
|
+ |
The CSV / SQL hybrid solution matches the CSV-solution with as only difference that all
|
|
|
+ |
status information on the ESLs and base station are logged into a local SQL database
|
|
|
+ |
which can be retrieved by the back-office system
|
|
|
+ |
<i>Refer to chapter 7.4 in the user manual for more information</i>
|
|
|
|
|
|
|
+ |
==External content management solution==
|
|
|
+ |
When using external content management solution, the back office or content
|
|
|
+ |
management system handles the generation of the images and the linking of products to
|
|
|
+ |
ESLs.
|
|
|
+ |
The ESL server application basically only monitors an input folder for new images and
|
|
|
+ |
distributes them to the corresponding base stations / ESLs.
|
|
|
+ |
Status information will be logged into a local SQL database.
|
|
|
|
|
|
|
+ |
<i>See chapter 7.5 in the user manual for more information</i>.
|
|
|
|
|
|
|
+ |
==SQL API==
|
|
|
+ |
SQL queries can be used as API to create your own (web) application by executing SQL
|
|
|
+ |
queries to control and monitor the ESL system, while running the ESL server as
|
|
|
+ |
background service.
|
|
|
|
|
|
|
+ |
Refer to the service manual for the below topics:
|
|
|
+ |
*<i><b> Chapter 7.2 </b> for information on how to use the SQL product and link staging tables to link and update ESLs and use the status tables to monitor the ESL system. </i>
|
|
|
+ |
*<i><b>Chapter 12</b> on how to run the ESL server as service.</i>
|
|
|
+ |
*<i><b>Appendix J:</b> Using the SQL API for more information on this API.</i>
|
|
|
|
|
|
|
+ |
For maximum flexibility the SQL API can also be used in combination with the CSV/SQL
|
|
|
+ |
hybrid solution and with the external content management solution.
|
|
|
|
|
|
|
+ |
==REST API==
|
|
|
+ |
The ESL server has web service with a REST API that can be enabled to control the ESL
|
|
|
+ |
system locally or remotely using your own application.
|
|
|
+ |
<br>
|
|
|
+ |
To enable this feature, go to the Settings-tab, select Web Service / REST-API and check
|
|
|
+ |
the ‘Enabled’ checkbox and then press Apply.
|
|
|
+ |
The output format can be configured as XML or JSON as desired.
|
|
|
+ |
*<i><b>Refer to the user manual Appendix J:</b> For a listing of REST API commands.</i>
|
|
|
+ |
[[inert image]]
|
|
|
|
|
|
|
+ |
<i><b>Depending on your PC settings, you may need to launch the ESL server as administrator
|
|
|
+ |
to start the web service.</i></b>
|
|
|
|
|
|
=Documents= |
|
=Documents= |