|
44483 | 44483 | </member> |
44484 | 44484 | <member name="T:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersBatchAssignment"> |
44485 | 44485 | <summary> |
44486 | | - Batch assignment for reading multiple numeric registers at once. |
| 44486 | + Batch assignment for reading multiple numeric registers at once as float |
44487 | 44487 | </summary> |
44488 | 44488 | </member> |
44489 | 44489 | <member name="M:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersBatchAssignment.#ctor"> |
|
44497 | 44497 | </summary> |
44498 | 44498 | <returns>Returns an array of float values representing the numeric registers</returns> |
44499 | 44499 | </member> |
| 44500 | + <member name="T:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersInt32BatchAssignment"> |
| 44501 | + <summary> |
| 44502 | + Batch assignment for reading multiple numeric registers at once as 32-bit integers. |
| 44503 | + </summary> |
| 44504 | + </member> |
| 44505 | + <member name="M:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersInt32BatchAssignment.#ctor"> |
| 44506 | + <summary> |
| 44507 | + Initializes a new instance of the <see cref="T:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersInt32BatchAssignment"/> class. |
| 44508 | + </summary> |
| 44509 | + </member> |
| 44510 | + <member name="M:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersInt32BatchAssignment.Read"> |
| 44511 | + <summary> |
| 44512 | + Read all numeric registers assigned in this batch assignment. |
| 44513 | + </summary> |
| 44514 | + <returns>Returns an array of Int32 values representing the numeric registers</returns> |
| 44515 | + </member> |
| 44516 | + <member name="T:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersInt16BatchAssignment"> |
| 44517 | + <summary> |
| 44518 | + Batch assignment for reading multiple numeric registers at once as 16-bit integers. |
| 44519 | + </summary> |
| 44520 | + </member> |
| 44521 | + <member name="M:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersInt16BatchAssignment.#ctor"> |
| 44522 | + <summary> |
| 44523 | + Initializes a new instance of the <see cref="T:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersInt16BatchAssignment"/> class. |
| 44524 | + </summary> |
| 44525 | + </member> |
| 44526 | + <member name="M:UnderAutomation.Fanuc.Snpx.Assignment.NumericRegistersInt16BatchAssignment.Read"> |
| 44527 | + <summary> |
| 44528 | + Read all numeric registers assigned in this batch assignment. |
| 44529 | + </summary> |
| 44530 | + <returns>Returns an array of Int16 values representing the numeric registers</returns> |
| 44531 | + </member> |
44500 | 44532 | <member name="T:UnderAutomation.Fanuc.Snpx.Assignment.PositionRegistersBatchAssignment"> |
44501 | 44533 | <summary> |
44502 | 44534 | Batch assignment for reading multiple position registers at once. |
|
45969 | 46001 | </member> |
45970 | 46002 | <member name="P:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.NumericRegisters"> |
45971 | 46003 | <summary> |
45972 | | - Number registers |
| 46004 | + Number registers R[] as floating point values |
| 46005 | + </summary> |
| 46006 | + </member> |
| 46007 | + <member name="P:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.NumericRegistersInt32"> |
| 46008 | + <summary> |
| 46009 | + Number registers R[] as 32-bit integer values |
| 46010 | + </summary> |
| 46011 | + </member> |
| 46012 | + <member name="P:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.NumericRegistersInt16"> |
| 46013 | + <summary> |
| 46014 | + Number registers R[] as 16-bit integer values |
45973 | 46015 | </summary> |
45974 | 46016 | </member> |
45975 | 46017 | <member name="P:UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase.PositionRegisters"> |
@@ -46237,14 +46279,19 @@ |
46237 | 46279 | <member name="M:UnderAutomation.Fanuc.Snpx.Internal.SnpxConnectParametersBase.GetHashCode"> |
46238 | 46280 | <inheritdoc /> |
46239 | 46281 | </member> |
46240 | | - <member name="T:UnderAutomation.Fanuc.Snpx.Internal.NumericRegisters"> |
| 46282 | + <member name="T:UnderAutomation.Fanuc.Snpx.Internal.NumericRegistersBase`2"> |
46241 | 46283 | <summary> |
46242 | 46284 | Provides access to numeric registers (R[]) on the robot via SNPX. |
46243 | 46285 | </summary> |
46244 | 46286 | </member> |
46245 | | - <member name="M:UnderAutomation.Fanuc.Snpx.Internal.NumericRegisters.#ctor(UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase)"> |
| 46287 | + <member name="M:UnderAutomation.Fanuc.Snpx.Internal.NumericRegistersBase`2.#ctor(UnderAutomation.Fanuc.Snpx.Internal.SnpxClientBase,System.Int32,System.String)"> |
46246 | 46288 | <summary> |
46247 | | - Initializes a new instance of the <see cref="T:UnderAutomation.Fanuc.Snpx.Internal.NumericRegisters"/> class. |
| 46289 | + Initializes a new instance of the <see cref="T:UnderAutomation.Fanuc.Snpx.Internal.NumericRegistersBase`2"/> class. |
| 46290 | + </summary> |
| 46291 | + </member> |
| 46292 | + <member name="T:UnderAutomation.Fanuc.Snpx.Internal.NumericRegisters"> |
| 46293 | + <summary> |
| 46294 | + Provides access to numeric registers as float (R[]) on the robot via SNPX. |
46248 | 46295 | </summary> |
46249 | 46296 | </member> |
46250 | 46297 | <member name="M:UnderAutomation.Fanuc.Snpx.Internal.NumericRegisters.CreateBatchAssignment(System.Int32,System.Int32)"> |
|
46255 | 46302 | <param name="count">The number of consecutive registers.</param> |
46256 | 46303 | <returns>A batch assignment for the specified range.</returns> |
46257 | 46304 | </member> |
| 46305 | + <member name="T:UnderAutomation.Fanuc.Snpx.Internal.NumericRegistersInt16"> |
| 46306 | + <summary> |
| 46307 | + Provides access to numeric registers as 16 bits integer (R[]) on the robot via SNPX. |
| 46308 | + </summary> |
| 46309 | + </member> |
| 46310 | + <member name="M:UnderAutomation.Fanuc.Snpx.Internal.NumericRegistersInt16.CreateBatchAssignment(System.Int32,System.Int32)"> |
| 46311 | + <summary> |
| 46312 | + Creates a batch assignment for reading multiple numeric registers. |
| 46313 | + </summary> |
| 46314 | + <param name="startIndex">The starting register index.</param> |
| 46315 | + <param name="count">The number of consecutive registers.</param> |
| 46316 | + <returns>A batch assignment for the specified range.</returns> |
| 46317 | + </member> |
| 46318 | + <member name="T:UnderAutomation.Fanuc.Snpx.Internal.NumericRegistersInt32"> |
| 46319 | + <summary> |
| 46320 | + Provides access to numeric registers as 32 bits integer (R[]) on the robot via SNPX. |
| 46321 | + </summary> |
| 46322 | + </member> |
| 46323 | + <member name="M:UnderAutomation.Fanuc.Snpx.Internal.NumericRegistersInt32.CreateBatchAssignment(System.Int32,System.Int32)"> |
| 46324 | + <summary> |
| 46325 | + Creates a batch assignment for reading multiple numeric registers. |
| 46326 | + </summary> |
| 46327 | + <param name="startIndex">The starting register index.</param> |
| 46328 | + <param name="count">The number of consecutive registers.</param> |
| 46329 | + <returns>A batch assignment for the specified range.</returns> |
| 46330 | + </member> |
46258 | 46331 | <member name="T:UnderAutomation.Fanuc.Snpx.Internal.PositionRegisters"> |
46259 | 46332 | <summary> |
46260 | 46333 | Provides access to position registers (PR[]) on the robot via SNPX. |
@@ -46579,12 +46652,13 @@ |
46579 | 46652 | </member> |
46580 | 46653 | <member name="P:UnderAutomation.Fanuc.Snpx.Internal.CurrentPositionRequest.Group"> |
46581 | 46654 | <summary> |
46582 | | - Gets or sets the motion group number. |
| 46655 | + Gets or sets the motion group number. Starts from 1. |
46583 | 46656 | </summary> |
46584 | 46657 | </member> |
46585 | 46658 | <member name="P:UnderAutomation.Fanuc.Snpx.Internal.CurrentPositionRequest.UserFrame"> |
46586 | 46659 | <summary> |
46587 | 46660 | Gets or sets the user frame number. |
| 46661 | + Use 0 for World Frame |
46588 | 46662 | </summary> |
46589 | 46663 | </member> |
46590 | 46664 | <member name="M:UnderAutomation.Fanuc.Snpx.Internal.CurrentPositionRequest.ToString"> |
|
0 commit comments