Resources & Tools

1 - 25 of 59 results for "how to"
How to read groov IO data and write to Google Sheets in Node-RED
Developer - Published:
IntroductionNode-RED is a visual programming tool that can connect groov I/O with various online services. In this tutorial, we’ll show you how to extract temperature data from a groov I/O ICTD channel...more
Insert Tag Values into an Access Database
Developer - Published:
Need a kickstart to get data from a PAC controller into a Microsoft® Access® database?Click here for complete instructions and an interactive code sample.This short video shows how it works:...
Node-RED Code Samples
Developer - Published:
These examples will help you get started using Node-RED with your Opto 22 products.Read and Write to Opto 22 I/O—Shows how to read and write to Opto 22 digital I/O modulesGet WAN IP Address—A one-step...more
Node-RED Code Samples
Developer - Published:
These examples will help you get started using Node-RED with your Opto 22 controller.Subscribe and Publish with MQTT Nodes, groov & SNAP PACShows how to acquire data over MQTT using Node‑RED, groov, and...more
Node-RED Code Samples
Developer - Published:
These examples will help you get started using Node-RED with groov View.Subscribe and Publish with MQTT Nodes, groov & SNAP PACShows how to acquire data over MQTT using Node‑RED, groov, and a SNAP PAC R-...more
Insert Tag Values into an Excel Spreadsheet
Developer - Published:
Nothing easier than a spreadsheet—Right?Click here for instructions and an interactive code sample to help you get data from a PAC controller into a Microsoft® Excel® spreadsheet.This short video shows how it works:...
groov View Write Node - Introduction
Developer - Published:
OverviewIn the previous example, we saw how to read a Data Store tag. Now let’s use a Write node to write to a Data Store tag.Write to a TagWriting to a tag is very similar to reading.Place a groov View...more
Getting Started with the PAC Control REST API for SNAP PAC
Developer - Published:
For API syntax and tips, see the API Reference, which is generated from the Swagger specification.This Getting Started guide covers for SNAP PAC:The hardware and software you need to access the PAC...more
groov I/O Write Node
Developer - Published:
OverviewIn the previous exmples, we saw how read I/O values using the Read node and Input node.Write to an Output ChannelWriting an I/O value is very similar to reading.To write to a digital or analog...more
Getting Started with OptoMMP for Python
Developer - Published:
This tutorial shows how Python scripts can be used with the Opto Memory-Mapped Protocol (OptoMMP) to read and write data to Opto 22 memory-mapped devices for simple, powerful I/O control.This approach...more
Weather Data into groov View
Developer - Published:
OverviewIn the previous examples, we showed how to read and write groov View Data Store tags. Now let’s use that basicknowledge and some of the power of Node-RED to do something more interesting.This...more
Frequently Asked Questions
Developer - Published:
Does the groov View API work with groov EPIC?Yes, the View REST API is used to access groov data-store tags used in your groov View via the Devices and Tags interface in groov View Build. See the EPIC...more
groov Read Node - Introduction
Developer - Published:
OverviewIn the first example, we saw how to configure the groov View project andData Store and then read a Data Store tag just to see that everything was working correctly.Read a Tag Connected to a...more
PAC Control Nodes - Writing Tags
Developer - Published:
OverviewIn the previous example, we saw how to read one or all Int32 variables.Now let’s use a Write node, and then connect a Read to a Write node.Write to an Int32 VariablePlace a PAC Control Write...more
RPi.GPIO Library
Developer - Published:
If you code in Python, the RPi.GPIO Python library (included with Raspbian) lets you configure, read, and write to GPIO pins.{% include note.html content="To install the RPi.GPIO Python library, enter...more
Getting Started with Node-RED
Developer - Published:
IntroductionThis Getting Started guide covers getting Node-RED running (either on a groov EPIC processor, groov Edge Appliance, ora computer), and provides a few examples of how to use Node-RED.Node...more
groov I/O Read Node
Developer - Published:
OverviewIn the first example, we saw how to configure the groov I/O device and then read from a memory map address just to see that everything was working correctly.Read an I/O ValueThe Read node is...more
SNAP PAC SSL Certificate Installation
Developer - Published:
Enable SSL and PortBy default, a SNAP PAC controller has SSL enabled and the REST API is disabled. To use the REST API, you need to configure the port on which it will listen.Instructions for...more
groov API Code Samples
Developer - Published:
For groov API syntax and tips, see the API Reference, which is generated from the Swagger specification.These samples illustrate how to use the groov RESTful API with Microsoft® Access®, Microsoft...more
PAC Control Nodes - Reading Tags
Developer - Published:
OverviewThe PAC Control nodes can read or write variables, tables, and I/O points in a controller.In the first example, we saw how to read the Device Details for a controller. Now let’s do some more...more
Using Conditions in a Flow (Switch Node)
Developer - Published:
_Applies to: Node-RED for PAC Control ; Node-RED for_ groov _View_.Although you'd typically use PAC Control to perform a task like this, this example demonstrates how to use a **switch node** to...more
Use OPENJSON to Insert Tag Values
Developer - Published:
Download Code Sample## OverviewThe getvalues.sql code sample uses a stored proc (that you create by running http_request_json.sql) and Transact-SQL functions in Microsoft® SQL Server® 2016 to:* Call an...more
groov View Project Configuration for Node-RED
Developer - Published:
The Node-RED for groov View nodes can read and write from groov View Data Store tags. This section describes howto configure a Data Store and add tags to it.Step 1 - Add a Data Store DeviceOpen groov...more
Getting Started with Node-RED for groov View
Developer - Published:
IntroductionThis Getting Started guide covers setting up your groov View project and configuring it within theNode-RED for groov View nodes. This guide also provides a few examples of how to use it all...more
groov View Nodes - Introduction
Developer - Published:
OverviewIf you’re new to Node-RED but have not yet worked through the Hello, world! example, please do so now.In this section, we’ll add a groov View Read node, configure the groov View project and...more