unCPC6  6.6.2
WinCC-OA implementation of UNICOS CPC
 All Files Functions Variables Pages
Todo List
Member cpcConfigGenericFunctions_processArchives (int iToSkip, bool hasArchive, dyn_string &dsConfigs)
move to the unicos core
Member cpcExportGenericFunctions_get5AlertAcknowledgeAlarm (string sDP, string alarmDP, dyn_string &dsDpParameters, dyn_string &exceptionInfo)
unify format: rename alarmDP to dpe and move to the end of parameters
Member cpcExportGenericFunctions_get5AlertClasses (string sDP, dyn_string &dsClasses, dyn_string &exceptionInfo, string dpe=".ProcessInput.PosSt")
return dsClasses instead
Member cpcExportGenericFunctions_getAcknowledgeAlarm (string sDP, string alarmDP, dyn_string &dsDpParameters, dyn_string &exceptionInfo)
unify format: rename alarmDP to dpe and move to the end of parameters
Member cpcGenericObject_animateTranslatedValue (string sShape, mapping dict, string unit, string format, anytype value, string color, bool invalid)
move to the unFaceplate
Member cpcGenericObject_CheckboxAnimate (string sShape, bool state, bool enabled=true)
move to the unFaceplate
Member cpcGenericObject_ColorBoxAnimate (string sShape, int iCommandbit, int iEnableBit, string sOneBackCol, bool bInvalid, string sZeroBackCol="unFaceplate_Unactive")
move to the unFaceplate
Member cpcGenericObject_ColorBoxAnimateAlarm (string sShape, int iAlarmState, bool isAlertExists, bool isAlertActive, bool isAlertInvalid, string activeColor="unFaceplate_AlarmActive", string notAckColor="unFaceplate_AlarmNotAck")
move to unFaceplate
Member cpcGenericObject_ColorBoxAnimateWarning (string sShape, int iAlarmState, bool isAlertExists, bool isAlertActive, bool isAlertInvalid)
move to unFaceplate
Member cpcGenericObject_ColorBoxDisable (string sShape)
move to the unFaceplate
Member cpcGenericObject_DisplayText (string value, string sShape, string sForeCol, bool bInvalid)

move to the unFaceplate

unify params order

Member cpcGenericObject_StringToMapping (string data, mapping &pairs)
merge with splitCommaSeparatedString
Member cpcGenericObject_translateAlarmAcronym (dyn_string acronyms)
move to unFaceplate
Member cpcGenericObject_WidgetAlarmTextAnimationDoubleStsReg (bit32 bit32StsReg01, bit32 bit32StsReg02, dyn_int diBits, dyn_string dsLetters, dyn_int diBits2, dyn_string dsLetters2, string &letter, string &color)
move to cpcWidget
Member cpcGenericObject_WidgetAnimation (string sWidgetType, string sDpType, bool bLocked, string sSelectedManager, bit32 bit32StsReg01, dyn_int diWarningBits, dyn_string dsWarningLetters, dyn_int diAlarmBits, dyn_string dsAlarmLetters, dyn_string diControlBitNames, string onBitConstant, string offBitConstant, int iAlUnackBitPosition, bool bInvalidLetter, bool bInvalidBody, int iSystemIntegrityAlarmValue, bool bSystemIntegrityAlarmEnabled)
move to cpcWidget
Member cpcGenericObject_WidgetAnimationDoubleStsReg (string sWidgetType, string sDpType, bool bLocked, string sSelectedManager, bit32 bit32StsReg01, bit32 bit32StsReg02, dyn_int diWarningBits, dyn_int diWarningBits2, dyn_string dsWarningLetters, dyn_string dsWarningLetters2, dyn_int diAlarmBits, dyn_string dsAlarmLetters, dyn_int diAlarmBits2, dyn_string dsAlarmLetters2, int iStartIStState, int iTStopIStState, int iFuStopIStState, int iAlSt, dyn_string diControlBitNames, string onBitConstant, string offBitConstant, int iAlUnackBitPosition, bool bInvalidLetter, bool bInvalidBody, int iSystemIntegrityAlarmValue, bool bSystemIntegrityAlarmEnabled)
move to cpcWidget
Member cpcGenericObject_WidgetControlStateAnimation (bit32 bit32StsReg01, bit32 bit32StsReg02, dyn_string d_sBits, string &letter, string &color)
move to cpcWidget
Member cpcGenericObject_WidgetDisconnection (string sWidgetType, string sDpType)
move to the cpcWidget
Member cpcGenericObject_WidgetDisplayValueAnimation (string sShape, string sUnit, string sFormat, float fValue, string sColor, bool bInvalid)
move to cpcWidget
Member cpcGenericObject_WidgetStsRegBitAnimation (bit32 bit32StsReg01, bool bStsReg01Invalid, bit32 bit32StsReg02, bool bStsReg02Invalid, dyn_int bits, dyn_int location, dyn_string letters, dyn_string colors, string &letter, string &color)
move to cpcWidget
Member cpcGenericObject_WidgetValidnessAnimation (bool bSystemIntegrityAlarmEnabled, int iSystemIntegrityAlarmValue, bool dataInvalid, string &letter, string &color)

instead of dataInvalid iterate through ':_online.._invalid' dpes to construct this value

move to cpcWidget

Member cpcGenericObject_WidgetXC_Animation (bool bLocked, string sSelectedManager, bit32 bit32StsReg01, bool bStsReg01Invalid, string sDpPosOV, int iPosOV, bool bInvalidBody, bool bInvalidLetter, int iSystemIntegrityAlarmValue, bool bSystemIntegrityAlarmEnabled, string sEvtMask, int iMask, bool lookupForLabel)
move to cpcWidget
Member dynJoin (dyn_string array, string separator)
move to generic place. reuse in other places
Member splitCommaSeparatedString (string data)
move to generic place. reuse in other places. merge with cpcGenericObject_StringToMapping