EasyManua.ls Logo

Panasonic HMWIN - Project object; Project object properties; Project object methods

Panasonic HMWIN
440 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
project.getGroup("GroupName", group);
var value = group.getCount();
(Available on web pages)
getTags
object getTags()
Returns the list of all tags in group.
function {
var group = new Group();
project.getGroup("enginesettings", group);
var tagList = group.getTags();
for(var i = 0; i < tagList.length; i++){
var tagName = tagList[i];
//do something…
};
(Available on web pages)
Project object
This object defines the project widget. The project widget is used to retrieve data about the project such as tags, alarms,
recipes, schedules, tags and so on. There is only one widget for the project and it can be referenced through the project
variable.
Project object properties
Properties to be set at project level.
startPage
string startPage
Page shown when the project is started.
var startPage = project.startPage;
project.startPage = "Page2.jmx";
Project object methods
Methods to be used at project level.
356
HMWIN Studio |User Manual|v206 (2017-06-30) |EN|© 2014-2017 Panasonic Electric Works Europe AG
Project object

Table of Contents

Related product manuals