Force Timestamp on Internal Variable

4 Posts
3 Users
0 Likes
35 Views
(@admin_doc72)
Posts: 493
Member Admin
Topic starter
 

Hello

Is there a SCADA BASIC instruction (or something else) to force the timestamp of internal Variable ?

Thanks

 
Posted : 22/03/2016 8:51 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

As far as I know the only way is by using the Manager Toolkit

Nico

 
Posted : 23/03/2016 7:58 am
fl.chen
(@fl-chenarcinfo-com)
Posts: 170
Reputable Member
 

You can try to do it by a trick.Like:

SUB MAIN()
dim aa as single;
aa = @Register01;
@Register01 = 0;
@Register01 = aa;
END SUB

Mark

 
Posted : 28/03/2016 9:09 am
(@admin_doc72)
Posts: 493
Member Admin
Topic starter
 

It's a good idea but not in my case (my customer does its ownn Time Stamping...)
Thanks

 
Posted : 29/03/2016 2:15 pm