Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - EchoBurst

Pages: [1]
1
Support Questions / Re: Scale factor of ChartBySampling
« on: May 17, 2017, 02:48:07 AM »
Hello Archie,
I did exactly what you said and I got this error. I cannot write the register adress.

2
Support Questions / Re: Scale factor of ChartBySampling
« on: May 16, 2017, 07:32:56 AM »
a.SubscriptionDetail.ScaleFactor = 0
Value = 292
a.SubscriptionDetail.ScaleOffset = 1 for scale factor 0,1  because of this  v=1.
I realized what the problem is. For example, If I set the scale factor 1,5  at the breakpoint scale factor become 1 and scale offset become 5. I think that comma between 1 and 5 is the problem. I cannot use dot because program says that "not valid value for double".

3
Support Questions / Re: Scale factor of ChartBySampling
« on: May 16, 2017, 04:29:49 AM »
Sure. Same register. Same scale factors.

4
Support Questions / Re: Scale factor of ChartBySampling
« on: May 16, 2017, 02:18:00 AM »
I think it is 16 bit integer not a doubleword and I am sure that it is not floating point.

5
Support Questions / Re: Scale factor of ChartBySampling
« on: May 15, 2017, 10:52:13 AM »
Oh sorry it also doesn't work with Analog Value Display. BasicLabel works. Same register "32537"

6
Support Questions / Re: Scale factor of ChartBySampling
« on: May 15, 2017, 10:29:38 AM »
Version is 3.99w . I cannot set the scale factor (0.1). It says "0.1 is not a valid value for Double." but i can set (0,1). 

7
Support Questions / Scale factor of ChartBySampling
« on: May 15, 2017, 09:45:38 AM »
Hello Archie, this program is great and i would like to thank you for your efforts.
I have a problem with scale factor of ChartBySampling. My data that read from  plc is larger x10 times than actual value because of the plc. For example, temperature is 20.0 celcius and I read it 200. When I was using the scale factor of ChartBySampling 0,1 then the value is goes 1. or scale factor 0,5 then value goes 5. This feature is working without problems with Labels or analog value displays, but not ChartBySampling.Is there any solution for this?
Thanks again.

Pages: [1]