OPT MACHINE VISION TECH.CO. LTD
ADD:8 JingSheng Road, JingXia ChangAn DongGuan China 523853
TEL: 0769-82716188 FAX: 0769-81606698
E-mail:optmv1@optmv.com Website:Http://www.optmv.net
a) an example flowchart for serial port communication b) an example flowchart for Ethernet communication
Figure 1: Flowcharts for the two types communication (Here, we simply take setting the intensity for example.),
respectively. All the steps within dashed rectangle, which are achieved with function codes, are replaceable.
1.4. Example programs
We recommend 20ms time interval between a pair of “Set” and “Read” operations, offering room for the controller to react.
1.4.1 An example in C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OPTController
{
class Program
{
static private int IntensityValue = 0;
static void Main(string[] args)
{