V2/FAQ

From Senfi Docs
Revision as of 15:26, 31 August 2021 by Huiyan (talk | contribs)
Jump to: navigation, search

Frequently Asked Questions

This page provides help with the most common questions about Senfi

Site

  1. I do not have a 3D model of my building. How can I use Senfi?
    • Senfi provides a tool to allow you to create a simple user drawn model by tracing the footprint of the building on a map with no additional charges.
  2. What model types are accepted by Senfi?
    • Senfi officially supports the following model formats:
      • Revit 2015 or later (.rvt)
      • 3DS Max (.max)
      • .zip (.max + textures)
    • Other file formats that can be uploaded are:
      • .nwd
      • .fbx
      • .skp
  3. What is the maximum file size accepted for model uploads?
    • File size up to 2048 MB will be accepted for model uploads.
  4. How to generate operational BIM file?
  5. I'm trying to assign an object to a BBL, but the object still appears as unassigned even though I have done the assignment. Why is this so?
    • The object may have the same duplicated object name with another object in the scene. Please ensure all objects have unique names.
    • Name of sub-material used by object may have same duplicated name with another sub-material in the scene. Please ensure all sub-materials names are unique.
  6. What happens if my building is structurally changed?
    • You can update your 3D model and re-upload the model to the site as required.

Asset

  1. What format should I use for the icons?
    • Please use .PNG image files for the icons.
  2. What is the recommended size for the icon image?
    • The recommended image size to use for the icon image is 32px by 32px.
  3. Is location compulsory when creating an Asset?
    • It is only compulsory for Lift Assets.
  4. Why doesn’t my Asset show up on the Digital Twin?
    • A location was not added for it.
  5. Why aren’t my Events/Alarms triggered even though they and the relevant Expression are enabled and the Expression’s result has changed?
    • A location was not added for the Asset.

Video

  1. Why can't I find the video streams when creating an asset even though I already have a video adapted installed?
    • Video stream will not be available to assets if video adapter is not associated with the site. Please ensure the video adapter is assigned to the site the asset is in.
  2. What video sources do Senfi support?
    • Senfi is able to retrieve and display video from RTSP and ONVIF Profile S video sources. Senfi supports pulling multiple video streams from a single ONVIF Profile S device.
  3. What are the video encodings supported?
    • Senfi supports the following video encoding:
      • H.264
      • H.265

Expressions

  1. Why is my embedded node considered “undefined” in the Event description even though it exists in the Expression?
    • It did not contribute to the Expression’s result.
  2. Why do I get different results for the same Expression even though the same sequence of values has been published?
    • The storing of values in the database and the evaluation of Expression run in parallel for performance reasons. Thus, the most recently published value may or may not be used for Expression evaluation. It depends on which occurred first – storing of value or Expression evaluation.
  3. Which values are included when the “Range value of” option of the Metric Node is used?
    • “START” is inclusive but “END” is exclusive.
  4. When the Aggregate Node is used, will the calculated values be rounded before comparison?
    • No. Thus, it is advisable not to use “Equal To” in the attached Compare Node, especially when the result is possibly not an Integer.
  5. Will the expression be re-evaluated with my currently stored values when I edit it?
    • No.
  6. What type of values can be sent to a formatted date Event input?
    • Integers/Floats will be taken to be Unix timestamps (E.g. 1627634662295 or 1627634662295.6).
    • Actual dates (E.g. 2021-05-06).
  7. When filling in the Attribute Node, is the attribute name case sensitive?
    • Yes. If the wrong case is used, the Expression will not be evaluated.
  8. When I use the “Range Value of” option of the Metric Node, will my Expression still be evaluated if I have insufficient data points (E.g. Asset has 4 values when Expression looks at the last 5 values or Asset has 4 minutes of data when Expression looks at the last 5 minutes)?
    • Yes. The Expression will be evaluated using the available data.