Welcome, Guest
Username: Password: Remember me

TOPIC: use index registers in addressing data

use index registers in addressing data 7 years 11 months ago #28

  • user
  • user's Avatar
Index Register is used to change addresses. Through changing the data in Index Register, user can make an object to read and write
different addresses without changing its own address settings. This is the technology used in most terminals when displaying multiple fields in a single image.
Example:
■ Word: Set read address
to LW-20, use Index Register 1 , and the value in Index Register 1 set to 10.
The system will read the value in LW-30.

We use this technology on almost any terminal application, could you implement it too?
The administrator has disabled public write access.

use index registers in addressing data 7 years 11 months ago #29

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 826
  • Thank you received: 123
  • Karma: -107
OK. We'll realize this technology in the next version.
The administrator has disabled public write access.

use index registers in addressing data 7 years 11 months ago #30

  • fatkhrus
  • fatkhrus's Avatar
  • Offline
  • Administrator
  • Posts: 826
  • Thank you received: 123
  • Karma: -107
We've realized you suggestions through Index script and array.
The administrator has disabled public write access.
Go to top