Disable logging for text variables

9 Posts
3 Users
0 Likes
43 Views
f.cubattoli
(@f-cubattoliarcinfo-com)
Posts: 167
Reputable Member
Topic starter
 

Hello!

I have a customer that want to record everything on his SQL Server and see datas in one LogViewer only. (So we can use only one loglist). PcVue version is 10 SP1 Update XX.

He have created a customized mimic for login (He put Username & Password in two Text Variables then execute a SCB script). Classic! 😛

Now he have a problem because also usernames & passwords are stored in clear text on the DB. :unsure:

Is there a way to disable any recording for a specific variable?

 
Posted : 09/04/2013 5:46 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

Filippo, I dont understand because you can't store Text variables. How come those 2 variables are stored in the DB?

 
Posted : 10/04/2013 6:19 am
f.cubattoli
(@f-cubattoliarcinfo-com)
Posts: 167
Reputable Member
Topic starter
 

Hello Nicolas & thank you for your relpy.

unfortunately it's possible! :unsure:

- Create a LogList with ALL options
- Insert a "text send" animation
- Insert a LogViewer

- Check what you have in the DB...
- If you want, you can show the text variable also on the LogViewer using the subs. char. #C

625=82 store
 
Posted : 11/04/2013 5:57 pm
(@admin_doc72)
Posts: 493
Member Admin
 

Hi Filippo,

I think the only option you have is to put an attribute filter for the loglist:

626=83 attributefilter
 
Posted : 11/04/2013 9:45 pm
f.cubattoli
(@f-cubattoliarcinfo-com)
Posts: 167
Reputable Member
Topic starter
 

Thank you Armin for your reply!

Unfortunately the "Expression filter" seems don't be available using SQL Archive unit... and the "level" working only for "Alarms"...

627=84 filtro

:dry:

 
Posted : 12/04/2013 1:24 am
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

OK I understand now.
I think there is no solution to your request.

Is it mandatory in your project to record the Operator controls?

 
Posted : 12/04/2013 6:51 am
f.cubattoli
(@f-cubattoliarcinfo-com)
Posts: 167
Reputable Member
Topic starter
 

Unfortunately yes, because it's a project for RFI (Italian railways) and there are a lot of security check, PLC redundances etc. :dry:

Any idea is very appreciated! :huh:

 
Posted : 12/04/2013 1:14 pm
f.cubattoli
(@f-cubattoliarcinfo-com)
Posts: 167
Reputable Member
Topic starter
 

Ok I've found an easy solution using ActiveX. 😛

Infact I have inserted a "Microsoft Form 2.0 - TextBox" instead using a Send Text animation.
The property "Text" of the ActiveX is linked to the text variable using the variable link feature (no code required).

Hoping this can help in case of similar problems!

 
Posted : 12/04/2013 5:30 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

Good idea!. Well done Filipo

 
Posted : 15/04/2013 7:34 am