Internet PLC Forum

General => Technical support => Topic started by: ccdubs on November 26, 2007, 07:13:24 PM

Title: TBasic Command to Get PLC Address
Post 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
Title: Re:TBasic Command to Get PLC Address
Post by: support on November 26, 2007, 10:25:26 PM
You can use the TBASIC command "Status(8)" to find out the ID address of the PLC.
Title: Re:TBasic Command to Get PLC Address
Post by: ccdubs on November 27, 2007, 06:26:37 PM
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.