Basic concept

Having a general idea of User Defined Web Page is the prerequisite for using it. The basic concept about the whole project is as follows:

Project

An UDW project contains Pages and a Navigator. Each page contains pre-defined components, such as Text, Image, Digital Value and so on.

Pages

Pages contains a Login page, a Home page and some user-defined pages. Home page is a default page, while you can determine whether to create Login page or user-defined pages according to your requirements. You can create your own Login page for logging on UDW project deployed on LOGO! BM. Either Login page, Home Page or other page is a web page, and you can visit it in web browser after deploying a project to LOGO! BM.

Navigator

Navigator is a floating page of the web site and it intends to aid users to switch between different web pages or log off during the runtime operation.

Navigator is a floating page for accessing different pages or log off in the deployed UDW project.

Component

LOGO!Soft Comfort provides a couple of pre-defined components for UDW. Each component has different render effect in web page. Each component contains some properties.

Variable

Variable is read/write data element of LOGO! BM, such as I, Q, AI, AQ, etc. Variable can be bound with component. You can read/write variable via components.

Default Tag

A default tag is generated with certain components and not configurable.

Tag Table

A Tag Table will be generated automatically for each LOGO! device (0BA7 and later versions only) in the network project. Tags in the tag table can be bound with certain components. Refer to Tools -> Tag Table (0BA7 and later versions only) to learn more about tag table. Refer to Setting the variable to learn how to bind a tag from the tag table to a component