blob: fde30b93c0ca0af6d45899a35b2ef50ed0370179 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd" >
<FBType Name="STRIP4" Comment="4-Pen Strip Chart Recorder" >
<Identification Standard="61499-1" Classification="Service Interface" ApplicationDomain="Human Interface" Function="Recorder" Type="Strip Chart" />
<VersionInfo Organization="Rockwell Automation" Version="0.1" Author="JHC" Date="2004-09-03" Remarks="Deleted QI, QO, MAX_SCALE, MIN_SCALE; made inputs UINT{0..100}." />
<CompilerInfo header="package fb.rt.swing;" classdef="public class STRIP4 extends STRIP3" >
<Compiler Language="Java" Vendor="IBM" Product="VisualAge" Version="3.0" />
</CompilerInfo>
<InterfaceList>
<EventInputs>
<Event Name="INIT" >
<With Var="COLORS" />
<With Var="BKGD" />
<With Var="SIZE" />
<With Var="DX" />
</Event>
<Event Name="REQ" >
<With Var="PEN1" />
<With Var="PEN2" />
<With Var="PEN3" />
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" >
</Event>
<Event Name="CNF" >
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="PEN1" Type="UINT" Comment="Pen 1 Position, 0-100%" />
<VarDeclaration Name="PEN2" Type="UINT" Comment="Pen 2 Position, 0-100%" />
<VarDeclaration Name="PEN3" Type="UINT" Comment="Pen 3 Position, 0-100%" />
<VarDeclaration Name="PEN4" Type="UINT" Comment="Pen 4 Position, 0-100%" />
<VarDeclaration Name="COLORS" Type="COLOR" ArraySize="4" InitialValue="[red,blue,green,yellow]" Comment="PEN1,2,3,4 Colors" />
<VarDeclaration Name="BKGD" Type="COLOR" InitialValue="lightGray" Comment="Background Color" />
<VarDeclaration Name="SIZE" Type="UINT" ArraySize="2" InitialValue="[200,200]" Comment="Width,Height" />
<VarDeclaration Name="DX" Type="UINT" InitialValue="10" Comment="x-increment size" />
</InputVars>
</InterfaceList>
</FBType>