x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Ix4Trace.Engine.Entity.Flow Namespace Reference

Classes

class  Flow
 Represents a Flow of x4Trace. Name of the database table is Flow. This object fires data modification events. This is the base of the production, contains the opeations and manufacturin instructions. More...
 
class  FlowAddInfo
 Represents a flow additional information of x4Trace. Name of the database table is FlowAddInfo. Uses for when the product instance has a special information, when It is on an operation/block. More...
 
class  FlowBlock
 Represents one operation or a group of operations of the flow. Name of the database table is FlowBlock. More...
 
class  FlowBlockConnection
 Represents a connection between two port of blocks. Name of the database table is FlowBlockConnection. More...
 
class  FlowBlockDocuments
 Represents the avalilable type of documents of the block. Name of the database table is FlowBlockDocuments. More...
 
class  FlowBlockInput
 Represents the input ports of the block. Name of the database table is FlowBlockInput. This is the box at the top of the flowblock on GUI. More...
 
class  FlowBlockOutput
 Represents the output ports of the block. Name of the database table is FlowBlockOutput. This is the box at the bottom of the flowblock on GUI. More...
 
class  FlowBlockProcessVariable
 Represents a variable of flow block. This variable is a variable of the process. Name of the database table is FlowBlockProcessVariable. More...
 
class  FlowBlockProductVariable
 Represents a variable of passed product of block. This variable is a variable of the product. For example a measured value during the operation, or a mounted/assembled partnumber. Name of the database table is FlowBlockProductVariable. More...
 
class  FlowBlockVariable
 Represents a variable of block. Name of the database table is FlowBlockVariable. More...
 
class  FlowOperationGroup
 Represents a group of operations. Contains one or more operations. Name of the database table is FlowOperationGroup. More...
 
class  FlowVariable
 Represents a variable of flow. If you vant to add a variable to block, you have to record it in this table. Name of the database table is FlowVariable. More...
 

Enumerations

enum  VarTypes { Process = 0 , Product = 1 }
 Type of the flow block variables. More...
 
enum  DataTypes { DECIMAL = 0 , TEXT = 1 }
 Type of variable. More...
 

Enumeration Type Documentation

◆ DataTypes

Type of variable.

Enumerator
DECIMAL 

Number variable value.

TEXT 

Text variable value.

◆ VarTypes

Type of the flow block variables.

Enumerator
Process 

Process variable. Stores when a process starts.

Product 

Product variable. Stores when a product passes of the operation.