Forum Home › Forums › Development and Integration › Integration of photos of Shift Engineers
- This topic has 8 replies, 3 voices, and was last updated 8 years, 2 months ago by
Mikhail.
-
AuthorPosts
-
September 13, 2017 at 1:02 pm #2561
apurba_79
ParticipantHello 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=sharingI 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.
September 13, 2017 at 3:04 pm #2562
MikhailModeratorHello,
How do the Shift Engineers look? Do you need to show their photos? 🙂 May be you can draw an example using any graphical editor?September 13, 2017 at 3:04 pm #2563
MikhailModeratorThe scheme of the power station is cool!
September 13, 2017 at 5:44 pm #2568apurba_79
ParticipantHi,
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?September 14, 2017 at 6:46 am #2570
manjey73ParticipantYou 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
September 14, 2017 at 11:37 am #2571
MikhailModeratorAs 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.September 14, 2017 at 1:30 pm #2572apurba_79
ParticipantThe 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?
September 14, 2017 at 2:43 pm #2573
manjey73ParticipantThe 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 8 years, 2 months ago by
manjey73.
September 15, 2017 at 8:43 am #2575
MikhailModeratorCurrently, you can split the function into several sub functions.
-
This reply was modified 8 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.