14
iPORT Advanced Features User Guide
General Syntax Rules
The following table provides rules you must follow for entering syntax. Input signals are shown as I0-I7,
and output signals are shown as Q0-Q17. The length of each expression is limited to 10
00
bytes.
Comments can be added to the end of expressions by using // before the comment.
Example Equations
Your video interface can process up to 15 advanced feature equations at one time. eBUS Player provides
configuration fields for equations 0-14.
The following table provides some example equations you can enter.
You can comment out full equations by adding // to the beginning of the equation.
Table 3: Syntax Rules
Rule
Incorrect Syntax
Correct Syntax
The output must be on the left hand side of the equation (the
value is being assigned to Q4, not I5).
I5 = Q4
Q4 = I5
Outputs may not be on the right hand side of the equation.
Q1 = I7 & I8
Q1 = I7 & I8
Q2 = Q1 | I5
Q2 = (I7 & I8) | I5
Equations must be separated by a carriage return or an EOL
symbol.
Q3 = I7,Q15=I8
Q3 = I7
Q15 = I8
Table 4: Example Equations
Feature
Equation
PlcEquation0
GpioOut0 = GpioIn0 // Comments
PlcEquation1
Timer0Trig = GpioIn1 & PlcCtrl0
PlcEquation2
Pb0CC0 = (Timer0Out & PlcCtrl1) | (Timer0Trig & !PlcCtrl1)
Summary of Contents for iPORT CL-Ten
Page 8: ...4 iPORT Advanced Features User Guide...
Page 12: ...8 iPORT Advanced Features User Guide...
Page 38: ...34 iPORT Advanced Features User Guide...
Page 52: ...48 iPORT Advanced Features User Guide 6 In the ChunkSelector list select PixelBusMetadata...
Page 55: ...51 Extended Chunk Mode Support 3 In the ChunkEnable list click True...
Page 56: ...52 iPORT Advanced Features User Guide...
Page 72: ......