MEWTOCOL OPC server compatibility namespace

The previous OPC server, the MEWTOCOL OPC Server, did not support the definition of a static namespace. The tags are accessed by defining the access path according to a certain syntax.

In order to be backward compatible, the FP OPC Server supports the MEWTOCOL OPC Server namespace. You must define the communication settings beforehand in the communication settings dialog that opens via “Server” > “Communication Settings”.

NOTE

COM (serial and modem) communication

You must specify the communication channel on the first layer:

XX

The first two placeholders should specify the communication port to be used.

N

Optional. For C-NET must be "N".

XX

Optional. The second two placeholders specify the PLC station number if the PLC is connected via C-NET.

Ethernet communication

NOTE

For further information, please refer to Panasonic FP PLC Network Types.

The second layer represents the Tag layer directly. Here, the item corresponding to the data source is created according to the following syntax conventions:

<[1][2][3][4]Address where:

Optional

Description

Values

Notes

[1]

Specifies a memory bank number

b0to b15

If empty, no bank is specified.

[2]

  • Specifies the number of numerical data words.

w1 (1 word)

w2 (double word)

If empty, 1-word data types are used.

  • Specifies the number of character data words.

s1 to s256

[3]

Specifies the Item as a real or BCD value.

Real: f

BCD: B

If empty, the value is displayed as decimal

[4]

Specifies double word.

D

If empty, 1-word data types are used.

D overrides w1 specified in [2]

NOTE
  • In contrast to the MEWTOCOL OPC Server, modem connections can also be used via COMXXNXX nodes.

  • This namespace can also be used to dynamically create item instances within the OPC client application.