Crimson 3.1 Security Logger

heyheyron

Member
Join Date
Sep 2019
Location
Norfolk, Va
Posts
19
Hello!

I am currently trying to log the web user in crimson 3.1.

That way I can see what customers logged into the HMI and when they did it.

The security logger seems to keep track off operators and etc, but not those

who log into the web server.

Has anyone tried to do this or something similar?

In crimson 3.0 they have recommend code to do this but I can't get it return

anything.


Current Code:

//WebUsers is a string array tag.

int index = 0;
cstring User := GetWebUser(index);

While(User != "")
{
WebUsers[index] := User;

index++;

User := GetWebUser(index);

}
 

Similar Topics

A while back I asked if anyone had an alternate security system for the RedLion Crimson 3.0 or 3.1, there weren't any answers, so I have done my...
Replies
8
Views
5,649
Rather than reinvent the wheel by doing something myself I wondered if anyone has an alternative to the standard Crimson user/security system...
Replies
3
Views
2,809
In setting up a HMI on a control panel the managers decided we needed a remote so looking at using tablets. Not a real issue. the inbuilt web...
Replies
4
Views
2,153
Hello Everyone, Customer has asked me to come up with a way to log onto the SD card the username, date and time when someone logs into the one...
Replies
1
Views
1,878
In order to access protected items, users must 'log in' with a username and password. This uses the full alphanumeric keypad. Most of my HMIs are...
Replies
24
Views
9,472
Back
Top Bottom