Skip to content

Commit

Permalink
Update to new version : 1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent 3119841 commit c6aea93
Show file tree
Hide file tree
Showing 39 changed files with 1,369 additions and 4 deletions.
Binary file modified .NET/Libraries/net35/UnderAutomation.Fanuc.dll
Binary file not shown.
72 changes: 72 additions & 0 deletions .NET/Libraries/net35/UnderAutomation.Fanuc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41441,6 +41441,13 @@
<param name="index">I/O port index to unsimulate</param>
<returns></returns>
</member>
<member name="M:UnderAutomation.Fanuc.RemoteCommands.Internal.RemoteCommandsClientBase.GetTaskInformation(System.String)">
<summary>
Return the task control data for the specified task. If prog_name is not specified, the default program is used
</summary>
<param name="prog_name">the name of any KAREL or TP program which is a task</param>
<returns></returns>
</member>
<member name="T:UnderAutomation.Fanuc.RemoteCommands.Internal.RemoteCommandsClientInternal">
<summary>
Internal implementation of KCL Client
Expand All @@ -41453,6 +41460,71 @@
<param name="ip">IP or network name of the robot</param>
<param name="telnetKclPassword">Telnet password associated with KCL user</param>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskName">
<summary>
Gets the name of the task.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskNumber">
<summary>
Gets the task number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskStatusStr">
<summary>
Gets the task status as a string.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskStatus">
<summary>
Gets the task status.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.RoutineName">
<summary>
Gets the name of the routine.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.CurrentLine">
<summary>
Gets the current line number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.ProgramType">
<summary>
Gets the type of the program.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.HoldConditions">
<summary>
Gets the hold conditions.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.ParentTask">
<summary>
Gets the parent task number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.NumChildTasks">
<summary>
Gets the number of child tasks.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.InvisibleTask">
<summary>
Gets a value indicating whether the task is invisible.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.SystemTask">
<summary>
Gets a value indicating whether the task is a system task.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.Priority">
<summary>
Gets the priority of the task.
</summary>
</member>
<member name="T:UnderAutomation.Fanuc.RemoteCommands.RemoteCommandsClient">
<summary>
Main class that represents a connection to a Fanuc Motoman industrial robot
Expand Down
Binary file modified .NET/Libraries/net40/UnderAutomation.Fanuc.dll
Binary file not shown.
72 changes: 72 additions & 0 deletions .NET/Libraries/net40/UnderAutomation.Fanuc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41441,6 +41441,13 @@
<param name="index">I/O port index to unsimulate</param>
<returns></returns>
</member>
<member name="M:UnderAutomation.Fanuc.RemoteCommands.Internal.RemoteCommandsClientBase.GetTaskInformation(System.String)">
<summary>
Return the task control data for the specified task. If prog_name is not specified, the default program is used
</summary>
<param name="prog_name">the name of any KAREL or TP program which is a task</param>
<returns></returns>
</member>
<member name="T:UnderAutomation.Fanuc.RemoteCommands.Internal.RemoteCommandsClientInternal">
<summary>
Internal implementation of KCL Client
Expand All @@ -41453,6 +41460,71 @@
<param name="ip">IP or network name of the robot</param>
<param name="telnetKclPassword">Telnet password associated with KCL user</param>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskName">
<summary>
Gets the name of the task.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskNumber">
<summary>
Gets the task number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskStatusStr">
<summary>
Gets the task status as a string.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskStatus">
<summary>
Gets the task status.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.RoutineName">
<summary>
Gets the name of the routine.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.CurrentLine">
<summary>
Gets the current line number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.ProgramType">
<summary>
Gets the type of the program.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.HoldConditions">
<summary>
Gets the hold conditions.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.ParentTask">
<summary>
Gets the parent task number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.NumChildTasks">
<summary>
Gets the number of child tasks.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.InvisibleTask">
<summary>
Gets a value indicating whether the task is invisible.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.SystemTask">
<summary>
Gets a value indicating whether the task is a system task.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.Priority">
<summary>
Gets the priority of the task.
</summary>
</member>
<member name="T:UnderAutomation.Fanuc.RemoteCommands.RemoteCommandsClient">
<summary>
Main class that represents a connection to a Fanuc Motoman industrial robot
Expand Down
Binary file modified .NET/Libraries/net45/UnderAutomation.Fanuc.dll
Binary file not shown.
72 changes: 72 additions & 0 deletions .NET/Libraries/net45/UnderAutomation.Fanuc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41489,6 +41489,13 @@
<param name="index">I/O port index to unsimulate</param>
<returns></returns>
</member>
<member name="M:UnderAutomation.Fanuc.RemoteCommands.Internal.RemoteCommandsClientBase.GetTaskInformation(System.String)">
<summary>
Return the task control data for the specified task. If prog_name is not specified, the default program is used
</summary>
<param name="prog_name">the name of any KAREL or TP program which is a task</param>
<returns></returns>
</member>
<member name="T:UnderAutomation.Fanuc.RemoteCommands.Internal.RemoteCommandsClientInternal">
<summary>
Internal implementation of KCL Client
Expand All @@ -41501,6 +41508,71 @@
<param name="ip">IP or network name of the robot</param>
<param name="telnetKclPassword">Telnet password associated with KCL user</param>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskName">
<summary>
Gets the name of the task.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskNumber">
<summary>
Gets the task number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskStatusStr">
<summary>
Gets the task status as a string.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskStatus">
<summary>
Gets the task status.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.RoutineName">
<summary>
Gets the name of the routine.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.CurrentLine">
<summary>
Gets the current line number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.ProgramType">
<summary>
Gets the type of the program.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.HoldConditions">
<summary>
Gets the hold conditions.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.ParentTask">
<summary>
Gets the parent task number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.NumChildTasks">
<summary>
Gets the number of child tasks.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.InvisibleTask">
<summary>
Gets a value indicating whether the task is invisible.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.SystemTask">
<summary>
Gets a value indicating whether the task is a system task.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.Priority">
<summary>
Gets the priority of the task.
</summary>
</member>
<member name="T:UnderAutomation.Fanuc.RemoteCommands.RemoteCommandsClient">
<summary>
Main class that represents a connection to a Fanuc Motoman industrial robot
Expand Down
Binary file modified .NET/Libraries/net451/UnderAutomation.Fanuc.dll
Binary file not shown.
72 changes: 72 additions & 0 deletions .NET/Libraries/net451/UnderAutomation.Fanuc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41441,6 +41441,13 @@
<param name="index">I/O port index to unsimulate</param>
<returns></returns>
</member>
<member name="M:UnderAutomation.Fanuc.RemoteCommands.Internal.RemoteCommandsClientBase.GetTaskInformation(System.String)">
<summary>
Return the task control data for the specified task. If prog_name is not specified, the default program is used
</summary>
<param name="prog_name">the name of any KAREL or TP program which is a task</param>
<returns></returns>
</member>
<member name="T:UnderAutomation.Fanuc.RemoteCommands.Internal.RemoteCommandsClientInternal">
<summary>
Internal implementation of KCL Client
Expand All @@ -41453,6 +41460,71 @@
<param name="ip">IP or network name of the robot</param>
<param name="telnetKclPassword">Telnet password associated with KCL user</param>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskName">
<summary>
Gets the name of the task.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskNumber">
<summary>
Gets the task number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskStatusStr">
<summary>
Gets the task status as a string.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.TaskStatus">
<summary>
Gets the task status.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.RoutineName">
<summary>
Gets the name of the routine.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.CurrentLine">
<summary>
Gets the current line number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.ProgramType">
<summary>
Gets the type of the program.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.HoldConditions">
<summary>
Gets the hold conditions.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.ParentTask">
<summary>
Gets the parent task number.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.NumChildTasks">
<summary>
Gets the number of child tasks.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.InvisibleTask">
<summary>
Gets a value indicating whether the task is invisible.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.SystemTask">
<summary>
Gets a value indicating whether the task is a system task.
</summary>
</member>
<member name="P:UnderAutomation.Fanuc.RemoteCommands.TaskInformationResult.Priority">
<summary>
Gets the priority of the task.
</summary>
</member>
<member name="T:UnderAutomation.Fanuc.RemoteCommands.RemoteCommandsClient">
<summary>
Main class that represents a connection to a Fanuc Motoman industrial robot
Expand Down
Binary file modified .NET/Libraries/net452/UnderAutomation.Fanuc.dll
Binary file not shown.
Loading

0 comments on commit c6aea93

Please sign in to comment.