Skip to main content

FujiSphMaster

Purpose

Fuji SPH Ethernet PLC address reading and writing and CPU control driver

Open the plugin

Enter "Development Configuration → Collection Configuration", create a device and select "FujiSphMaster" 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, Int16, UInt16, Int32, UInt32, Float, String

Plugin properties

Protocol parameters

SettingDescription
Connection numberDefault: 254; fill in: text input. Connection number; CPU0 to CPU7 usually use FEH to F7H, default FEH

Address rules

  • Fuji SPH WORD address: I, Q, M1, M3, M10, such as I0, Q20, M1.100, M10.1000.
  • The Boolean address must explicitly contain the bit number in WORD, such as M3.1000.12, I20.5, the bit number range is 0 to 15.
  • The single read and write range is 1 to 230 WORD; the default port is 18245, and the default ConnectionId is FEH (CPU0).

Special methods

MethodPurposeParameters
ControlCpuAsyncControl CPUmode: 0 batch start, 1 batch initialization start, 2 batch stop, 3 batch reset, 4 individual start, 5 individual initialization start, 6 individual stop, 7 individual reset

Write, start/stop, reset, load, delete or control methods will change the status of field devices. Before execution, confirm that the equipment is in an operable state and prepare for stop or rollback measures.

Functions

FunctionPurpose
Batch or initialization startUse Batch or initialization start with an approved test point and confirm site safety before execution.
Batch stop or resetUse Batch stop or reset with an approved test point and confirm site safety before execution.
Single or initialization startUse Single or initialization start with an approved test point and confirm site safety before execution.
Single stop or resetUse Single stop or reset with an approved test point and confirm site safety before execution.

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.

FujiSphMaster debug subpage 1

Debugging notes

Check the CPU control mode results first; issuing the CPU control mode will change the PLC status and must be confirmed twice before execution.

Verify the configuration

  1. Use the plugin-specific debug panel with one confirmed test point or test message.
  2. Confirm that the returned value or received message matches the device point list.
  3. Perform writes or control operations only with an approved test point and the site safety procedure.

Troubleshooting

  • The debug panel shows no result: Check the required inputs and plugin parameters, then inspect the device or target log for a response or error.
  • Special method execution fails: Check method parameters and permissions; control, write or reset methods also need to confirm that the device is in a state that allows operation.