SerialCode Property

Application
Force Sensor Object FS#

Description
Returns the serial code for the force sensor.

Immediate Execution
No

Usage
FGet Object.SerialCode, 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 to confirm the sensor’s serial code

Usage Example
This is an example of confirming the Force Sensor Object’s serial code.

Function Test_SerialCode
  String serialcode$
  FGet FS1.SerialCode, serialcode$
  Print serialcode$
Fend

See Also
Force Sensor Object FS#