TPS (Iotellect Project System)
The TPS Device Driver allows Iotellect Server to read and write GPIO values and directions from LTPS. This driver is available only in Iotellect for Linux TPS. This driver is necessary for Process Control plugin.
Driver Information
Driver Plugin ID: | com.Iotellect.linkserver.plugin.device.tps |
Global Settings
None defined.
User Level Settings
None defined.
Device Account Properties
None defined.
Device Assets
Assets are not supported by the driver.
Device Settings
TPS device driver creates the following Device setting variables for each general-purpose I/O line value and direction:
Variable Name | Variable Description | Comments |
valueS1A | S1A | Contains value of S1A socket (true or false) |
... | ... | ... |
valueS25C | S25C | Contains value of S25C socket (true or false) |
directionS1A | S1A | Contains direction of S1A socket (input or output) |
... | ... | ... |
directionS25C | S25C | Contains direction of S25C socket (input or output) |
Device Operations
No operations provided by the driver.
Device Events
No events provided by the driver.
Synchronization Details
Synchronization between Iotellect Server and TPS device includes the following steps:
Reading GPIO values and directions from LTPS and storing these values in settings cache.
Was this page helpful?