Skip to main content

Introduction

The VergeLinkSDK is a class equipped with a variety of utility functions for diverse operations, including subscribing to and publishing events.
In the editor environment, an instance of this class is globally accessible and is referred to as VL.

Here are some of the most used methods of the VergeLinkSDK Class

Function NameDescription
subscribeMeasurementsUser-defined method to subscribe to measurement updates.
subscribeEventUser-defined method to subscribe to event updates.
subscribeFileUser-defined method to subscribe to file updates.
publishMeasurementsPublishes an array of measurements to the Vergelink DataBus.
publishFilePublishes a file to the Vergelink DataBus.
publishEventPublishes an event to the Vergelink DataBus.
filterFilters a message based on provided filter options.
reportDataPointMetadataReports metadata for data points.