String Type Paramter Control; Boolean Type Parameter Control; Command Type Paramter Control - Omron STC-SBE132POE Product Specifications And User's Manual

Gige vision color / monochrome cmos poe camera
Table of Contents

Advertisement

String type paramter control

String type parameter such as "DeviceModelName" control.
e.g.DeviceModelName writing (DeviceModelName cannot overwrite)
[C++]
PvDevice.GetGenParameters()->SetString("DeviceModelName", "STC-SB33POE");
[C#]
PvDevice.GenParameters.SetStringValue("DeviceModelName", "STC-SB33POE");
e.g. DeviceModelName reading
[C++]
PvDevice.GetGenParameters()->GetString("DeviceModelName", &PvStringValue);
[C#]
stringValue = PvDevice.GenParameters.GetStringValue("DeviceModelName");

Boolean type parameter control

Boolean type parameter such as "LineInverter0" control.
e.g. LineInverter0 writing
[C++]
PvDevice.GetGenParameters()->SetBooleanValue("LineInverter0", true);
[C#]
PvDevice.GenParameters.SetBooleanValue("LineInverter0", true);
e.g. LineInverter0 reading
[C++]
PvDevice.GetGenParameters()->GetBooleanValue("LineInverter0", &boolValue);
[C#]
boolValue = PvDevice.GenParameters. GetBooleanValue("LineInverter");

Command type paramter control

Command type parameter such as "TriggerSoftware"
e.g. TriggerSoftware generating
[C++]
PvDevice.GetGenParameters()->ExecuteCommand("TriggerSoftware");
[C#]
PvDevice.GenParameters.ExexuteCommand("TriggerSoftware");
STC-SBE132POE / STC-SCE132POE
Product Specifications and User's Guide
For more information please contact Aegis Electronic Group, Inc. *(888)687-6877 *aegis-g2@aegiselect.com *http://www.aegiselect.com
No.14S002-08
44/53

Advertisement

Table of Contents
loading

Table of Contents