Skip to main content

To get news about Galil in the market, read our quarterly newsletter called ServoTrends, or our monthly newsletter called What's New At Galil review our Press Releases or go to your favorite technical on-line or print publication such as Design NewsMachine Design, Design WorldControl Engineering, and more.

RIO Pocket PLC and Power over Ethernet (POE)

POE (Power over Ethernet) is a convenient way to power the RIO-47xxx Pocket PLC.  A power supply is not needed at the RIO installation because the power is delivered over the Ethernet cable.

Servo Motor Controller Basics

This article is a brief introduction to servo motor control and explains the different components in a servo motor system and how each component works to create the entire motion control solution. An example system is shown here: Galil Servo Motor Control System

Using Custom Classes in a GalilTools C# Application

This article deals with using custom Classes with the GalilTools API.  In the first article located here:

http://www.galil.com/news/software/how-create-custom-class-library-galiltools

we created a new custom class that was able to access the RIO Data Record and parse it.  In this article, we will use the class that was created (RIO_DataRecord.cs) and show how to include it into a new C# application.  First create a new C# project and call it RIO_DR_class_demo as shown here: