Using socket TCP/IP or UDP communication with Galil controllers
Posted on Thursday, January 19th, 2012 by John Hayes at GalilPosted in Software | No Comments »
For most applications, the standard GalilTools communication libray or API (Application Programming Interface) provides the best method of communicating from either a Windows or Linux computer to a Galil controller. The GalilTools communication library provides calls such as "Command()" and ...
Read This Article »
Introducing GalilSuite Software
Posted on Wednesday, January 4th, 2012 by Lisa Wade at GalilPosted in Software | No Comments »
Galil has recently released GalilSuite Software, a new version of GalilTools, providing a more powerful and flexible tool for configuring, analyzing and tuning Galil motion control systems. GalilSuite includes enhanced servo tuning capabilities with multiple tuning methods and allows the ...
Read This Article »
Windows scripted control of Ethernet cards
Posted on Thursday, March 31st, 2011 by DJ Roberts at GalilPosted in Software | No Comments »
It is sometimes desirable to be able to automatically control the Enabled/Disabled state of a PC's Network Interface Cards (NIC). This can be useful during development to disable corporate LANs, wireless connections, or to remove connectivity of a development PC ...
Read This Article »
Blocking Unwanted Ethernet Devices from Connecting
Posted on Thursday, February 10th, 2011 by John Hayes at GalilPosted in DMC Programming, Software | No Comments »
A question that comes up when running an Ethernet network with multiple devices is whether it is possible to only allow a specific IP address to connect to the Galil controller or possibly allow a specific range of IP addresses ...
Read This Article »
Getting Started with Galil and C++ Programming
Posted on Wednesday, August 18th, 2010 by John Hayes at GalilPosted in Software | 2 Comments »
Programming the Galil motion controller from a high level language such as C or C++ can be overwhelming at first glance, but upon closer inspection – it is actually very straightforward. This article shows how to compile the “Hello World” ...
Read This Article »
C++, Accessing Legacy Windows Registry Information for GalilTools
Posted on Monday, August 9th, 2010 by DJ Roberts at GalilPosted in Software | No Comments »
Legacy software such as SmartTerminal and WSDK employed the Windows registry to store registered controller information (connection point, serial number, etc). GalilTools and the bundled library do away with this extra information and allow the user to directly specify the ...
Read This Article »
Using Custom Classes in a GalilTools C# Application
Posted on Thursday, October 22nd, 2009 by John Hayes at GalilPosted in DMC Programming, I/O Control, Software | No Comments »
This article deals with using custom Classes with the GalilTools API. In the first article located here: http://www.galilmc.com/techtalk/software/how-to-create-a-custom-class-library-with-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 ...
Read This Article »
How To Create a Custom Class Library with GalilTools
Posted on Tuesday, October 20th, 2009 by John Hayes at GalilPosted in Software | 1 Comment »
This article describes how to create a class that has properties and methods that can be used to enhance the functionality of the standard GalilTools API in a .NET environment. The default API provides a good base communication shell ...
Read This Article »
Using Labview with the GalilTools Communication Library
Posted on Wednesday, May 6th, 2009 by Andy Herum at GalilPosted in Software | No Comments »
There are a few different methods for developing a LabVIEW application that can communicate to a Galil motor controller. 1 - Not recommended for new Applications. DMCWin32 Library and Galil developed VI's. This method is simple, but limited support is offered ...
Read This Article »
Using Ethernet Interrupts on Non-Accelera Motion Controllers
Posted on Monday, March 23rd, 2009 by DJ Roberts at GalilPosted in DMC Programming, Software | No Comments »
Galil recently released version 1.0b of the DMC-4000 motion controller firmware. This firmware contains a new feature allowing the firmware to automatically dispatch a UDP packet signal to the host on certain events. The new feature is modeled ...
Read This Article »