dinop

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • in reply to: Send command #8488
    dinop
    Participant

    Found it, thanks.

    in reply to: Send command #8487
    dinop
    Participant

    Hello,

    I have a question. How to remove password when I want to send an ON-OFF command. I want just to send command without typing password every time. Password is by default 12345. Picture below.

    Thanks

    https://ibb.co/M8zY69z

    in reply to: How to send value #8230
    dinop
    Participant

    Hello,

    I don’t know if it’s the right place to post a question but here it is.

    I want to know if is possible to send command from Rapid Scada to PLC.
    I created a screen with Scheme editor and I want to create a button that will be an input for PLC (for example: a button which starts a sequence)
    Is that possible and how?
    I created a BOOL inside TIA Portal. Now what? How to declare it in Rapid scada to perform a task such as, start sequence.
    Communication used is OPA UA.

    Thanks

    in reply to: Unable to send command from toggle via web interface #8225
    dinop
    Participant

    Hello,

    I don’t know if it’s the right place to post a question but here it is.

    I want to know if is possible to send command from Rapid Scada to PLC.
    I created a screen with Scheme editor and I want to create a button that will be an input for PLC (for example: a button which starts a sequence)
    Is that possible and how?
    I created a BOOL inside TIA Portal. Now what? How to declare it in Rapid scada to perform a task such as, start sequence.
    Communication used is OPA UA.

    Thanks

    in reply to: MQTT in-depth Installation Help #7935
    dinop
    Participant

    Hello,

    I have a problem with MQTT. I followed the instructions of this video: https://www.youtube.com/watch?v=QTcimIik6uU&ab_channel=GreenF, did everything like in the video but I constantly get this messages.

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    2021-01-05 08:57:31 Communication session with the Device 42 “MQTT”, type: KpMqtt
    Error reconnecting

    Screenshoots of setup I made:
    https://ibb.co/Lg6sxwr
    https://ibb.co/nmqHDbT
    https://ibb.co/s3N7QXV
    https://ibb.co/nBKbXrf
    https://ibb.co/q5gtk7Y

    Please provide me some feeback and let me know what I am doing wrong.
    Thanks in advance

    in reply to: Elastic Report Flexibility #7697
    dinop
    Participant

    Hello,

    Can you provide an example of how to do it?

    in reply to: Elastic Report Flexibility #7687
    dinop
    Participant

    Hello,

    So far I made this. But I want to get a report based on shifts. Can you explain me how to set reading hour from 0:00 to 8:00, from 8:00 to 16:00 and from 16:00 to 0:00.

    Example:

    <Section>
    <SectionOptions>
    <ID>Section3</ID>
    <SectionType>DataData</SectionType>
    <Subheading>Consumption by sfifts</Subheading>
    <SubheadingVisible>true</SubheadingVisible>
    </SectionOptions>
    <Table>
    <ColumnGroup name=”Consumption”>
    <Column name=”Radna” />
    <Column name=”Jalova” />
    <Column name=”Prividna” />
    </ColumnGroup>
    <RowGroup name=”Shifts” calcTotal=”true” calcAvg=”true”>
    <Row name=”1.Shift (0:00-8:00)” rowStyle=”row-lg”>
    <Cell cnlNum=”104″ calcType=”Val”/>
    <Cell cnlNum=”105″ calcType=”Val”/>
    <Cell cnlNum=”106″ calcType=”Val”/>
    </Row>
    <Row name=”2.Shift (8:00-16:00)” calcType=”Val” calcTotal=”true” calcAvg=”true” rowStyle=”row-lg”>
    <Cell cnlNum=”107″ calcType=”Val” />
    <Cell cnlNum=”108″ calcType=”Val” />
    <Cell cnlNum=”109″ calcType=”Val” />
    </Row>
    <Row name=”3.Shift (16:00-0:00)” calcType=”Val” calcTotal=”true” calcAvg=”true” rowStyle=”row-lg”>
    <Cell cnlNum=”110″ calcType=”Val” />
    <Cell cnlNum=”111″ calcType=”Val” />
    <Cell cnlNum=”112″ calcType=”Val” />
    </Row>
    </RowGroup>
    </Table>
    </Section>

    Picture:
    https://ibb.co/2dTzBWV

    in reply to: Elastic Report Flexibility #7676
    dinop
    Participant

    Hello,

    I need report based on hours, shift (working) hours, daily, weekly, monthly… and any kind of time period.
    Is it possible to define report time period for 8-hour shift with ElasticReport?

    Thanks

    in reply to: How to Use Dashboard plugins #7667
    dinop
    Participant

    Got it. Thanks

    in reply to: How to Use Dashboard plugins #7654
    dinop
    Participant

    Hello,

    I have a question about Dashboard layout.
    Question in photo below.

    Thanks

    https://ibb.co/NK33VZN

    in reply to: Dashboard Chart #7629
    dinop
    Participant

    Hello,

    I want to ask if is it possible to use a variable for period inside XML document for Dashboard. For example in default example for Dashboard period is set to 2.

    Can I use instead of number 2, a variable named xy that can be changed somewhere and then just called inside XML document for Dashboard.

    EXAMPLE:
    <?xml version=”1.0″ encoding=”utf-8″?>
    <DashboardConfig>
    <DashboardOptions>
    <Name>Dashboard Example 1</Name>
    <ColumnCount>1</ColumnCount>
    <AspectRatio>3</AspectRatio>
    </DashboardOptions>
    <Widgets>
    <Widget type=”Chart” cnlNums=”101,102,103,104,105″ viewIDs=”2,2,2,2,2″ mode=”rolling” PERIOD=”2″ (CAN HERE BE A VARIABLE?????) title=”Sample Chart” RefreshRate=”10000″ config=”PlgChartPro.xml” />
    </Widgets>
    </DashboardConfig>

    in reply to: Scheme Symbols/IMG #7581
    dinop
    Participant

    Got it. Thanks for the help.

    in reply to: Scheme Symbols/IMG #7580
    dinop
    Participant

    Hello,

    I installed Extra Scheme Component, enetered the registartion key but in the Scheme editor I do not see Gauge component. Can you direct me?

    Photos:
    https://img.techpowerup.org/201119/scheme.png
    https://img.techpowerup.org/201119/registration.png

    Thanks

    in reply to: Scheme Symbols/IMG #7578
    dinop
    Participant

    hello,

    Do you mean this one?

    https://img.techpowerup.org/201119/gauge.png

    in reply to: Scheme Symbols/IMG #7567
    dinop
    Participant

    Hello Mikhail,

    here is a screenshot because I do not understand how to make it. With levels bars I did not have any problems.

    https://ibb.co/6NVGHNb

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