GetBrixData
You can use this function for Brix workflows.
Purpose
This function is used to retrieve the Brix-related data from the FSBRIX database table.
Syntax
GetBrixData(Industry, Parameter)
Arguments
| Part | Description |
|---|---|
|
Industry |
The type of the industry. |
|
Parameter |
Example
public long wf_start(){
var value = ObjProperty("BRIX.BRIX","BRIX","1", "10", " LINE_ID");
ObjPropertySet("10", 0, "APPARENT_SPECIFIC_GRAVITY.BRIX", "BRIX", "1", "2", "LINE_ID");
MessageList("Brix :" + value);
return 1;