How can we help?

PCSDB Identifier Variables

You are here:
< All Topics

Status Identifier Variables

When data is received from an external source such as a barcode scanner, there must be a method of identifying valid data and determining what the data is supposed to represent. Status Identifiers are used to specify the type of status and whether or not the status has started or ended. Equipment Status Identifiers can be specified on the Manage Equipment Status form of the application.

For each status type there is a Start and End General Status Identifier. For example, the Cycle Status Identifiers default to CS and CE for cycle start and cycle end. Planned downtime defaults to PDTS and PDTE for planned downtime start and end, and the default for unplanned downtime is UPDTS and UPDTE for unplanned downtime start and end. These can all be modified to suit different situations.

When using expression there are variables to reference these start and stop identifiers.

PCSDB.SI_Cycle_Start{}

PCSDB.SI_Cycle_End{}

PCSDB.SI_Planned_DT_Start{}

PCSDB.SI_Planned_DT_End{}

PCSDB.SI_Unplanned_DT_Start{}

PCSDB.SI_Unplanned_DT_End{}

The brackets indicate that additional information can be referenced which would be a specific status identifier. Specific Status Identifiers can be used to specify specific statuses such as no material, broken tool, or breaks.

For example, if a specific planned downtime identifier of 200 has been created and defined as No Material then the start of the planned downtime can be referenced in the following ways.

PDTS{200}

or

PCSDB.SI_Planned_DT_Start{200}

Work Order Identifier Variables

There are identifier variables for making a work order active or inactive. The default identifiers are WOS for work order Start and WOE for Work Order End.

[PCSDB.WI_wo_start]

[PCSDB.WI_wo_end]

[PCSDB.WI_wo_closed]

Program Number Identifier Variables

PCSDB.send_program_number_start{PROGRAM NUMBER}

PCSDB.send_program_number_end{PROGRAM NUMBER}

Part Identifier Variables

There are identifier variables for making a part number active or inactive. The default values are PS for Part Start and PE for Part End.

PCSDB.PI_Part_Start{}

PCSDB.PI_Part_End{}

There are identifier variables for adding and subtracting good parts. The default identifiers are AP for Add Good Part and SP for Subtract Good Part.

PCSDB.PCI_Add_Good_Part{}{}

PCSDB.PCI_Subtract_Good_Part{}{}

The default identifiers for scrap parts are AS for Add Scrap Part and SS for Subtract Scrap Part.

[PCSDB.PCI_add_scrap_part]

[PCSDB.PCI_subtract_scrap_part]

Table of Contents