gclib
2.0.9
Communications API for Galil controllers and PLCs
Loading...
Searching...
No Matches
Program.cs
Go to the documentation of this file.
1
3
using
System;
4
using
System.Collections.Generic
;
5
using
System.Linq
;
6
using
System.Threading.Tasks
;
7
using
System.Windows.Forms
;
8
9
namespace
gclib_example
10
{
11
static
class
Program
12
{
16
[
STAThread
]
17
static
void
Main()
18
{
19
Application
.EnableVisualStyles();
20
Application
.SetCompatibleTextRenderingDefault(
false
);
21
Application
.Run(
new
MainForm
());
22
}
23
}
24
}
gclib_example.MainForm
Demonstrates using gclib in a Windows Form, including using a second thread to free the GUI.
Definition
Form1.cs:23
gclib_example.Program
Definition
Program.cs:12
vector
GReturn vector(GCon g, char *file)
Puts controller into Vector Mode and accepts a file defining vector points.
Definition
vector.cpp:36
gclib_example
Definition
Form1.cs:18
examples
cs
2013_12.0
gclib_example
gclib_example
Program.cs
Generated by
Galil Motion Control