Forum Replies Created
-
AuthorPosts
-
Artos9
ParticipantHello,
Thank you for answers.I meant about general showing data based on converted time.
Process is:
Measurements are made in Time Zone e.g. Moscow (+2 of UTC), next are converted to UTC and storage, next sent to SCADA by API and storage in UTC(.dat). Finally it think about showing with converting in ScadaWeb to another Time Zone e.g. Hong Kong( +8 of UTC).Artos9
ParticipantHello,
Screenshot:
https://imgur.com/eiShLb0I tried use default configuration, and there aren’t min and max.
Artos9
ParticipantHello,
Elastic Report version is 5.0.5.1.I don’t received any errors.
MIN and MAX are missed.Artos9
ParticipantOh, I need to add. I use Rapid Scada on Raspberry Pi.
Artos9
ParticipantHello,
Fix scale is still on modification request or plugin was updated into this feature?Thanks you.
Artos9
ParticipantHello,
Its working. Thank you!Artos9
ParticipantHi,
Input channel properties.
<InCnl>
<CnlNum>403</CnlNum>
<Active>true</Active>
<Name>CH001_frequency</Name>
<CnlTypeID>2</CnlTypeID>
<ObjNum>1</ObjNum>
<KPNum>1</KPNum>
<Signal>3</Signal>
<FormulaUsed>false</FormulaUsed>
<Averaging>false</Averaging>
<ParamID xsi:nil=”true” />
<FormatID>2</FormatID>
<UnitID xsi:nil=”true” />
<CtrlCnlNum xsi:nil=”true” />
<EvEnabled>true</EvEnabled>
<EvSound>false</EvSound>
<EvOnChange>true</EvOnChange>
<EvOnUndef>false</EvOnUndef>
<LimLowCrash>10</LimLowCrash>
<LimLow>5</LimLow>
<LimHigh>20</LimHigh>
<LimHighCrash>20</LimHighCrash>
</InCnl><InCnl>
<CnlNum>405</CnlNum>
<Active>true</Active>
<Name>CH003_frequency</Name>
<CnlTypeID>2</CnlTypeID>
<ObjNum>1</ObjNum>
<KPNum>1</KPNum>
<Signal>5</Signal>
<FormulaUsed>false</FormulaUsed>
<Averaging>false</Averaging>
<ParamID xsi:nil=”true” />
<FormatID>2</FormatID>
<UnitID xsi:nil=”true” />
<CtrlCnlNum xsi:nil=”true” />
<EvEnabled>true</EvEnabled>
<EvSound>false</EvSound>
<EvOnChange>true</EvOnChange>
<EvOnUndef>false</EvOnUndef>
<LimLowCrash>10</LimLowCrash>
<LimLow>5</LimLow>
<LimHigh>20</LimHigh>
<LimHighCrash>20</LimHighCrash>
</InCnl>Chart screenshot.
https://imgur.com/ypJkbM9Artos9
ParticipantHi,
Changing QuantityIDs don’t change anything.<YAxes>
<YAxis>
<!– Position: Left, Right –>
<Position>Left</Position>
<AutoWidth>true</AutoWidth>
<Width>0</Width>
<ShowTitle>true</ShowTitle>
<ShowGridLines>true</ShowGridLines>
<MajorTickSize>4</MajorTickSize>
<MinorTickSize>2</MinorTickSize>
<MinorTickCount>4</MinorTickCount>
<LabelMargin>2, 3</LabelMargin>
<FontSize>12</FontSize>
<LineColor>#808080</LineColor>
<TextColor>#000000</TextColor>
<TrendColor></TrendColor>
<!– IncludeZero: Off, On, WithoutZoom –>
<IncludeZero>WithoutZoom</IncludeZero>
<QuantityIDs>1</QuantityIDs>
</YAxis>
<YAxis>
<!– Position: Left, Right –>
<Position>Right</Position>
<AutoWidth>true</AutoWidth>
<Width>0</Width>
<ShowTitle>true</ShowTitle>
<ShowGridLines>true</ShowGridLines>
<MajorTickSize>4</MajorTickSize>
<MinorTickSize>2</MinorTickSize>
<MinorTickCount>4</MinorTickCount>
<LabelMargin>2, 3</LabelMargin>
<FontSize>12</FontSize>
<LineColor>#808080</LineColor>
<TextColor>#000000</TextColor>
<TrendColor></TrendColor>
<!– IncludeZero: Off, On, WithoutZoom –>
<IncludeZero>WithoutZoom</IncludeZero>
<QuantityIDs>2</QuantityIDs>
</YAxis>
</YAxes>Artos9
ParticipantHi,
Thank you for answer.
I added new block.
<YAxes>
<YAxis>
<!– Position: Left, Right –>
<Position>Left</Position>
<AutoWidth>true</AutoWidth>
<Width>0</Width>
<ShowTitle>true</ShowTitle>
<ShowGridLines>true</ShowGridLines>
<MajorTickSize>4</MajorTickSize>
<MinorTickSize>2</MinorTickSize>
<MinorTickCount>4</MinorTickCount>
<LabelMargin>2, 3</LabelMargin>
<FontSize>12</FontSize>
<LineColor>#808080</LineColor>
<TextColor>#000000</TextColor>
<TrendColor></TrendColor>
<!– IncludeZero: Off, On, WithoutZoom –>
<IncludeZero>WithoutZoom</IncludeZero>
<QuantityIDs>1</QuantityIDs>
</YAxis>
<YAxis>
<!– Position: Left, Right –>
<Position>Right</Position>
<AutoWidth>true</AutoWidth>
<Width>0</Width>
<ShowTitle>true</ShowTitle>
<ShowGridLines>true</ShowGridLines>
<MajorTickSize>4</MajorTickSize>
<MinorTickSize>2</MinorTickSize>
<MinorTickCount>4</MinorTickCount>
<LabelMargin>2, 3</LabelMargin>
<FontSize>12</FontSize>
<LineColor>#808080</LineColor>
<TextColor>#000000</TextColor>
<TrendColor></TrendColor>
<!– IncludeZero: Off, On, WithoutZoom –>
<IncludeZero>WithoutZoom</IncludeZero>
<QuantityIDs>1</QuantityIDs>
</YAxis>
</YAxes>I would like to assign one scope to left and right axes.
Above proposal unfortunately not working.
Artos9
ParticipantHello,
Thank you for answer.Periodically (each e.g. 1h) I run C# console program with API SendArchive and SendSrez with some data. Most of data is historical data. Send current data is for showing last sent data, and it is refreshed unfortunately.
If something is misunderstanding please ask.
Thank you.Artos9
ParticipantHello,
Yes, I change process for one connection. And it works well and faster.
Thanks you.-
This reply was modified 4 years, 5 months ago by
Artos9.
Artos9
ParticipantI can answer for myself. I tested it and …
It works!Very good SCADA system!!!
Thank you!Artos9
ParticipantHello,
So if I use function “SendArchive” and send value 10 on channel 101.
Channel 102 is calculated real and use formulas (Val(101) * 2).Channel 102 will be changed after using function?
Thank you.
Artos9
ParticipantHello,
Thank you. It works!
I use additionally argument &period=-30 to show last 30 days report.Artos9
ParticipantHello,
Thank you for your support.
Main root cause of error was typo in server configuration…Now everything works very well!
Topic is closed.
-
This reply was modified 4 years, 5 months ago by
-
AuthorPosts