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.
BiSS encoder interface for Galil motion controllers
This article discusses the basics of the options for using a BiSS encoder with a Galil motion controller or Pocket PLC.
The Galil BiSS interface is a standard upgrade option for the following controllers:
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: