
124
CONTENTS
12
HRTC - Hardware Real-Time Controller
12.1
Introduction
The
Hardware Real-Time Controller
(HRTC) is built into the FPGA. The user can define a sequence of operating
steps to control the way how and when images are exposed and transmitted. Instead using an external PLC, the
time critical acquisition control is directly build into the camera. This is a very unique and powerful feature.
12.1.1
Operating codes
The operating codes for each step can be one of the followings:
OpCode
Parameter
Description
Nop
-
No operation
SetDigout
Operation array on dig out
Set a digital output
WaitDigin
State definition array on dig in
Wait for a digital input
WaitClocks
Time in us
Wait a defined time
Jump
HRTC program address
Jump to any step of the program
TriggerSet
Frame ID
Set internal trigger signal to sensor controller
TriggerReset
-
Reset internal trigger signal to sensor controller
ExposeSet
-
Set internal expose signal to sensor controller
ExposeReset
-
Reset internal expose signal to sensor controller
FrameNrReset
-
Reset internal sensor frame counter
256 HRTC steps are possible.
The section
How to use the HRTC
(p. 124) should give the impression what everything can be done with the HRTC.
wxPropView - Introduction:
https://www.matrix-vision.com/tl_files/mv11/trainings/wxPropView/wx
←
-
PropView_HRTC/index.html
12.2
How to use the HRTC
To use the HRTC you have to set the trigger mode and the trigger source. With object orientated programming
languages the corresponding camera would look like this (C++ syntax):
CameraSettings->triggerMode = ctmOnRisingEdge
CameraSettings->triggerSource = ctsRTCtrl
When working with
wxPropView
(p. 77) this are the properties to modify in order to activate the evaluation of the
HRTC program:
MATRIX VISION GmbH
Summary of Contents for mvBlueFOX
Page 1: ...mvBlueFOX Technical Manual...
Page 22: ...5 2 European Union Declaration of Conformity statement 15 MATRIX VISION GmbH...
Page 23: ...16 CONTENTS MATRIX VISION GmbH...
Page 24: ...5 3 Legal notice 17 5 3 Legal notice 5 3 1 For customers in the U S A MATRIX VISION GmbH...
Page 53: ...46 CONTENTS Figure 3 D Sub 9 pin male digital I O MATRIX VISION GmbH...
Page 117: ...110 CONTENTS MATRIX VISION GmbH...
Page 201: ...194 CONTENTS 20 1 5 2 Color version MATRIX VISION GmbH...
Page 202: ...20 1 mvBlueFOX Model 220 0 3 Mpix 640 x 480 195 20 1 5 3 Gray scale version MATRIX VISION GmbH...
Page 203: ...196 CONTENTS MATRIX VISION GmbH...
Page 211: ...204 CONTENTS MATRIX VISION GmbH...
Page 217: ...210 CONTENTS 20 3 5 2 Color version MATRIX VISION GmbH...
Page 219: ...212 CONTENTS MATRIX VISION GmbH...
Page 220: ...20 3 mvBlueFOX Model 221 0 8 Mpix 1024 x 768 213 MATRIX VISION GmbH...
Page 225: ...218 CONTENTS 20 4 5 2 Color version MATRIX VISION GmbH...
Page 227: ...220 CONTENTS MATRIX VISION GmbH...
Page 235: ...228 CONTENTS MATRIX VISION GmbH...