PROSOFT MVI94-MCM-MHI 處理器模塊
MVI94-MCM-MHI示例:ab_c將只與名為ab_c的標(biāo)記匹配?標(biāo)記名稱或用戶定義的類型成員名稱中的任何單個(gè)字符都將與此字符匹配。示例:ab?de將匹配任何以ab開頭、后跟一個(gè)字符、后跟de的標(biāo)簽。abcde和abbde都將匹配此過濾器。abccde與此篩選器不匹配。*標(biāo)記名稱或用戶定義的類型成員名稱中的任意字符數(shù)都將與此字符匹配。示例:MVI94-MCM-MHI將匹配任何屬于用戶定義類型的標(biāo)記或任何包含“.”的標(biāo)記在標(biāo)簽名稱中。abc*將匹配任何以abc開頭的標(biāo)簽。注意:通配符“*”僅在標(biāo)記名或用戶定義的類型成員名中匹配。因此,abc*abc將只匹配以abc開頭和以abc結(jié)尾的標(biāo)簽。abc*abc將不匹配以abc開頭且結(jié)構(gòu)成員以abc結(jié)尾的標(biāo)記。標(biāo)記名稱中的字符必須與“”匹配。“字符,MVI94-MCM-MHI或者標(biāo)記必須是用戶定義類型,并且必須在用戶定義類型的成員中找到以下字符。示例:Program:MainProgram.myTag將僅與Logix MainProgram中名為myTag的標(biāo)記匹配。myStruct.abc將僅與用戶定義類型名為myStruct的標(biāo)記的成員abc匹配。注意:如果“.”字符開始標(biāo)記篩選器或“”?!白址舜讼噜徎蛑苯优c數(shù)組索引相鄰,假定'.'由通配符搜索分隔。
數(shù)據(jù)傳輸消息是在ILX56-MM中使用傳輸列表和觸發(fā)器創(chuàng)建和控制的。傳輸列表確定要通過消息管理器在各種網(wǎng)絡(luò)上的可編程控制器之間傳輸?shù)闹?。在大多?shù)情況下,這種消息傳遞是根據(jù)傳輸列表中包含的消息配置自動(dòng)進(jìn)行的。消息管理器通過使用ControlLogix PAC的控制器標(biāo)簽數(shù)據(jù)庫將數(shù)據(jù)傳輸?shù)紺ontrolLogix PACs和從ControlLogix PACs傳輸數(shù)據(jù)。MVI94-MCM-MHI控制器標(biāo)記是ControlLogix處理器內(nèi)存數(shù)據(jù)庫中的單個(gè)數(shù)據(jù)對(duì)象或?qū)ο箨嚵?。?biāo)記必須在RSLogix5000項(xiàng)目中創(chuàng)建并下載到ControlLogix PAC,然后才能在消息管理器傳輸列表中使用。6.1.5橋接橋接是指一些處理器和通信模塊能夠使用不同的網(wǎng)絡(luò)協(xié)議將數(shù)據(jù)傳輸消息從一個(gè)網(wǎng)絡(luò)協(xié)議直接傳遞到不同網(wǎng)絡(luò)上的設(shè)備,并將所請(qǐng)求的數(shù)據(jù)從響應(yīng)設(shè)備返回請(qǐng)求設(shè)備。消息管理器支持的網(wǎng)橋包括1756 EtherNet/IP網(wǎng)橋、1756 ControlNet網(wǎng)橋、1756DH485網(wǎng)橋和1756DHRIO網(wǎng)橋。MVI94-MCM-MHI基于web瀏覽器的配置編輯器允許您輕松連接到模塊并對(duì)其進(jìn)行配置。只需在瀏覽器地址框中輸入模塊的IP或DNS名稱即可調(diào)出配置網(wǎng)頁。MVI94-MCM-MHI字符篩選器意味著0到9、a到z、a到z、:、/、_標(biāo)記名稱或用戶定義的類型成員名稱中的字符必須與該字符完全匹配。
character exactly, or the tag must be of user defined type and the following characters must be found in a member of the user defined type.MVI94-MCM-MHI Examples: Program:MainProgram.myTag will only match a tag in the Logix MainProgram named myTag. myStruct.abc will only match the member named abc of the tag named myStruct of user defined type. Note: If a '." character begins the Tag Filter or '." characters are adjacent to each other or directly adjacent to an array index, the '.' are assumed to be separated by wildcard searches. Examples: .abc* will match any tag of user defined type that has a member that begins with the characters abc or any tag with a name that contains .abc.MVI94-MCM-MHI This is the equivalent of *.abc*. ..abc* will match any tag of user defined type that has a member of user defined type that has a member that begins with abc or any tag of user defined type whose name contains a '.'MVI94-MCM-MHI and has a member that begins with abc. This is the equivalent of *.*.abc*.
Just enter the IP or DNS name of the module in the browser address box to bring up the configuration web pages.Character Filter Meaning 0 to 9, a to z, A to Z, :, /, _ The character in the tag name or user defined type member name must match the character exactly. Example: ab_c will match only a tag named ab_c. ? Any single character in the tag name or user defined type member name will match this character.MVI94-MCM-MHI Example: ab?de will match any tags that start with ab, followed by a single character, followed by de. abcde and abbde would both match this filter. abccde would not match this filter. * Any number of characters in the tag name or user defined type member name will match this character. Examples: *.* will match any tags that are tags of user defined type or any tags that contain a '.'MVI94-MCM-MHI in the tag name. abc* will match any tags that start with abc. Note: The '*' wildcard is only matched within a tag name or user defined type member name. Thus, abc*abc will only match tags that begin with abc and end with abc. abc*abc will not match tags that start with abc and have a structure member that ends with abc.MVI94-MCM-MHI . A character in the tag name must match the '."
ata transfer messages are created and controlled in the ILX56-MM using Transfer Lists and Triggers. Transfer Lists determine what values are to be transferred through the Message Manager between programmable controllers on the various networks. For the most part, this messaging happens automatically, based on the message configurations contained in the Transfer Lists. The Message Manager transfers data to and from ControlLogix PACs by using their Controller Tag database.MVI94-MCM-MHI Controller Tags are individual data objects or object arrays in the ControlLogix processor memory database. Tags must be created in the RSLogix5000 project and downloaded to the ControlLogix PAC before they may be used in a Message Manager Transfer List. 6.1.5 Bridging Bridging refers to the ability of some processors and communications modules to directly pass data transfer messages from one network protocol to devices on a different network using a different network protocol and return the requested data from the responding device back the requesting device. Bridges supported by the Message Manager include the 1756 EtherNet/IP bridges,MVI94-MCM-MHI the 1756 ControlNet bridges, the 1756 DH485 bridge, and the 1756 DHRIO bridge.A web browser-based Configuration Editor allows you to easily connect to and configure the module.