HistHookFoxSequenceBlock
- Last UpdatedDec 16, 2024
- 1 minute read
Description:
The HistHookFoxSequenceBlock function is called when messages for a sequence block is produced for a batch. When this function is called, it creates an entry in the SequenceBlock table of the BatchHistory database.
Syntax
char* HistHookFoxSequenceBlock(char* szBatchServerName, H_CLB* pCLB, H_FoxSequenceBlock* pFoxSequenceBlock)
Parameters:
-
szBatchServerName
-
Type: char*
-
Description: Contains the name of the batch server configured in system parameters
-
-
pCLB
-
Type: H_CLB*
-
Description: Points to the structure that contains the information of campaign, lot, and batch
-
-
pFoxSequenceBlock
-
Type: H_pFoxSequenceBlock*
-
Description: Points to the structure of the H_FoxSequenceBlock that refers to the SequenceBlock table of the BatchHistory database
-
Return Type: char*
This function returns an insert query for the SequenceBlock table of the BatchHistory database. The returned string must remain allocated (that is, itmust return a static buffer).
Note: HistHookFoxSequenceBlock is applicable only when Foxboro DCS Components are installed.