Jump to content

NoamM

Moderators
  • Posts

    185
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by NoamM

  1. Dear ray,
    If the "Subscription.Subscribed" bit is at "1" from UniStream POV you are connected. Please check:

    • Set the "Broker.LastWillTopic" & "Broker.LastWillMessage" properties on the Broker linked to your Subscription and validate you are getting the last will message 10s after the disconnection.
      It will help us to know if the 
      UniStream get the disconnection event 
    • What is the value of "Broker.BrokerConnected" on the Broker struct linked to your Subscription 10s after the disconnection? Is it also "1"?
  2. Dear Kojekude,
    From Help section:

    Use this to compare sections of an array of bits or registers.
    Compare returns the location of the first array element that differs where the given arrays differ,  and -1 when they are equal.

     

    Parameter Name

    Purpose

    A

    First Array

    Select the Array to compare to

    B

    Start Index in first Array

    Set the start member for the compare operation

    C

    Second Array

    Select the Array to compare

    D

    Start Index in second Array

    Set the start member for the compare operation

    E

    Compare Length

    This is the number of registers for the compare operation.

    F

    Result

    This is the tag that contains the result

    - The location, in the second array, of the first element that differs from the first

    - -1 if the array values are identical

    - -2 if the index values, or length, exceed the length of the array.

  3. Dear Interroga,

    • "the user  do not have time for expire password", you can use:
      image.png
    • "I would like that it would be possible to modify password in  first  login"
      I will add your request to R&D

       
    • ". Another problem,  is to show  current user , after  logoff. The information do not update, when there is no user in use"
      I do not understand.  What information? you have a log out event so now there is no user.
  4. Hi all,
    to start explore I suggest to check HTTP REST APIs for your WhatsApp (meaning some server you address via REST calls on HTTP and it send a WhatsApp message) . For example:

    It possible (no guaranty, we did not saw such API yet) the UniStream REST feature could trigger it. There are HTTP REST APIs free trials you can check out to do "proof of concept". (again, no guaranty, but worth to invest a few hours to check it)

    • Like 2
  5. Dear sgull,
     

    Quote

    Do you know if this is a known issue with 1.28.34  that has been solved with later versions?

    Issue "Alarm 'dateTime' sort is by text and not by date" resolved from version 29 and above.

     

    Quote

    Also is there any way to completely wipe the alarm history?

    Also from version 29 and above (clear button)

×
×
  • Create New...