![G.i.N HostCAMF44 User Manual Download Page 30](http://html.mh-extra.com/html/g-i-n/hostcamf44/hostcamf44_user-manual_555259030.webp)
- 30 -
© G.i.N. GmbH, 2018
Intelligente Datenlogger
Network Camera (HostCAMF44) Manual
LED1 = (TriggerFlag1) LED2 = (TriggerFlag2)
LED3 = (TriggerFlag3) LED4 = (TriggerFlag4)
LED5 = (_10msec > 50)
END
6.1 Permanent Recording of Camera Images
During a measurement with the data logger, the HostCAMF44 makes it possible to record images
permanently and to transmit them to the data logger. For this,
»
Image resolution (see chap.3.3) and frame rate (see chap. 3.5) have to be set low enough
»
The action “Pretrigger” must be deactivated resp. set to 0.
»
The action “While the rule is active” must be active (see chap. 3.5).
»
The action “Post-event time” must be deactivated resp. set to 0.
The following example shows how a permanent recording with HostCAMF44 with two sensor units in
connection with the G.i.N. data logger is possible:
LTL excerpt for controlling the camera
SYSTEM
HostCameraAddress =
"192.168.9.90"
HostCameraType
= 2
HostCameraParam
= 2
HostCamera2Address =
"192.168.9.90"
HostCamera2Type
= 2
HostCamera2Param
= 2
VAR
CamSwitch =
FREE
[1]
FLAG
CamRecord = (HostCameraStatus.1
AND
CamSwitch)
EVENT
ON SET
(Key1)
BEGIN
CALC
CamSwitch = (
NOT
CamSwitch)
END
ON SET
(CamRecord)
ON RESET
(CamRecord)
BEGIN
CALC
HostCameraTrigger = (CamRecord)
HostCamera2Trigger = (CamRecord)
END
ON SYSTEM
(Shutdown)
BEGIN
CALC
CamSwitch = (0)
END
OUTPUT
LED1 = (CamSwitch)
LED2 = (CamRecord)
»
The data logger triggers the camera immediately when it comes online (“
HostCameraStatus.1 = 1
”) and
keeps the trigger active until shutdown.
»
If the camera is not connected anymore (“
HostCameraStatus.1 = 0
”), the data logger resets the trigger
with “
HostCameraTrigger = Off
”. As soon as the camera is online, the data logger triggers it again. This
functionality helps to transmit the camera data in the case of a short interruption.
»
For every measurement (without interruption), a zip file with the transmitted images is stored in the root
directory of the external storage medium.
»
The camera trigger is set and reset with key1