Skip to main content

In addition to ServoTrends (Galil's quarterly news letter), Galil also provides What's New At Galil. This informational letter will keep you up to date on everything Galil on a monthly basis! It will contain information about our new and exciting products, enhancements to existing products, training announcements, and technical motion control articles. If you are already registered for the ServoTrends news letter you will be receiving the What's New At Galil news letter as well. If not register now to receive your free copy via email!

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: