Forum Home › Forums › Understanding the Software › SchemeEditor
- This topic has 9 replies, 4 voices, and was last updated 3 years, 3 months ago by
Mikhail.
-
AuthorPosts
-
November 19, 2021 at 3:08 pm #9680
VNPay
Participanthello everyone
as you can see, there are 4 tank in the figure: ron95, ron92, diezel, e5.
they basically look the same
to create the interface of the tanks in figure, i created ron95’s interface by using ‘schemeeditor’ and then copied the created interface, pasted it to the interface, and then edited name, input, output acccordingly.
this way is quite inconvenient because if there are more than 4 tanks then the time spent to do this is really long.
can help me do this in the most efficient way?
currently, i have an idea that turn the ron95’s interface to a specific block like source block, control block, led block, … and then just pull it out when needed.
but i dont have any way to implement this, can you help me?
https://drive.google.com/file/d/1kPc3D-NYa3TXROWzL39rDOgPIiOsfv4J/view?usp=sharingNovember 20, 2021 at 5:51 am #9681manjey73
ParticipantYou can use frame, but the rendering speed will be lower and I do not know whether it is possible to use frame to offset the input and output channels for frame to change the binding. And, the frame also adds zoom buttons. It seems they promised to make it possible to disable them in the future.
In fact, there is not enough such an opportunity in mnemonic circuits as creating a template for mnemonic elements.
November 20, 2021 at 6:02 am #9682manjey73
ParticipantAt the moment, it is necessary to position the layers correctly so that you can use Ctrl to select all the elements and copy them. There don’t seem to be any other ways yet.
November 21, 2021 at 7:18 am #9684Mikhail
ModeratorHi,
Please check “Scheme Templates” here.
You could create a 1 scheme, use it as a template, and add 4 views in the Interface table (in Administrator). Then use the Dashboard Plugin to display 4 schemes on a one screen.However, we also think about custom scheme components in the future.
November 21, 2021 at 7:21 am #9685Mikhail
ModeratorPlease tell more about the modified Scheme Editor with align buttons. Where we can download it?
November 21, 2021 at 1:43 pm #9687VNPay
ParticipantHi, I have tried using Dashboard and following the documentation but have failed. I am new to Rapid can you help me.
https://drive.google.com/file/d/17_jeQsNZwAoJ93zSzO9w-d0Zxb4Mkswe/view?usp=sharingNovember 22, 2021 at 9:45 am #9689Mikhail
ModeratorHi,
If you question is about Dashboard, you should create a new topic and specify a particular question.November 22, 2021 at 2:01 pm #9691VNPay
ParticipantHi Mikhail.
– I tried using Dashboard and found it to be a multi-monitor feature and not the one I’m referring to.
– Currently, I have an idea that turn the ron95’s (figure) interface to a specific block like source block, control block, led block, … and then just pull it out when needed like led block in SchemeEditor. But i dont have any way to implement this, can you help me?
https://drive.google.com/file/d/1iS5yUv6d0iHBAMwEWPpQqRFDL5gY2_MK/view?usp=sharingNovember 22, 2021 at 3:26 pm #9692tranduong257
ParticipantHi
So, if we want to custom more components like extra components, we must create its base on basic components? I have decompiled the scheme extra .dll file but I don’t understand that code clearly.
Thank you.November 23, 2021 at 10:50 am #9693Mikhail
ModeratorHi,
You can use scheme template to create many views (many records in the Interface table), and then use them as widgets in a dashboard.> we must create its base on basic components?
You should check the source code of the basic component on GitHub https://github.com/RapidScada/scada/tree/master/ScadaWeb/ScadaScheme/PlgSchBasicComp
Use the available source code as example. -
AuthorPosts
- You must be logged in to reply to this topic.