Skip to main content

FujiCommandMaster

Purpose

Fuji Command Setting protocol PLC address read and write driver

Open the plugin

Enter "Development Configuration → Collection Configuration", create a device and select "FujiCommandMaster" 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.
TCP serverConfirm that the local listening address and port are available, and allow on-site devices to actively connect to the gateway.

Optional data types: Boolean, Byte, Int16, UInt16, Int32, UInt32, Float, String

Address rules

  • Fujifilm Command Setting Type Address: B, M, K, F, A, D, S, TS, TR, CS, CR, BD, WL, W9.
  • Also supports W21-W26, W30-W109, W120-W123, W125 such as D100, W21.200.
  • The number of addresses is calculated by business bytes, and the range of a single read and write is 1 to 251 bytes; Boolean values ​​are read and written by one byte.

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".

Dedicated debugging page

Open Development Configuration → Collection Configuration, select the device, and open More Functions → Debug. The following image shows the plugin-specific debug page.

FujiCommandMaster debug subpage 1

FujiCommandMaster debug subpage 2

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.