Opening a web project

You can open a web project by either creating a new web project or by importing an existing web project.

Prerequisite for opening a web project

Creating a web project

To create a web project, take the following steps:

  1. Right-click the LOGO! device in the project tree or the LOGO! device in the Network view, then select Create Web Project in the shortcut menu. Or double-click the User Defined Web Page entry under the device in the project tree.

  2. Input the project name and select page resolution in the pop-up window, then click OK.

Then a new project contains Pages and Navigator appears under the LOGO! device in the project tree.

You can work with LOGO! BM to upload or download the web project with the circuit program, customize the web pages in the Editor pane, combine the different components from the Component pane, modify the component properties from Properties pane, and visit the whole project through Web Server of the LOGO! Base Module.

Importing a web project

To import an web project, take the following steps:

  1. Right-click the LOGO! device in the project tree or the LOGO! device in the Network view, then select Import Web Project in the shortcut menu.

  2. Select the web project in the system folder, then click Import project.

Then the web project appears under the LOGO! device in the project tree.

If the imported web project was created with the LOGO! Web Editor, a pop-up window appears to ask if you accept to convert the LWE project to a web project.

Refer to LWE compatibility for more information.

Tag table compatibility

When you import a LWE project containing a tag table, the LWE project will be converted into a web project. The tag table will be also imported and combined into the tag table in the LSC network project.

When LSC detects a tag table in the imported LWE project, the tag import check window will appear displaying all the tags from the LWE project tag table.

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 *

The error tag has the variable incompatible with the LOGO! device.

The tag and the LWE project cannot be imported.

 

Note

Tag number limit

The tag table of the LOGO! device supports 256 tags at most. If the total number of tags in the tag table and in the imported LWE project 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.

To learn more about LSC tag table, refer to Tools -> Tag Table (0BA7 and later versions only).