Internet PLC Forum
General => Technical support => Topic started by: ccdubs on November 26, 2007, 07:13:24 PM
-
Hi,
Does anyone know if there is a TBasic command that returns the address of the PLC that the software is loaded on to?
Thanks
-
You can use the TBASIC command "Status(8)" to find out the ID address of the PLC.
-
Thanks for the help.
A useful thing to know for others is that the Status(8) command will only update the ID when the PLC has been de then repowered. This is if the ID has been changed in between.