SET_WIFI_SSID  index, ssid_name_string
Purpose To define the SSID name of the WiFi network that PLC's WiFi would like to connect to.
Examples
	
	SET_WIFI_SSID 1, "MySSID"	'Configure PLC's to connect to WiFi network with SSID = "MySSID"
Comments:

  1. The PLC's WiFi is configured to connect to the WiFi network with SSID = "MySSID"
  2. You must also define the passkey for this SSID using the SET_WIFI_KEY command to successfully make the connection.
  3. Currently the PLC only supports 1 SSID, so index is always set to 1"
  4. The PLC will only start connecting to the new SSID after it has been rebooted (via the RESTART command or power-on reset).

This command is ignored by i-TRiLOGI  simulator.

 

See Also SET_WIFI_KEY

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual