Search found 2 matches

by v.shichanov
Tue Sep 03, 2019 7:01 am
Forum: Tags
Topic: How to add tags to MonitorList of TagMonitor
Replies: 1
Views: 4183

Re: How to add tags to MonitorList of TagMonitor

public partial class TagsTable { void StateElectro_table_Opened(System.Object sender, System.EventArgs e) { TagMonitor.MonitorList.Clear(); AddTagToMonitor("Напряжение_вход_QM1_В"); AddTagToMonitor("Напряжение_вход_QM2_В"); AddTagToMonitor("Ток_ЗПТ_плюс_А"); AddTagToMonitor("Ток_ЗПТ_минус_А"); AddTa...
by v.shichanov
Tue Jul 30, 2019 2:16 am
Forum: Tags
Topic: How to add tags to MonitorList of TagMonitor
Replies: 1
Views: 4183

How to add tags to MonitorList of TagMonitor

Hello! I wanna have a table with a big quantity of tags to display their values to user. As I can see one of the ways to implement it is TagMonitor. If I understand correctly, if user added tag manually system saves it to tagsmonitordata.xml, but I don't know how to download it from device, update a...