Skip to main content

PCCCMaster

Purpose

Allen-Bradley PCCC file table address read and write driver

Open the plugin

Enter "Development Configuration → Collection Configuration", create a device and select "PCCCMaster" in "Collection Plugin".

Supported channels and data types

Channel typePre-configuration check
TCP ClientConfirm network reachability of the device IP, port, and gateway to the device.

Optional data types: Boolean, Byte, Int16, UInt16, Int32, UInt32, Int64, UInt64, Float, Double, String, Decimal

Plugin properties

Protocol parameters

SettingDescription
Target slotDefault: 0; fill in: text input. Set the slot number where the PLC CPU module is located.
Backplane portDefault: 1; fill in: text input. Set up a controller backplane port or path segment.

Address rules

  • DataCode | Area | Format | Example
  • -------- | ------------------- | -------------------------- | ---------
  • 130 | Output Area | O{DbBlock}:{AddressStart} | O1:10
  • 131 | Input Area | I{DbBlock}:{AddressStart} | I2:20
  • 132 | Special Relay Area | S{DbBlock}:{AddressStart} | S3:30
  • 133 | Bit Area | B{DbBlock}:{AddressStart} | B4:40
  • 134 | Timer Area | T{DbBlock}:{AddressStart} | T5:50
  • 135 | Counter Area | C{DbBlock}:{AddressStart} | C6:60
  • 136 | Register Area | R{DbBlock}:{AddressStart} | R7:70
  • 137 | Network Area | N{DbBlock}:{AddressStart} | N8:80
  • 138 | Flag Area | F{DbBlock}:{AddressStart} | F9:90
  • 141 | String Area | ST{DbBlock}:{AddressStart} | ST10:100
  • 142 | Analog Area | A{DbBlock}:{AddressStart} | A11:110
  • 145 | Long Area | L{DbBlock}:{AddressStart} | L12:120

Functions

FunctionPurpose
Read and writeRead a confirmed point and write only to an approved test point.
MessagesView sent and received frames, protocol fields, and error details.

Device debug

Enter "Development Configuration → Collection Configuration", select the current device and click "More Functions", then open "Debug".

Read and write

PCCCMaster read and write

Perform read or write verification according to the current plugin address rules; confirm on-site security and permissions before writing.

Messages

PCCCMaster message

Check the device's message sending and receiving and protocol logs to locate message format, connection and parsing problems.

Verify the configuration

Use a confirmed on-site address to perform reading. The return value, data type and byte order should be consistent with the point list; after the writable point is written, it should be read back according to on-site requirements.

Troubleshooting

  • Address reading failed: Check the station number, register or node ID one by one according to the address rules on this page, and confirm that the data type is consistent with the device point list.