PROSOFT PLX32-EIP-SIE 冗余模塊
字符串源轉(zhuǎn)換BOOL將0或1的源值轉(zhuǎn)換為ASCII并復(fù)制到目的地。如果目標(biāo)字符串太小,將導(dǎo)致轉(zhuǎn)換錯(cuò)誤。PLX32-EIP-SIE將源數(shù)據(jù)值轉(zhuǎn)換為INT64(根據(jù)上述INT到INT64的轉(zhuǎn)換規(guī)則),轉(zhuǎn)換為ASCII,并復(fù)制到目的地。如果目標(biāo)字符串太小,將導(dǎo)致轉(zhuǎn)換錯(cuò)誤。FLOAT32或FLOAT64源數(shù)據(jù)值被轉(zhuǎn)換為盡可能短的字符串(可能有指數(shù))并復(fù)制到目標(biāo)。如果目標(biāo)字符串太小,將導(dǎo)致轉(zhuǎn)換錯(cuò)誤。PLX32-EIP-SIE如果源字符串太長,無法放入目標(biāo)字符串?dāng)?shù)據(jù)緩沖區(qū),則該字符串將被截?cái)?。該模塊包括用于檢測和分析在控制器之間傳輸數(shù)據(jù)期間發(fā)生的錯(cuò)誤和事件的工具?;顒?dòng)錯(cuò)誤列表顯示模塊中已發(fā)生但尚未清除的所有錯(cuò)誤。事件日志顯示模塊中最近發(fā)生的2000個(gè)錯(cuò)誤和事件。事件日志中的錯(cuò)誤和事件從最近的錯(cuò)誤/事件開始顯示。當(dāng)模塊中發(fā)生錯(cuò)誤時(shí),該錯(cuò)誤會(huì)記錄到事件日志中,并顯示在活動(dòng)錯(cuò)誤列表中。當(dāng)模塊中發(fā)生警告或信息性事件時(shí),該事件會(huì)記錄到事件日志中。模塊錯(cuò)誤和事件分為以下類別?!?PLX32-EIP-SIE· 級別1可清除級別1:可清除的錯(cuò)誤(第77頁)· 2級2級:警告(第78頁)
源轉(zhuǎn)換BOOL將源值0或1分配給目標(biāo)。IPLX32-EIP-SIE將源數(shù)據(jù)值分配給目標(biāo),可能導(dǎo)致精度損失。FLOAT32直接分配。FLOAT64如果源val<-3.4e38或源val>3.4e38,將導(dǎo)致轉(zhuǎn)換溢出錯(cuò)誤。否則,源值將被指定給目標(biāo),但會(huì)丟失精度。PLX32-EIP-SIE字符串(可能有指數(shù))轉(zhuǎn)換為FLOAT32。如果字符串無法轉(zhuǎn)換為FLOAT32(無效字符、溢出等),則會(huì)導(dǎo)致轉(zhuǎn)換錯(cuò)誤。6.3.7 Float64 Source Conversion BOOL將源值0或1分配給目標(biāo)。INT8、UINT8、CHAR、BYTE、INT16、UINT16、WORD、INT32、UINT32、DWORD、INT64、UINT64或QWORD將源數(shù)據(jù)值分配給目標(biāo),可能導(dǎo)致精度損失。FLOAT32將源數(shù)據(jù)值分配給目標(biāo)。FLOAT64直接分配。STRING字符串(可能有指數(shù))轉(zhuǎn)換為PLX32-EIP-SIE。如果字符串無法轉(zhuǎn)換為FLOAT64(無效字符、溢出等),則會(huì)導(dǎo)致轉(zhuǎn)換錯(cuò)誤。
PLX32-EIP-SIE The Active Error List displays all errors that have occurred in the module, and have not yet been cleared. The Event Log displays the last 2000 errors and events that have occurred in the module. The errors and events in the Event Log are displayed starting with the most recent errors/events. When an error occurs in the module, the error is logged to the event log and displayed in the Active Error List. When a warning or informational event occurs in the module, the event is logged to the Event Log. Module errors and events are grouped in the following categories. · Level 0 Permanent Level 0: Permanent Errors (page 77) · Level 1 Clearable Level 1: Clearable Errors (page 77) · Level 2 Level 2: Warnings (page 78) ·PLX32-EIP-SIE Level 3 Informational Level 3: Informational Events (page 78) · Level 4 Verbose Informational Level 4 Verbose Informational Events (page 78) 6.4.1 Level 0: Permanent Errors These errors are reserved for serious conditions, such as configuration load Failure or internal system errors. PLX32-EIP-SIE
If the string could not be converted to a FLOAT64 (invalid chars, overflow, and so on) a conversion error will result. 6.3.8 String Source Conversion BOOL The source value of zero or one is converted to ASCII and copied to the destination. If the destination string is too small, a conversion error will result. INT8, UINT8, CHAR, BYTE, INT16, UINT16, WORD, INT32, UINT32, DWORD, INT64, UINT64, or QWORD The source data value is converted to INT64 (according to the above INT to INT64 conversion rules), converted to ASCII, and copied to the destination. If the destination string is too small,PLX32-EIP-SIE a conversion error will result. FLOAT32 or FLOAT64 The source data value is converted to shortest possible string (with possible exponent) and copied to the destination. If the destination string is too small, a conversion error will result. STRING If the source string is too long to fit in the destination string data buffer, the string will be truncated.The module includes tools for detecting and analyzing errors and events that have occurred during the transfer of data between controllers.PLX32-EIP-SIE
Source Conversion BOOL The source value of zero or one is assigned to the destination. INT8, UINT8, CHAR, BYTE, INT16, UINT16, WORD, INT32, UINT32, DWORD, INT64, UINT64, or QWORD The source data value is assigned to the destination possibly resulting in a loss of precision. FLOAT32 Direct Assignment. FLOAT64 If source val < -3.4e38 or source val > 3.4e38 a conversion overflow error will result. Otherwise, the source value will be assigned to the destination with a loss of precision.PLX32-EIP-SIE STRING The string (with possible exponent) is converted to FLOAT32. If the string could not be converted to a FLOAT32 (invalid chars, overflow, and so on) a conversion error will result. 6.3.7 Float64 Source Conversion BOOL The source value of zero or one is assigned to the destination. INT8, UINT8, CHAR, BYTE, INT16, UINT16, WORD, INT32, UINT32, DWORD, INT64, UINT64, or QWORD The source data value is assigned to the destination possibly resulting in a loss of precision. FLOAT32 The source data value is assigned to the destination. FLOAT64 Direct assignment.PLX32-EIP-SIE STRING The string (with possible exponent) is converted to FLOAT64.PLX32-EIP-SIE