Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

VMG-14 - November 2020 - VUSION Manager

Table of Contents

...

Concept

All VUSION labels are equipped with an LED that can flash when a flash is triggered. Several flash profiles can be applied to a store: Normal, Fast and Ultra-Fast. These last two profiles reduce the wake-up time of the labels and thus allow them to flash in record time.

...

  • The current flash profile which gives an overview of the flash profile at the present time in the store. It should be normal, except if a flash was triggered and the store configuration is in Fast or Fast-flash mode and activated.

  • The profile configuration of the store represents the flash configuration of the store. It can be Normal, Fast or Ultra-Fast.

  • The flash configuration status allows the user to know if the previous configuration is active or disabled on the store.

...

How-to

  1. On your store dashboard, go to the “Technical configuration” tab and make sure you are on the “Information” page.

...

The JSON is as followed:

Code Block
languagejson
{
  "currentFlashProfile": "NORMAL",
  "lastFlashDate": "2020-01-16T16:04:40.444Z",
  "configuration": {
    "durationInMs": "1200000",
    "profile": "ULTRA_FAST_RESPONSE",
    "status": "ACTIVE"
  },
  "lastProfileChange": {
    "durationInMs": "1200000",
    "startDate": "2020-07-06T16:03:39.784Z",
    "endDate": "2020-07-06T16:00:38.1Z"
  }
}

To be understood as followed:

  • Current profile “Normal”: the store is currently not flashing. If the store was flashing, the current profile would be defined as “Ultra_fast_flash”.

  • Profile configuration “Ultra_fast_flash”: the store as been configuredt to do fast_flash.

  • Configuration status “Activated”: the configuration is actived which means when a flash will be triggered the current profile will switch to a Fast_Flash.