Set IP Address Lock

Prevents unauthorized changes to an In-Sight sensor's IP address.

Set IP Address Lock Inputs

Syntax: SL[Int]

Parameter Description

Int

  • 0 = Unlock the IP address
  • 1 = Lock the IP Address

Set IP Address Lock Outputs

Returns a status code. The status codes are:

Status Codes Description
1

The command was executed successfully.

0

Unrecognized command.

-1

The value given for Int is either out of range or is not a valid integer.

-2

The command could not be executed.

-6

User does not have Full Access to execute the command. For more information, see User Access Settings Dialog.

Set IP Address Lock Example

To lock the sensor's IP address, issue the following command: SL1

The In-Sight sensor responds with a status code of 1, indicating that the IP address was successfully locked.