Integration of photos of Shift Engineers

Forum Home Forums Development and Integration Integration of photos of Shift Engineers

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2561
    apurba_79
    Participant

    Hello Mikhail,
    The Rapid SCADA is a very good tool and I am using it at my power station. I am using it only for power data acquisition and graphical representation of the system. Below is the web view of the scheme :
    https://drive.google.com/file/d/0BzFroR82NiVkNVF4ZDJPWm1HUkE/view?usp=sharing

    I want to display the picture of Shift Engineers on the web view. I have 4 shift engineers and they work in different shifts, i.e. 6:00 to 14:00, 14:00 to 22:00 and 22:00 to 6:00 on different days. Their duties are pre-scheduled. I want to display the picture of the Shift Engineer on duty automatically (as per the schedule) on the web view. Kindly suggest the easiest way to do that.

    Regards.

    #2562
    Mikhail
    Moderator

    Hello,
    How do the Shift Engineers look? Do you need to show their photos? 🙂 May be you can draw an example using any graphical editor?

    #2563
    Mikhail
    Moderator

    The scheme of the power station is cool!

    #2568
    apurba_79
    Participant

    Hi,
    I shall take it as a complement, thanks.
    The display can be either photos or names of the Shift Engineers or both by using dynamic picture/text. But how? Can it be done on web page itself or has it to be done using formula?

    #2570
    manjey73
    Participant

    You can change the pictures from the Collection in a dynamic pattern depending on the received data.

    On account of the text does not prompt, it works exactly in the tables through the base unit.dat

    #2571
    Mikhail
    Moderator

    As addition to manjey73:
    You need to create a formula in the Formulas table that returns a number 0, 1, 2… depending on current time. Then create an input channel and use this formula to display photo or name.

    #2572
    apurba_79
    Participant

    The formula table has a limitation of 1000 characters. What to do if the code is bigger than that. Can we increase the formula table length?

    #2573
    manjey73
    Participant

    The number of characters promise to increase.
    Now you can apply the formula to read data from a file, then 1000 characters may be enough, depending on the task.

    You can also share a formula and thereby increase the overall code.

    • This reply was modified 6 years, 7 months ago by manjey73.
    #2575
    Mikhail
    Moderator

    Currently, you can split the function into several sub functions.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.