


| Element Number | Element name | Setup description |
Element 1 | Variable type | 0: Not set 1: Program external variables 2: State variables |
Element 2 | Data type | 0:Integer type 1: Long-precision integer type 2: Single-precision real number type 3: Double-precision real number type 4: Position data type 5: Joint data type 6: Workpiece coordinate type 7: Character string type |
Element 3 | (Reserved) | |
Element 4 | Used to assign data types that include real numbers. | (Ignores all other data types stated in Element 2 except 2 to 6.) 0: Variables of single-precision real number type (including position, joint, and workpiece coordinate types) are multiplied by 10e4 and then assigned as long-precision integer type. Variables of double-precision real number type are multiplied by 10e8 and then assigned as 64-bit integers (twice the length of longprecision integers). 1: Variables are assigned as they are. |
Element 5 | Variable name | (Ex.) M_100, J_Fbc, or similar |
Element 6 | Argument1 | For external variables: Array elements For status variables: Argument 1 Setting range: Blank (when omitted) or from 0 |
Element 7 | Argument 2 | (Only for state variables) Setting range: Blank (when omitted) or from 0 |
Element 8 | (Reserved) | |
Element 9 | Number of bytes of a character string variable | (Ignores all other data types stated in Element 2 except 7.) Specify the sum of 1 (area where a 1-byte character string is saved) and the maximum number of bytes of a character string variable to be assigned. Setting range: 1 to 240 |
Element 10 | Start D device number | Setting range: 4096 to 5119 (Ex.) Specify 4096 for D4096 |



| Parameter name | Description | Factory setting |
| SLMPPORT | Set the SLMP server communication port No. (1024 to 65535) | 45237 |
| SLMPCP | Set the SLMP server communication protocol. 0: TCP 1: UDP 1 | 1 |
| SLMPNWNO | Set the SLMP network number. (1 to 239) | 1 |
| SLMPNDID | Set the SLMP station number. (1 to 120) | 1 |
Attachments:
File name: | Description: |
| SLMPSETUP.prg | Sample program |
Robot SLMP data exchange.GTX | Sample GOT project for SLMP communication |