gclib 2.0.9
Communications API for Galil controllers and PLCs
 
Loading...
Searching...
No Matches
GclibJavaException.java
Go to the documentation of this file.
1
4package gclibjava;
5
6public class GclibJavaException extends Exception {
7 int myErrorCode = 0;
10 myErrorCode = errorCode;
11 }
12 public int getErrorCode()
13 {
14 return myErrorCode;
15 }
16}
GReturn message(GCon g)
Demonstrates how to receive messages from the controller and detect differences in Trace and crashed ...
Definition message.cpp:14
GReturn vector(GCon g, char *file)
Puts controller into Vector Mode and accepts a file defining vector points.
Definition vector.cpp:36