Author Topic: Setting PLCID using Tbasic  (Read 5826 times)

PESPLC

  • Newbie
  • Posts: 8
    • View Profile
Setting PLCID using Tbasic
« on: July 06, 2004, 12:07:20 PM »
Is there a way to set the PLC ID using Tbasic?  If no TBASIC command that does this directly is there an eprom address that can be modified?

If so please provide an example.

many thanks.

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:Setting PLCID using Tbasic
« Reply #1 on: July 08, 2004, 07:33:31 PM »
Currently there is no command in TBASIC that allows it to set ID. We figure that it is not very safe if a program is able to modify its own ID which can cause trouble to a network of devices that are connected via RS485.

The ID is stored in an EEPROM address which is not accessible by the SAVE_EEP command. These are meant to protect the integrity of the system.

We have added this as part of the "wish list" features for future development.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

PESPLC

  • Newbie
  • Posts: 8
    • View Profile
Re:Setting PLCID using Tbasic
« Reply #2 on: July 09, 2004, 05:44:14 AM »
OK, I'll work around it.

My plan was to use a dip switch to set the address in a multidrop system but I can do it with the server.