B&B Electronics VFG3000 - Manual User Manual
Page 303

F
UNCTION
R
EFERENCE
L
OAD
C
AMERA
S
ETUP
(
PORT
,
CAMERA
,
INDEX
,
FILE
)
R
EVISION
1
P
AGE
287
L
OAD
C
AMERA
S
ETUP
(
PORT
,
CAMERA
,
INDEX
,
FILE
)
A
RGUMENT
T
YPE
D
ESCRIPTION
port
int
The port number where the camera is connected
camera
int
The camera device number
index
int
Inspection file number in the camera
file
cstring
Path and filename for the inspection file on the Gateway
CompactFlash card
D
ESCRIPTION
This function loads the inspection file from the Gateway CompactFlash card to the camera
memory. The number to be placed in the
port
argument is the port number to which the
driver is bound. The argument
camera
is the device number showing in Fieldbus Gateway
Manager status bar when the camera is selected. More than one camera can be connected
under a single driver. The
index
represents the inspection file number within the camera
where the file will be loaded in. The
file
is the path and filename for the source inspection
file on the CompactFlash card. This function will return true if the transfer is successful, false
otherwise.
*Note: This function should be called in a user program that runs in the background so the
Gateway has enough time to access the CompactFlash card.
F
UNCTION
T
YPE
This function is active.
R
ETURN
T
YPE
int.
E
XAMPLE
Success = LoadCameraSetup(4, 0, 1, “\\in0.isp”)
Loads the file named “in0.isp” in inspection file number 1 in camera device number 0
connected on port 4 (Ethernet Protocol 1).