简体   繁体   English

在Wonderware Intouch历史趋势中扩展单个笔

[英]Scaling a single Pen in Wonderware Intouch Historical Trends

Wonderware Intouch tags have several dot fields associated for scaling tag values (.minraw, .maxraw, .mineu, .maxeu). Wonderware Intouch标记具有几个点域,用于缩放标记值(.minraw,.maxraw,.mineu,.maxeu)。 But it appears that these are read only dot fields. 但是似乎这些是只读的点域。 I need to be able to change the mineu/maxeu at run time for a single pen [associated to a specific tag] without changing the entire trends .MinRange and .MaxRange. 我需要能够在运行时更改单个笔(与特定标签相关联)的minu / maxeu,而无需更改整个趋势.MinRange和.MaxRange。

Example Scenario: We have 4 pens displaying historical data on an Intouch Historical Trend. 示例场景:我们有4支笔在Intouch历史趋势中显示历史数据。 The scaling on three of the pens is great for this particular view of the data but pen 4's data moves up and down only slightly as compared to the other pens. 对于这种特定的数据视图,三支笔的缩放比例非常好,但是与其他笔相比,笔4的数据仅上下移动一点。 If we zoom in (.MinRange / .MaxRange) on just that pen then all the other pens data is off the Trend. 如果仅在那支笔上放大(.MinRange / .MaxRange),则所有其他笔数据均不在趋势图上。 How does one dynamically change scaling on just one pen? 如何动态改变一支笔的缩放比例?

I'm assuming you're using historian client embedded in InTouch. 我假设您正在使用InTouch中嵌入的Historian客户端。 I'm also assuming you're plotting all 4 tags with 1 axis rather that 4 individual axes. 我还假设您正在用1个轴而不是4个单独的轴绘制所有4个标签。

From Historian Client manual (v.10.6): 从Historian客户手册(v.10.6):

You can scale single tag or all of the tags in a trend up or down. 您可以缩放单个标签或趋势中所有标签的大小。 If you scale a tag down, the range of values increases by one third. 如果按比例缩小标签,则值的范围将增加三分之一。 For example, if the scale is 10 to 70, it becomes 0 to 80. If you scale a tag up, the range of values decreases by one fourth. 例如,如果小数位数是10到70,则它变成0到80。如果放大标签,则值的范围减小四分之一。 For example, if the scale is 0 to 80, it becomes 10 to 70. 例如,如果小数位数是0到80,则变成10到70。

To scale single tag up, do one of the following: 要按比例放大单个标签,请执行以下一项操作:

  1. On the Chart menu, point to Scale Tag and then click Scale Up. 在“图表”菜单上,指向“缩放标签”,然后单击“放大”。
  2. Click the Scale Tag Up toolbar button 单击“放大标签”工具栏按钮

To scale single tag down, do one of the following: 要按比例缩小单个标签,请执行以下一项操作:

  1. On the Chart menu, point to Scale Tag and then click Scale Down. 在图表菜单上,指向比例标记,然后单击按比例缩小。
  2. Click the Scale Tag Down button 单击“缩小标签”按钮

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM