![Phytec USB-CAM-003H Manual Download Page 42](http://html1.mh-extra.com/html/phytec/usb-cam-003h/usb-cam-003h_manual_1554190042.webp)
USB-CAM-003H / 103H / 004H / 104H / 051H / 151H / 052H / 152H
Figure 34: Digital Output
Note:
The following points must be considered:
•
The maximum current that can flow through the transistor is
200mA.
•
The maximum voltage at the output (for example over a Pull-Up-
Resistor) is 24 volt in relation to ground.
Sample code for addressing the digital output:
private VCDSimpleProperty VCDProp;
private void Form1_Load(object sender, EventArgs e)
{
icImagingControl1.Device
="
DEVICE NAME
";
// Abfrage der Kamera Einstellungen.
VCDProp=
CDSimpleModule.GetSimplePropertyContainer(icImagingControl1.VCDPropertyIt
ems);
// Den neuen Werte für den Ausgang setzen.
VCDProp.RangeValue[VCDIDs.VCDElement_GPIOOut] = 0;
// Auf den Ausgang schreiben.
VCDProp.OnePush(VCDIDs.VCDElement_GPIOWrite);
}
40
©
PHYTEC Messtechnik GmbH 2011 L-740e_0