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.

"Infinite" Array Record over Ethernet

This article provides a sample project demonstrating a method to record indefinitely from a controller by uploading subsets of data from a free running circular array record using the RC/RD/RA commands.

With this method, only the host PC's hard drive is the limiting factor for the amount of data that can be stored.

Example Screen Cap

Serial Port Command Interpreter

Occasionally, it is beneficial to create a user-defined command set that can be received over the serial port and interpreted at an application program (.dmc) level.  The code below uses the "Communication Interrupt" feature of the Galil controller to accept characters over the serial port, parse

Event Driven Programming

 

Introduction

This article provides a more advanced introduction to the Galil COM library. Specifically event based execution will be introduced using the three COM library events, onRecord, onMessage, and onInterrupt. The example will guide users, with minimal experience, to build the following application.