Model Property

Application
Force Sensor Object FS#

Description
Returns the model name of the force sensor.

Immediate Execution
No

Usage
FGet Object.Model, sVar$

  • Object
    Object name
    The object is specified as FS (numerical value).

  • sVar$
    A string variable defining the value of the property

Detailed Explanation
This property is used when confirming the model name of the force sensor.

Usage Example
This example confirms the model name for force sensor 1.

Function Test_Model
  String model$
  FGet FS1.Model, model$
  Print model$
Fend

See Also
Force Sensor Object FS#