Host As String |
|
|
Getting/setting CNC's host name or IP address to connect.
|
Port As Integer |
|
|
Getting/setting the port number of FOCAS/Ethenet function. Setting is available at design time only. |
Timeout As Integer |
|
|
Getting/setting the time out value (second unit). Setting is available at design time only. |
FunctionName(Index As Integer) As String |
|
|
Retrieve the function name, which is specified by the index number of the DoFunction method. To retrieve the function name:
For a function that requires the function option and the option is not set on the CNC side, the return values is a Null string. |
Path As Integer |
|
|
Get/Set the current CNC path of CNC screen. Example
|
NcOption As Boolean |
|
|
Indicate the existence of the function for the screen object on the CNC side. For a screen that does not need the option setting, it is always True. |
LcOption As Boolean |
|
|
Indicate the existence of the function for the screen object in the Loader Control Board.
There is no relationship with the Path property. |
BackColor |
|
|
Get/Set the background color of CNC screen. |
Step 2. Review Basic Operation Package 1 features. |