Home Manual Reference Source Test
import Atviseproject from 'atvise-scm/src/lib/config/Atviseproject.js'
public class | source

Atviseproject

An atvise-scm project's configuration.

Static Member Summary

Static Public Members
public static get

An array of editor related node ids.

public static get

An array of server related node ids.

public static get

The atvise-server's host. Defaults to localhost.

public static get

These nodes (and their subnodes, if any) will be ignored by atvise-scm.

public static get

The atvise-server nodes that atvise-scm should sync.

public static get

The atvise-server nodes to watch in the corresponding tasks.

public static get

The atvise-server ports to use.

public static get

The transformers to use in this project.

Static Public Members

public static get EditorRelatedNodes: NodeId[] source

An array of editor related node ids. They should be ignored in a atvise-scm project.

public static get ServerRelatedNodes: NodeId[] source

An array of server related node ids. They should be ignored in a atvise-scm project as they are read-only.

public static get host: String source

The atvise-server's host. Defaults to localhost.

public static get ignoreNodes: NodeId[] source

These nodes (and their subnodes, if any) will be ignored by atvise-scm. Defaults to Atviseproject.EditorRelatedNodes combined with Atviseproject.ServerRelatedNodes.

public static get nodes: String[] | NodeId[] source

The atvise-server nodes that atvise-scm should sync. Defaults to ['ns=1;s=AGENT', 'ns=1;s=SYSTEM']

public static get nodesToWatch: String[] | NodeId[] source

The atvise-server nodes to watch in the corresponding tasks. Defaults to all nodes containing displays.

public static get port: Object source

The atvise-server ports to use.

Properties:

NameTypeAttributeDescription
opc Number
  • optional
  • default: 4840

The OPC-UA port the atvise-server runs on.

http Number
  • optional
  • default: 80

The HTTP port the atvise-server can be reached at.

public static get useTransformers: Transformer[] source

The transformers to use in this project. Defaults to a single DisplayTransformer