Datapoint treatment

From Siwenoid Wiki
Revision as of 08:30, 12 April 2021 by SWNadmin2 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Language: English  • magyar

Previous chapter-> Datapoint settings / Next chapter-> Create map

Algorex datapoints are associated (linked) with treatment tables. These tables define the behavior of datapoints on different recieved statuses.
The behavior of datapoints can mean the following:

  • event category
  • eventlist color
  • name of status
  • etc.

Edit treatment

Call out the treatment table of a datapoint. Right-click on a status and select the Edit treatment option.


The "Edit treatment" dialog contains the following treatment parameters:

  • Name of the treatment (en/hu): The name of a certain status in 2 languages.
  • Handler type: don't change it.
  • Datapoint type: don't change it.
  • Bitmask: binary value. It determines the order of datapoints on treatment table and works as a status ID. It is binary because it is used in bitmask operations.
  • Category: set the event category of a certain status.
  • Blinking: isn't used at the moment.
  • Color: The color doessn't have to be the same as the color of the associated category. The color of the status in the event list can be set here.
  • Effect mask: In most cases a new status overrides the old one. If the datapoint aquires, the selected statuses are cleared form the selection box.
  • Command mask: Commands can be enabled/disabled in relation of the specific status.
  • Default command: The default command associated with the button depends on what command is the most likely to be set at the current status.
  • Handler specific parameters: don't change it.

Important:

  • Changing the treatment parameters will change the treatment table of all datapoints with the same type.
  • In some casees you have to log out then log in again for the modifications to take effect.


Create a treatment

On the treatment table of a datapoint click on the Edit datapoint button.


The opened dialog contains some information on the datapoint. The "Type" field contains the ID of its treatment table. If you want this datapoint to behave differently from others then type in a new ID number (what even can be a negative number). Be consistent with the previous settings upon creating new treatments.

Click on the "Create type" button. The original treatment will be copied into a new one. Now your datapoint behave according to this treatment. Then details of the new treatment can be edited as it was described in the previous section. Already created treatment types can be used for the new datapoints by typing its ID in the "type" field.

Previous chapter-> Datapoint settings / Next chapter-> Create map