2020.2

Table Of Contents
The two files that you need are located here: C:\Program Files (x86)\Objectif
Lune\ppnode\src\html
Be careful; errors in these files can lead to unpredictable behavior!
Setting the duration of the authentication
When a user has logged in, that user's authentication is valid for the duration of the session.
There is no option in the Workflow Preferences that allows you to set a different behavior for the
duration of the authentication. However, you can manually edit the file named: C:\Program
Files (x86)\Objectif Lune\ppnode\src\constants\default.js.
Look for the line exports.DEFAULT_SESSION_TTL = 0; and change the value to the number of
milliseconds that you want the authentication to last.
Note that editing any other value in this file may result in unpredictable behavior.
Serial Input plugin preferences
Serial input plugin preferences control certain functions of the PlanetPress Serial Capture
service, which in turn has a direct impact on all Serial input tasks performed by PReS
Workflow on a given computer.
Preferences
l
Serial settings group
l
Serial port: Select the port of the computer where the Serial input is connected to
(COM1 through COM8).
l
Baud rate: Select the baud rate of the Serial input. The baud rate is the number of
bits transferred per second. The transferred bits include the start bit, the data bits,
the parity bit (if defined), and the stop bits.
l
Data bits: Select the number of data bits defining the incoming data file on this
serial port. The data bits transferred through a serial port represent the data content.
This excludes the start, parity, and stop bits: these are bits defining the beginning
and end of each unit of transferred data, as well as error detection provided by the
parity bit. The majority of serial ports use between five and eight data bits. Binary
data is typically transmitted as eight bits. Text-based data is transmitted as seven
bits or eight bits. If the data is based on the ASCII character set, a minimum of seven
Page 801