PTBurn
SDK
Page
48
of
68
©
2011
Primera
Technology,
Inc.
Primera
is
a
registered
trademark
and
Bravo
is
a
trademark
of
Primera
Technology,
Inc.
All
other
trademarks
are
the
property
of
their
respective
companies.
;
SingleRobotOnly
specifies
whether
or
not
to
allow
multiple
robots.
;
When
set
to
FALSE
it
will
allow
multiple
robots;
this
also
means
that
there
will
at
least
;
two
status
files
created
(one
master
status
file
SystemStatus.txt
and
one
status
file
for
each
;
robot
connected).
This
means
an
application
developed
for
PTBurn
SDK
2.x
will
need
to
change
slightly.
;
Set
to
TRUE
to
only
allow
a
single
robot
‐
this
will
also
create
the
same
PTStatus.txt
file
as
generated
;
in
PTBurn
SDK
2.x
SingleRobotOnly=FALSE
;
Setting
AutoSwitchRobot
to
TRUE
tells
the
SDK
to
switch
jobs
from
one
robot
to
another
robot
;
if
one
robot
goes
into
an
error
condition,
and
there
are
multiple
robots
attached.
AutoSwitchRobot=FALSE
;;;;;;;;;;;;
SHARED
FOLDER
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
This
is
the
local
path
of
where
the
Shared
Folder
"PTBurnJobs"
will
be
created.
;
The
shared
folder
will
be
created
on
first
startup
of
the
service.
LocalPath=c:\PTBurnJobs\
;
This
is
the
name
of
the
Shared
Folder.
;
If
not
specified,
the
default
is
"PTBurnJobs"
SharedFolderName=PTBurnJobs
;
This
is
the
remark/comment
that
is
given
to
the
Shared
Folder.
;
If
not
specified,
the
default
is
"PTBurnJobs
Shared
Folder"
SharedFolderRemark=PTBurnJobs
Shared
Folder
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
This
is
how
often
the
Status
file(s)
are
updated
;
Value
is
given
in
milliseconds.
Minimum
value
is
1000
StatusFrequency=2000
;
DrivesToUse
allows
you
to
disable
a
particular
drive
in
a
two
drive
system.
This
key
is
ignored
in
;
a
one
drive
system.
The
possible
values
are
;
0
‐
all
drives
are
used
(Default
mode)
;
1
‐
Only
the
top
drive
is
used
;
2
‐
Only
the
bottom
drive
is
used
;
;
!!
If
you
specify
1
or
2
for
this
key
then
the
DriveID
in
the
jrq
is
ignored
!!
DrivesToUse=0