Motion Knowledgebase (kb.motion.cloud)
  • Welcome!
  • Motion Hub (Hardware)
    • Installation
    • Networking
      • Motion Hub Networking
      • BACnet/IP Networking
      • Modbus TCP Networking
    • Powering On & Off
  • Motion Platform (Software)
    • Apps
      • What are "Apps"?
      • App Types
      • Creating a Mosaic App
      • Configuring a Mosaic App
      • Deleting an Existing Motion App
    • Tiles
      • What's a "Point"?
      • What's a "Tile"?
      • Tile Types
      • Tiles: Read-Only vs. Read+Write
      • Creating Point-Based Tiles
        • Discover BACnet Points (& Creating BACnet Tiles)
        • Configuring Modbus TCP Points (and creating Modbus Tiles)
      • Configuring Motion Tiles
    • Devices
      • What are "Devices"?
      • Supported Protocols
      • Viewing Your Devices
      • Add a BACnet Device
      • Add a Modbus Device
    • Alarms
      • Alarms View
      • Current Alarms
      • Alarm History
      • Alarm Details
      • Clearing/Acknowledging Alarms
      • Auto-Clear Alarms
    • Accessing the Platform
      • Web Browser
      • Mobile Apps (iOS+Android)
    • Schedule Configurations
      • Creating Schedules
      • Enable/Disable/Configure Schedules
      • Deleting a Schedule
  • Account+Security
    • Password Management
    • Two-Factor Authentication (2FA)
Powered by GitBook
On this page
  1. Motion Platform (Software)
  2. Tiles

Tiles: Read-Only vs. Read+Write

PreviousTile TypesNextCreating Point-Based Tiles

Last updated 2 years ago

As explained in the , device points can be either read-only or both readable and writable (we sometimes call the latter simply "writable" since all points are readable).

But in Motion Platform, users do not typically interact with points directly. Instead, they should interact with tiles, which act as wrappers around points and therefore provide multiple layers of functionality and security around points.

So how do you prevent a Motion user from writing values to a point that is writable?

Since end users use tiles, not points, in day-to-day interaction with Motion, you have the ability to configure a read-only tile in Motion even if its underlying point supports writing values, thus giving end users the ability to see the current state of any given tile (and by extension, the point it represents) while also preventing them from making any changes.

To accomplish this, change the Writability setting to "Read-Only" in the tile configuration:

Conversely, while Motion Platform will let you set the Writability setting to "Read+Write" for a tile whose underlying point is a read-only point (determined by the device manufacturer and, often, simple logic—for example, it wouldn't make sense for a point that represents the current humidity reading of a room to be writable), writing to such points will be rejected by the device and have no effect.

Points article
The writability setting for this set point tile is set to "Read-Only" and therefore prevents users from changing the current value.