This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

User problem with mosaic..
#1
Hi,

still problems with Mosaic, not normally works for users...

Some problems:

1. At customer tablet I Installed LM app. LogicMachine5 device automatically was found, and all apps menu possible to seen. In LM cloud connection is seen my (admin or creator data). How to change device to customer's cloud E-mail? Is seen current cloud user used is me..

2. If we reassign LM to customer - is possible for end-user see just visu and mosaic user access (not admins), and not all apps (in local network I mean)? Now I created new users, created profile in LM, but at main menu still seen all apps..

3. I created user with such options:

Visu access: Full
.. all Full except

Apps access: Partial
Homepage: User-mode visualization

During connection to different parts of LM/apps I found that with user credentials I can connect to Visu and Mosaic3 user mode and some others. But in case to connect to LM I see message

"Invalid login and/or password. Your access will be blocked after 5 consecutive unsuccessful login attempts." 

I spent long time with Edgars to help, I decided problem with credentials itself.. I think for this case (if we know user but not allowed to login like admin) message should be changed to "Login is not allowed, you dont't have admin permissions"

because I started spent time to check names, credentials etc..

I think info about users should be more updated.

I think remote help is needed for me..

BR,

Alex
Reply
#2
Post a screenshot of your LM User access settings.

You cannot change LM cloud account email without creating a new network / connection string.
Reply
#3
   


regarding last - can I create for cloud user new string/connection and use them with already registered LM in cloud with other string? If yes, how then to add?
Reply
#4
"User access settings" button is at the bottom of the users tab.

To manage networks login into remote.logicmachine.net, close Mosaic and click settings (gear icon) in the top right corner. You can create multiple networks per user.
Reply
#5
   

Should I mark here

Enable password for apps and
Enable password for user directory??
Reply
#6
Check:
- Enable password for Apps
- Enable password for User directory
- Remember login and password

Set expiration time to 365 days.
Reply
#7
Ok, now finally work as needed.

For customer I provided 2 visualizations - standard and mosaic. How user can switch between different types of visualization in local network (at home with wi-fi usage)?

I just created link from main page of visu to mosaic and it works, but how I can create link from mosaic to standard visualization?
Reply
#8
Not the ideal solution but you can use HTML widget and create a page with a button for redirection.
------------------------------
Ctrl+F5
Reply
#9
Daniel,

Thank you for idea, now all works.

HTML:
Code:
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Redirect Button</title>
    <style>
        /* Ensure body fills the screen */
        body, html {
            height: 100%;
            margin: 0;
            font-family: Arial, sans-serif;
        }

        /* Style and position the button */
        .button-container {
            position: absolute;
            right: 45px;   /* Move the button to the right */
            top: 20px;     /* Move the button a bit down */
        }

        button {
            padding: 15px 30px;
            font-size: 16px;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            background-color: #4CAF50;
            color: white;
        }

        button:hover {
            background-color: #45a049;
        }
    </style>
</head>
<body>

    <div class="button-container">
        <button onclick="window.location.href='http://IP/scada-vis/';">Home</button>
    </div>

    <!-- Other content that won't be affected -->
    <div>
        <p></p>
    </div>

</body>
</html>

Widget 2x1 view.    
Reply


Forum Jump: