Skip to content
iqrok-lenovo edited this page Dec 30, 2021 · 6 revisions

etherlab-nodejs Docs

Methods

Creating slaves.json configuration

JSON Structure for Slaves Configuration

Note: Some fields can accept integer as number, in decimal form, or as string, in hexadecimal form. As hexadecimal string, the field must be prefixed with 0x

Top-level Schemas

  • SlavesConfigurationhttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json

Other Schemas

Objects

  • PDOEntryhttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json#/items/properties/syncs/items/properties/pdos/items

  • SDOEntryhttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json#/items/properties/syncs/items/properties/pdos/items/properties/entries/items

  • Slavehttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json#/items

  • SyncManagerhttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json#/items/properties/syncs/items

  • startupParametershttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json#/items/properties/parameters/items

Arrays

  • parametershttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json#/items/properties/parameters

  • pdoshttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json#/items/properties/syncs/items/properties/pdos

  • sdoshttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json#/items/properties/syncs/items/properties/pdos/items/properties/entries

  • syncshttps://raw.githubusercontent.com/wiki/STECHOQ/etherlab-nodejs/schema/slave-configuration.schema.json#/items/properties/syncs

Version Note

The schemas linked above follow the JSON Schema Spec version: http://json-schema.org/draft-07/schema

Clone this wiki locally