Variables |
|
|
const string | UN_CONFIG_UNRCPCLASS_DPT_NAME = "UnRcpClass" |
const string | UN_CONFIG_UNRCPTYPE_DPT_NAME = "UnRcpType" |
const string | UN_CONFIG_UNRCPINSTANCE_DPT_NAME = "UnRcpInstance" |
const string | UN_CONFIG_INTERNAL_UNRCPCLASS_DPT_NAME = "_UnRcpClass" |
const string | UN_CONFIG_INTERNAL_UNRCPINSTANCE_DPT_NAME = "_UnRcpInstance" |
const string | UN_RECIPE_FE_ALIAS = "RCP_FE" |
const unsigned | UN_CONFIG_UNRCPCLASS_MIN_LENGHT = 2 |
const unsigned | UN_CONFIG_UNRCPCLASS_MAX_LENGHT = 3 |
const unsigned | UN_CONFIG_UNRCPCLASS_RECIPE_TYPE = 1 |
const unsigned | UN_CONFIG_UNRCPCLASS_DEVICE_LIST = 2 |
const unsigned | UN_CONFIG_UNRCPCLASS_DEVICE_ORDER = 3 |
const unsigned | UN_CONFIG_UNRCPINSTANCE_LENGHT = 3 |
const unsigned | UN_CONFIG_UNRCPINSTANCE_RECIPE_CLASS = 1 |
const unsigned | UN_CONFIG_UNRCPINSTANCE_INITIAL_RECIPE = 2 |
const unsigned | UN_CONFIG_UNRCPINSTANCE_VALUES_LIST = 3 |
const string | UN_RCP_INSTANCE_STATE_ACTIVATE = "Activate" |
const string | UN_RCP_INSTANCE_STATE_EDIT = "Edit" |
const string | UN_RCP_INSTANCE_STATE_DELETE = "Delete" |
const string | UN_RCP_INSTANCE_STATE_INVALID = "Invalid" |
const string | UN_RCP_INSTANCE_STATE_DUPLICATE = "Duplicate" |
const string | UN_RCP_INSTANCE_STATE_CANCELLED = "Cancelled" |
const string | UN_RCP_INSTANCE_STATE_UNLOCK_BUFFERS = "Unlocking Buffers" |
const string | UN_RCP_INSTANCE_STATE_LOADING_VALUES = "Loading Values" |
const string | UN_RCP_INSTANCE_STATE_LOCKED = "Locked" |
const string | UN_RCP_PREDEFINED_NAME = "__Predefined__" |
const string | UN_RCP_PREDEFINED_RCPCLASS_ALIAS = "_UnRcpClass__Predefined__" |
const string | UN_RCP_PREDEFINED_RCPCLASS_DPE = "un-/-/-_UnRcpClass-00000" |
const string | UN_RCP_CLASS_STATE_EDIT = "Edit" |
const string | UN_RCP_CLASS_STATE_INVALID = "Invalid" |
const string | UN_RCP_CLASS_STATE_INVALID_EDIT = "Invalid Edit" |
const string | UN_RCP_CLASS_STATE_APPLY_CHANGES = "Apply Changes" |
const string | UN_RCP_ACTION_ACTIVATE_INITIAL_RECIPES = "ActivateInitialRecipes" |
const string | UN_RCP_ACTION_ACTIVATE_LAST_ACTIVATED_RECIPES = "ActivateLastActivatedRecipes" |
const string | UN_RCP_SAVE_TO_DB_STATE = "Save to DB" |
const string | UN_RCP_WARNING_MESSAGE_CLASS_MODIFIED = "Warning! The recipe class has been modified. Please reload the recipe to avoid inconsistencies." |
const string | UN_RCP_WARNING_MESSAGE_VALUES_MODIFIED = "Warning! The recipe values have been modified. Please reload the recipe to avoid inconsistencies." |
const int | unRecipeFunctions_ERROR_NoRecipeClass = -1 |
const int | unRecipeFunctions_ERROR_InvalidElements = -2 |
const int | unRecipeFunctions_ERROR_NoRecipeInstance = -3 |
const int | RCP_INITIAL_OK = 0 |
const int | RCP_INITIAL_NO_DEFINED = -1 |
const int | RCP_INITIAL_TOO_MANY = -2 |
const int | RCP_INITIAL_UNDEFINED = -3 |
const string | CELL_EDIT_COLOR = "{204,255,153}" |
const string | CELL_VALUE_OUT_OF_RANGE_COLOR = "{255,64,64}" |
const string | CELL_ERROR_COLOR = "{255,0,0}" |
const string | CELL_BG_COLOR = "{255,255,255}" |
const string | INACTIVE_RCP_COLOR = "{251,255,72}" |
const string | ACTIVE_RCP_COLOR = "{0,245,0}" |
const int | RCP_HEADER_MAX_SIZE = 15 |
const int | RCP_HEADER_ID_LOW = 1 |
const int | RCP_HEADER_ID_HIGH = 2 |
const int | RCP_HEADER_NUM_MANREG = 3 |
const int | RCP_HEADER_NUM_DPAR = 4 |
const int | RCP_HEADER_DB_DPAR = 5 |
const int | RCP_HEADER_NUM_WPAR = 6 |
const int | RCP_HEADER_DB_WPAR = 7 |
const int | RCP_HEADER_NUM_APAR = 8 |
const int | RCP_HEADER_DB_APAR = 9 |
const int | RCP_HEADER_NUM_AALARM = 10 |
const int | RCP_HEADER_DB_AALARM = 11 |
const int | RCP_HEADER_NUM_CONTR = 12 |
const int | RCP_HEADER_DB_CONTR = 13 |
const int | RCP_HEADER_SENT_VALUE = 14 |
const int | RCP_HEADER_CRC = 15 |
const int | RCP_STATUS_MAX_SIZE = 16 |
const int | RCP_STATUS_MIRROR_DATA_SIZE = 13 |
const int | RCP_STATUS_ID_LOW = 1 |
const int | RCP_STATUS_ID_HIGH = 2 |
const int | RCP_STATUS_NUM_MANREG = 3 |
const int | RCP_STATUS_NUM_DPAR = 4 |
const int | RCP_STATUS_DB_DPAR = 5 |
const int | RCP_STATUS_NUM_WPAR = 6 |
const int | RCP_STATUS_DB_WPAR = 7 |
const int | RCP_STATUS_NUM_APAR = 8 |
const int | RCP_STATUS_DB_APAR = 9 |
const int | RCP_STATUS_NUM_AALARM = 10 |
const int | RCP_STATUS_DB_AALARM = 11 |
const int | RCP_STATUS_NUM_CONTR = 12 |
const int | RCP_STATUS_DB_CONTR = 13 |
const int | RCP_STATUS_STATUS = 14 |
const int | RCP_STATUS_CRC = 15 |
const int | RCP_STATUS_ERR = 16 |
const int | RCP_ACTIVATION_TRIGGERED = 0 |
const int | RCP_ACTIVATED = 1 |
const int | RCP_NO_PLC_CONNECTION = 2 |
const int | RCP_INACTIVE = 3 |
const int | RCP_BAD_TYPES = 4 |
const int | RCP_BAD_STRUCTURE = 5 |
const int | RCP_BAD_DPES = 6 |
const int | RCP_ACTIVATION_FAILED = 7 |
const int | RCP_ACT_STATUS_ERROR = -1 |
const int | RCP_ACT_STATUS_STANDBY = 0 |
const int | RCP_ACT_STATUS_NEW_ID_RECEIVED = 1 |
const int | RCP_ACT_STATUS_CRC_OK = 2 |
const int | RCP_ACT_STATUS_DONE = 3 |
const int | RCP_ACT_HEADER_CANCEL = -1 |
const int | RCP_ACT_HEADER_SENDING_DATA = 1 |
const int | RCP_ACT_HEADER_DATA_SENT = 2 |
const int | RCP_ACT_HEADER_ACTIVATE = 3 |
const int | RCP_ACT_HEADER_ACTIVATION_OK = 4 |
const int | RCP_ACT_RETVAL_ACTIVATION_OK = 0 |
const int | RCP_ACT_RETVAL_BAD_RECIPE_DATA = -1 |
const int | RCP_ACT_RETVAL_BAD_PLC_STATUS = -2 |
const int | RCP_ACT_RETVAL_BAD_PLC_TYPE = -3 |
const int | RCP_ACT_RETVAL_PLC_BUSY = -4 |
const int | RCP_ACT_RETVAL_ACTIVATION_TIMEOUT = -5 |
const int | RCP_ACT_RETVAL_PLC_CANCELLATION = -6 |
const int | RCP_ACT_RETVAL_ACTIVATION_ERROR = -7 |
const int | RCP_ACT_RETVAL_BAD_RECIPE_STATUS = -8 |
const int | RCP_ACT_RETVAL_WRONG_ONLINE_VALUES = -9 |
const int | WRONG_NUMBER_OF_DPE_AND_VALUE = -100 |
const int | RECIPE_BUFFERS_DONT_EXIST = -101 |
const int | BUFFER_OVERFLOW = -102 |
const int | INVALID_RECIPE_DPE = -103 |
const int | ERROR_LOADING_RECIPE = -104 |
const int | VALUE_OUT_OF_RANGE = -105 |
const int | DPAR_ARM_BIT = 2 |
const int | DPAR_MONR_BIT = 4 |
const int | DPAR_MOFFR_BIT = 5 |
const int | WPAR_ARM_BIT = 2 |
const int | WPAR_NEWMR_BIT = 6 |
const int | APAR_ARM_BIT = 2 |
const int | APAR_NEWMR_BIT = 6 |
const int | AALARM_ARM_BIT = 2 |
const int | PID_ARM_BIT = 4 |
const int | PLCS_REQUIRED_FOR_ACTIVATION_INDEX = 1 |
const int | PLCS_READY_TO_ACTIVATE_INDEX = 2 |
const int | PLCS_ACTIVATED_RECIPE_INDEX = 3 |
const int | LOCAL_MANAGER_INDEX = 4 |