beautypg.com

Gasboy CFN Series CFN II Quick Reference User Manual

Page 11

background image

CFN II Quick Reference

C09159 Rev. 2238

7

NExt DAY (151) stops the site, closes the current
day, restarts the site, opens the cash drawer for a safe
drop, and loads shift 1.

Options: IA
I

option does not restart the site; useful for
sites that are not open 24 hours a day

A option ignores the system parameter that sets

the time interval required between changing
shifts with this command

nextshft a shift-change command to change shift,
either system-wide or on a particular console.

Options: [POS#]

NExt SHift (152) closes the current site shift, loads
the next shift number, and opens the cash drawer for
a safe drop.

Option: A
A option ignores the system parameter that sets

the time interval required between changing
shifts with this command

PAUse (149) prompts for user input.

Options: IA P1
I

option saves line of input for next command
that needs terminal input

A option suppresses line feed
P1 option is used with fixed decimal numbers

PERM disk-based command to change permission
levels of system-resident commands.

Options: [-P][-V] [filename]
-P print current configuration
-V display in TTY form if port is configured as

a CRT in the system parameters, or vice
versa

PJ a disk-based command to print journal
information.

Options: [-Cn[-m]] [-Rn[-m]] [-An[-m]] [-Un[-

m]] [-Sn[-m]] [-Dn[-m]] [-Hn[-m]] [-Bn[-m]]

[-Nx[-y]] [-Tx[ss]] [-Oy[:z]] [-X] [-W] [-V]

[-E] [-I] [-F]

[-G] [-L] [-M] [-P] [-?] [filename]

-Cn[-m] list journal entries for console n (to m)
-Rn[-m] list journal entries for island card reader

n (to m)

-An[-m] list journal entries for pump n (to m)
-Un[-m] list journal entries for user/clerk n (to

m)

-Sn[-m] list journal entries for shift n (to m)
-Dn[-m] list journal entries for date n (to m)
-Hn[-m] list journal entries for hour n (to m)
-Bn[-m] list journal entries for department n (to

m)

-Nx[-y] list journal entries for transaction

number x (to y)

-Tx[ss] list tender type x (sub-tender type ss)
-Oy[:z] length of the first and second fields of

club cards

-X compressed listing
-W raw data listing
-V list events only
-E include events
-I do not include merchandise-item entries
-F do not include fuel-item entries
-G List general events only
-L Print total without transaction records
-M do not include tender records
-P list journal entries for previous day’s

journal; if no filename specified,
PREVIOUS.LOG is default

-? print help
[filename] if no filename is specified,

JOURNAL.LOG is default

PORT (155) allows the site to manipulate a serial
port to communicate with devices connected to that
port.

Options: Open, Send, Wait, Receive, Flush,

Close

Open option initializes the port:

PORT OPEN [] [BAUD
(300|1200|2400|4800|9600)] [DATA7]
[STOPS2] [PARITY (EVEN|ODD)]
[NOFLOW] [LF]

SC port number, defaults to 2
BAUD baud rate, defaults to 2400
DATA7 7 data bits, defaults to 8
STOPS2 2 stop bits, defaults to 1
PARITY parity, defaults to none
NOFLOW turns off flow-control
(normally XON/XOFF)
LF adds CR LF to lines (default is CR)


Send option transmits characters from string or

file, or causes a break:

PORT

(SEND[LINE]

<string>

|SENDBREAK|SENDFILE <fname>)
SEND <string> <string> is sent to port
SENDLINE <string> <string> is sent
followed by a CR (and LF if LF option
was used in OPEN)
SENDBREAK causes a break on the line
SENDFILE <fname> sends file as lines
followed by CR (and LF if LF option was
used in OPEN)
SENDPACKET <string> sends
<string> where
LRC is the XOR of <string> and ETX