Artos9

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 39 total)
  • Author
    Posts
  • in reply to: Time Zone oparating #9538
    Artos9
    Participant

    Hello,
    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).

    in reply to: Elastic Report, calcMin/calcMax not working #9487
    Artos9
    Participant

    Hello,
    Screenshot:
    https://imgur.com/eiShLb0

    I tried use default configuration, and there aren’t min and max.

    in reply to: Elastic Report, calcMin/calcMax not working #9476
    Artos9
    Participant

    Hello,
    Elastic Report version is 5.0.5.1.

    I don’t received any errors.
    MIN and MAX are missed.

    in reply to: Elastic Report, calcMin/calcMax not working #9467
    Artos9
    Participant

    Oh, I need to add. I use Rapid Scada on Raspberry Pi.

    in reply to: Chart Pro Y Axis scaling #9445
    Artos9
    Participant

    Hello,
    Fix scale is still on modification request or plugin was updated into this feature?

    Thanks you.

    in reply to: New Chart Pro settings, second YAxis #9436
    Artos9
    Participant

    Hello,
    Its working. Thank you!

    in reply to: New Chart Pro settings, second YAxis #9415
    Artos9
    Participant

    Hi,
    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/ypJkbM9

    in reply to: New Chart Pro settings, second YAxis #9411
    Artos9
    Participant

    Hi,
    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>

    in reply to: New Chart Pro settings, second YAxis #9408
    Artos9
    Participant

    Hi,
    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.

    in reply to: Current data updated automatically #8994
    Artos9
    Participant

    Hello,
    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.

    in reply to: Server disconnecting missing #8817
    Artos9
    Participant

    Hello,
    Yes, I change process for one connection. And it works well and faster.
    Thanks you.

    • This reply was modified 2 years, 12 months ago by Artos9.
    in reply to: Additional calculation triggering #8485
    Artos9
    Participant

    I can answer for myself. I tested it and …
    It works!

    Very good SCADA system!!!
    Thank you!

    in reply to: Additional calculation triggering #8484
    Artos9
    Participant

    Hello,
    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.

    in reply to: Table View transposition & max present tavle values #8177
    Artos9
    Participant

    Hello,
    Thank you. It works!
    I use additionally argument &period=-30 to show last 30 days report.

    in reply to: Internal server error (500) #8176
    Artos9
    Participant

    Hello,
    Thank you for your support.
    Main root cause of error was typo in server configuration…

    Now everything works very well!

    Topic is closed.

Viewing 15 posts - 1 through 15 (of 39 total)