Resources & Tools

26-50 of 121 results
Getting Started with groov EPIC Secure Shell (SSH)
Developer - Published:
Go back to Developer Overview HomeSSH AccessThe first thing you need to do in order to have SSH access is install a free Shell license, which you can request from our preferred customer specialists at...more
Getting Started with groov Manage REST API
Developer - Published:
This Getting Started guide covers:Prerequisites, tools, and authenticationReading information about modulesReading and writing digital channelsReading and writing analog channelsPrerequisitesTo use the...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-RED...more
Getting Started with Node-RED for groov I/O
Developer - Published:
IntroductionThis Getting Started guide covers setting up your groov device and using it with the Node-RED for groov I/O nodes.PrerequisitesTo use Node-RED for groov I/O, the following programs and...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
Getting Started with Node-RED for PAC Control
Developer - Published:
IntroductionThis Getting Started guide covers setting up your controller, configuring your groov EPIC processor (GRV-EPIC-PR1), groov Edge Appliace (GROOV-AR1), or computer for Node-RED and the PAC...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
Getting Started with Python for groov EPIC
Developer - Published:
Go back to [Developer Overview Home](/epicdev/)## Python OverviewPython is one of the most accessible and powerful ways to program the _groov_ EPIC via the command line, with a Python 2.7 interpreter...more
Getting Started with the groov View REST API
Developer - Published:
For API syntax and tips, see the API Reference, which is generated from the Swagger specification.This Getting Started guide covers:The hardware and software you need to access the groov View Data Store...more
Getting Started with the OptoMMP Function Blocks for CODESYS
Developer - Published:
IntroductionThe Opto 22 Library Package for CODESYS Development System includes a collection of function blocks that can be used to access any area of a device’s OptoMMP memory map.The OptoMMP memory map...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
Getting Started with the REST APIs for groov EPIC
Developer - Published:
Go back to [Developer Overview Home](/epicdev/)## Choosing the Right API for the Right Data### groov Manage REST APIThe _groov_ Manage API is used to access **device details, file information...more
Google Sheets API
Developer - Published:
OverviewIn these next steps, you will create a Service Account API for Google Sheets, which will provide a JSON file that you will later input into your Google Sheet Node.Step 1 - Create Cloud Project...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
groov EPIC Configuration for Node-RED for PAC Control
Developer - Published:
The Node-RED for PAC Control nodes use the PAC Control REST API on groov EPIC processors.Any program using the PAC Control REST API must use a groov user with an API Key, even from Node-REDrunning on...more
groov I/O Channel Configuratrion
Developer - Published:
Digital ChannelsChannel TypeIDDigital Input0x50000000Digital Output0x90000000Simple Digital Input0x54000000Simple Digital Output0x94000000Digital Input with Quadrature0x5000002FDigital Input with...more
groov I/O Input Node
Developer - Published:
OverviewIn the previous example, we saw how to read values from a groov I/O analog or digital channel.The Read and Input nodes are similar, since they both read values from groov I/O.A Read node only...more
groov I/O 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 I/O Read node, configure the groov device and address...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
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
groov Manage REST API
Developer - Published:
The groov Manage REST API provides secure access to the groov I/O modules installed on a groov EPIC chassis. Using it, you can create software that will:Read and write analog and digital channelsUse...more
groov Manage REST API - Analog Channels
Developer - Published:
OverviewIn this section, we’ll use the groov Manage REST API to interact with an analog channel.Reading the Status of an Analog ChannelThe state of an analog channel can be read with the /api/v1/io...more
groov Manage REST API - Digital Channels
Developer - Published:
OverviewIn this section, we’ll use the groov Manage REST API to interact with a digital channel.Reading the State of a Digital ChannelThe state of a digital channel can be read with the /api/v1/io...more
groov Manage REST API - Reading Module List
Developer - Published:
## OverviewIn this section, we'll use cURL to read the list of _groov_ I/O modules installed on a _groov_ EPIC chassis.## Step 1 - Build the RequestTo make the HTTP request, we need three basic pieces...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