Tools -> Tag Table (0BA7 and later versions only)

LOGO!Soft Comfort support tag table configurations for LOGO! 0BA7 and later versions devices. Use this command to configure the following items:

In a network project, when you add a LOGO! device (0BA7 and later versions), a tag table is created automatically under the device in the project tree.

Tag table

The tag table allows you to define tags that can be referenced in block parameters.

In an User Defined Web Page project, these defined tags can be used as the global variables for components. You can use variables and the binding data to configure components. When you configure a component that uses analog data, the component filters the variables from the Tag Table, and shows variables which match the component property in the Variable Name drop down list. To learn more about the web project, refer to User Defined Web Page.

Add or delete tags

To add a tag in the table, click Add button. A tag with the default name "TagX" is generated. Then you can change the tag name, and configure the variable range, type, address and length. You can add up to 256 tags in the table.

To delete a tag in the table, select the tag then click Delete button.

Note

Tag name limit

  • The tag name can contain upper-case or lower-case letters, numbers, special character underline (_), hyphen (-) or period (.).

  • The tag name cannot exceed 30 characters in length.

Export or Import tags

To export the tag table, click Export button. Then you select the file path to save the .csv file.

Note

You cannot export empty tag table.

To import tags into the table, click Import button, then upload the .csv file from your local file system. You can use the exported tag table file as the template to fill in tag data.

When importing a .csv file, LOGO!Soft Comfort will check the imported tags. The import check window displays all the tags in the .csv file.

Check result

Meaning

Action option

None

No error for the tag. The tag can be imported.

  • Import: import the tag.

  • Skip: cancel importing the tag.

Overwritable conflict

The imported tag is exactly the same as the tag in the tag table.

The tag can be imported and will replace the tag in the tag table.

  • Overwrite: import the tag and replace the one in the tag table.

  • Skip: cancel importing the tag.

Conflict

The tag has the same tag name as a tag in the tag table but has different variable address.

The tag cannot be imported.

  • Skip: cancel importing the tag.

Error

Error tag. For example, the tag name exceeds the limit; tag for invalid variable.

The tag cannot be imported.

  • Skip: cancel importing the tag.

Note

Tag number limit

The tag table supports 256 tags at most. If the total number of tags in the tag table and in the imported .csv file exceeds 256, the additional tags will be highlighted in the import check window. You need to select Skip action for these additional tags to cancel importing them.

Variables in tag table

The following table lists the variables that can be used to define tags in the tag table:

Variable type

Variable address range

I

  • LOGO! 9: I1-I64

  • 0BA8, 0BA7: I1-I24

IB

  • LOGO! 9: IB0-IB7

  • 0BA8, 0BA7: IB0-IB2

Q

  • LOGO! 9: Q1-Q60

  • 0BA8: Q1-Q20

  • 0BA7: Q1-Q16

QB

  • LOGO! 9: QB0-QB7

  • 0BA8: QB0-QB2

  • 0BA7: QB0-QB1

M

  • LOGO! 9: M1-M128

  • 0BA8: M1-M64

  • 0BA7: M1-M27

MB

  • LOGO! 9: MB0-MB15

  • 0BA8: MB0-MB7

  • 0BA7: MB0-MB3

AI

  • LOGO! 9: AI1-AI16

  • 0BA8, 0BA7: AI1-AI8

AQ

  • LOGO! 9: AQ1-AQ16

  • 0BA8: AQ1-AQ8

  • 0BA7: AQ1-AQ2

AM

  • LOGO! 9: AM1-AM128

  • 0BA8: AM1-AM64

  • 0BA7: AM1-AM16

FAM

  • LOGO! 9: FAM1-FAM32

V

  • LOGO! 9, 0BA8, 0BA7: V: 0-850, Bits: 0-7

VB

  • LOGO! 9, 0BA8, 0BA7: VB0-VB850

VD

  • LOGO! 9, 0BA8, 0BA7: VD0-VD847

VW

  • LOGO! 9, 0BA8, 0BA7: VW0-VW849

Cursor Key

  • LOGO! 9, 0BA8, 0BA7: C1-C4

Function Key

  • LOGO! 9, 0BA8, 0BA7: F1-F4

Shift Register

  • LOGO! 9, 0BA8, 0BA7: S1.1-S1.8,S2.1-S2.8, S3.1-S3.8,S4.1-S4.8

VX

  • LOGO! 9, 0BA8 (8.4): VX: 0-2047, Bits: 0-7

VXB

  • LOGO! 9, 0BA8 (8.4): VXB0-VXB2047

VXD

  • LOGO! 9, 0BA8 (8.4): VXD0-VXD2044

VXW

  • LOGO! 9, 0BA8 (8.4): VXW0-VXW2046

VR

  • LOGO! 9, 0BA8 (8.4): VR: 0-511, Bits: 0-7

VRB

  • LOGO! 9, 0BA8 (8.4): VRB0-VRB511

VRD

  • LOGO! 9, 0BA8 (8.4): VRD0-VRD508

VRW

  • LOGO! 9, 0BA8 (8.4): VRW0-VRW510

Parameter VM mapping

Here you can create the parameter VM mapping for your diagram. When the parameter variable memory address matches the tag in the tag table, you can select to bind the parameter with the tag.

To learn more about parameter VM mapping, refer to Tools -> Parameter VM Mapping (0BA7 and later versions only).

Cloud data transfer (LOGO! 9 and later versions only)

Here you can configure the data to transfer with IoT Cloud. You can configure the data either manually or by referencing the tags in the tag table.

This cloud data transfer configuration is synchronized with the cloud data transfer settings in the LOGO! diagram settings. To learn more about cloud data transfer settings, refer to Tools -> Transfer -> Cloud Settings -> Cloud Data Transfer Settings (0BA8 and later versions only).

LOGO! 9:

The cloud data transfer configuration table is only available in the tag table configurations menu for LOGO! 9 and later versions devices.