Author Topic: TBasic Command to Get PLC Address  (Read 7341 times)

ccdubs

  • Full Member
  • Posts: 116
    • View Profile
TBasic Command to Get PLC Address
« 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

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:TBasic Command to Get PLC Address
« Reply #1 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.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

ccdubs

  • Full Member
  • Posts: 116
    • View Profile
Re:TBasic Command to Get PLC Address
« Reply #2 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.