Forum Home › Forums › Understanding the Software › Scheme copy
Tagged: Scheme copy
- This topic has 30 replies, 3 voices, and was last updated 4 years ago by
Mikhail.
-
AuthorPosts
-
August 4, 2021 at 8:27 am #9328
lilytech
ParticipantI have draw a device in the scheme. It has many contents.
It works.I need to copy the device, for example 5 times, or 50 times, or more.
Question:
Is there a better method to copy, instead of draw one by one?
After copied, only edit the input output channels.-
This topic was modified 4 years, 1 month ago by
Mikhail.
August 4, 2021 at 10:51 am #9331manjey73
ParticipantThe entire mnemonic scheme is copied as a whole file with the renaming of the last one. And you can also call the same mnemonic circuit and specify the channel offset in the interface, like the example was in the documentation. But this is strictly for typed mnemonic circuits. Or what exactly is it about ?
August 4, 2021 at 11:52 am #9333lilytech
ParticipantThe file: MyFile.sch
<?xml version=”1.0″ encoding=”utf-8″?>
<SchemeView title=”ZL-7850 title” xmlns:basic=”urn:rapidscada:scheme:basic”>
<Scheme>
<Version>5.3.1.1</Version>
<Size>
<Width>2000</Width>
<Height>2000</Height>
</Size>
<BackColor>LightGoldenrodYellow</BackColor>
<BackImageName />
<Font>
<Name>Arial</Name>
<Size>12</Size>
<Bold>false</Bold>
<Italic>false</Italic>
<Underline>false</Underline>
</Font>
<ForeColor>Black</ForeColor>
<Title>ZL-7850 title</Title>
<CnlFilter />
</Scheme>
<Components>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>2</BorderWidth>
<ToolTip />
<ID>1</ID>
<Name />
<Location>
<X>98</X>
<Y>67</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>ZL-7850A</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>2</ID>
<Name />
<Location>
<X>100</X>
<Y>100</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Set Temp.:</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>3</ID>
<Name />
<Location>
<X>100</X>
<Y>125</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Temp.:</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>4</ID>
<Name />
<Location>
<X>100</X>
<Y>150</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Set Humi.:</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>5</ID>
<Name />
<Location>
<X>100</X>
<Y>175</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Humi.:</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>6</ID>
<Name />
<Location>
<X>100</X>
<Y>200</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Heater Output:</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>7</ID>
<Name />
<Location>
<X>100</X>
<Y>225</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Humi. Output:</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>8</ID>
<Name />
<Location>
<X>100</X>
<Y>250</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Left Turning:</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>9</ID>
<Name />
<Location>
<X>100</X>
<Y>275</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Right Turning:</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<DynamicText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>10</ID>
<Name />
<Location>
<X>180</X>
<Y>125</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Dynamic text</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
<BackColorOnHover />
<BorderColorOnHover />
<ForeColorOnHover />
<UnderlineOnHover>false</UnderlineOnHover>
<Action>None</Action>
<ShowValue>ShowWithUnit</ShowValue>
<InCnlNum>101</InCnlNum>
<CtrlCnlNum>0</CtrlCnlNum>
</DynamicText>
<DynamicText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>11</ID>
<Name />
<Location>
<X>180</X>
<Y>175</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Dynamic text</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
<BackColorOnHover />
<BorderColorOnHover />
<ForeColorOnHover />
<UnderlineOnHover>false</UnderlineOnHover>
<Action>None</Action>
<ShowValue>ShowWithUnit</ShowValue>
<InCnlNum>102</InCnlNum>
<CtrlCnlNum>0</CtrlCnlNum>
</DynamicText>
<DynamicText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>13</ID>
<Name />
<Location>
<X>180</X>
<Y>150</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Dynamic text</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
<BackColorOnHover />
<BorderColorOnHover />
<ForeColorOnHover />
<UnderlineOnHover>false</UnderlineOnHover>
<Action>None</Action>
<ShowValue>ShowWithUnit</ShowValue>
<InCnlNum>105</InCnlNum>
<CtrlCnlNum>102</CtrlCnlNum>
</DynamicText>
<DynamicText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>14</ID>
<Name />
<Location>
<X>180</X>
<Y>100</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Dynamic text</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
<BackColorOnHover />
<BorderColorOnHover />
<ForeColorOnHover />
<UnderlineOnHover>false</UnderlineOnHover>
<Action>None</Action>
<ShowValue>ShowWithUnit</ShowValue>
<InCnlNum>104</InCnlNum>
<CtrlCnlNum>101</CtrlCnlNum>
</DynamicText>
<basic:Led>
<BackColor>Silver</BackColor>
<BorderColor>Black</BorderColor>
<BorderWidth>3</BorderWidth>
<ToolTip />
<ID>15</ID>
<Name />
<Location>
<X>200</X>
<Y>198</Y>
</Location>
<Size>
<Width>20</Width>
<Height>20</Height>
</Size>
<ZIndex>0</ZIndex>
<BorderOpacity>30</BorderOpacity>
<Action>None</Action>
<Conditions>
<Condition>
<CompareOperator1>LessThanEqual</CompareOperator1>
<CompareArgument1>0</CompareArgument1>
<CompareOperator2>LessThan</CompareOperator2>
<CompareArgument2>0</CompareArgument2>
<LogicalOperator>None</LogicalOperator>
<Color>DarkGray</Color>
</Condition>
<Condition>
<CompareOperator1>GreaterThan</CompareOperator1>
<CompareArgument1>0</CompareArgument1>
<CompareOperator2>LessThan</CompareOperator2>
<CompareArgument2>0</CompareArgument2>
<LogicalOperator>None</LogicalOperator>
<Color>Red</Color>
</Condition>
</Conditions>
<InCnlNum>108</InCnlNum>
<CtrlCnlNum>0</CtrlCnlNum>
</basic:Led>
<basic:Led>
<BackColor>Silver</BackColor>
<BorderColor>Black</BorderColor>
<BorderWidth>3</BorderWidth>
<ToolTip />
<ID>16</ID>
<Name />
<Location>
<X>200</X>
<Y>223</Y>
</Location>
<Size>
<Width>20</Width>
<Height>20</Height>
</Size>
<ZIndex>0</ZIndex>
<BorderOpacity>30</BorderOpacity>
<Action>None</Action>
<Conditions>
<Condition>
<CompareOperator1>LessThanEqual</CompareOperator1>
<CompareArgument1>0</CompareArgument1>
<CompareOperator2>LessThan</CompareOperator2>
<CompareArgument2>0</CompareArgument2>
<LogicalOperator>None</LogicalOperator>
<Color>DarkGray</Color>
</Condition>
<Condition>
<CompareOperator1>GreaterThan</CompareOperator1>
<CompareArgument1>0</CompareArgument1>
<CompareOperator2>LessThan</CompareOperator2>
<CompareArgument2>0</CompareArgument2>
<LogicalOperator>None</LogicalOperator>
<Color>Green</Color>
</Condition>
</Conditions>
<InCnlNum>0</InCnlNum>
<CtrlCnlNum>0</CtrlCnlNum>
</basic:Led>
<basic:Led>
<BackColor>Silver</BackColor>
<BorderColor>Black</BorderColor>
<BorderWidth>3</BorderWidth>
<ToolTip />
<ID>17</ID>
<Name />
<Location>
<X>200</X>
<Y>248</Y>
</Location>
<Size>
<Width>20</Width>
<Height>20</Height>
</Size>
<ZIndex>0</ZIndex>
<BorderOpacity>30</BorderOpacity>
<Action>None</Action>
<Conditions>
<Condition>
<CompareOperator1>LessThanEqual</CompareOperator1>
<CompareArgument1>0</CompareArgument1>
<CompareOperator2>LessThan</CompareOperator2>
<CompareArgument2>0</CompareArgument2>
<LogicalOperator>None</LogicalOperator>
<Color>Red</Color>
</Condition>
<Condition>
<CompareOperator1>GreaterThan</CompareOperator1>
<CompareArgument1>0</CompareArgument1>
<CompareOperator2>LessThan</CompareOperator2>
<CompareArgument2>0</CompareArgument2>
<LogicalOperator>None</LogicalOperator>
<Color>Green</Color>
</Condition>
</Conditions>
<InCnlNum>106</InCnlNum>
<CtrlCnlNum>103</CtrlCnlNum>
</basic:Led>
<StaticText>
<BackColor />
<BorderColor />
<BorderWidth>0</BorderWidth>
<ToolTip />
<ID>19</ID>
<Name />
<Location>
<X>100</X>
<Y>300</Y>
</Location>
<Size>
<Width>100</Width>
<Height>100</Height>
</Size>
<ZIndex>0</ZIndex>
<ForeColor />
<Text>Exhaustion:</Text>
<HAlign>Left</HAlign>
<VAlign>Top</VAlign>
<WordWrap>false</WordWrap>
<AutoSize>true</AutoSize>
</StaticText>
<basic:Led>
<BackColor>Silver</BackColor>
<BorderColor>Black</BorderColor>
<BorderWidth>3</BorderWidth>
<ToolTip />
<ID>20</ID>
<Name />
<Location>
<X>200</X>
<Y>298</Y>
</Location>
<Size>
<Width>20</Width>
<Height>20</Height>
</Size>
<ZIndex>0</ZIndex>
<BorderOpacity>30</BorderOpacity>
<Action>None</Action>
<Conditions>
<Condition>
<CompareOperator1>LessThanEqual</CompareOperator1>
<CompareArgument1>0</CompareArgument1>
<CompareOperator2>LessThan</CompareOperator2>
<CompareArgument2>0</CompareArgument2>
<LogicalOperator>None</LogicalOperator>
<Color>Red</Color>
</Condition>
<Condition>
<CompareOperator1>GreaterThan</CompareOperator1>
<CompareArgument1>0</CompareArgument1>
<CompareOperator2>LessThan</CompareOperator2>
<CompareArgument2>0</CompareArgument2>
<LogicalOperator>None</LogicalOperator>
<Color>Green</Color>
</Condition>
</Conditions>
<InCnlNum>0</InCnlNum>
<CtrlCnlNum>0</CtrlCnlNum>
</basic:Led>
<basic:Toggle>
<BackColor>DarkGray</BackColor>
<BorderColor>Status</BorderColor>
<BorderWidth>2</BorderWidth>
<ToolTip />
<ID>21</ID>
<Name />
<Location>
<X>200</X>
<Y>273</Y>
</Location>
<Size>
<Width>40</Width>
<Height>20</Height>
</Size>
<ZIndex>0</ZIndex>
<LeverColor>White</LeverColor>
<Padding>0</Padding>
<Action>SendCommand</Action>
<InCnlNum>107</InCnlNum>
<CtrlCnlNum>104</CtrlCnlNum>
</basic:Toggle>
<StaticPicture>
<BackColor />
<BorderColor>Gray</BorderColor>
<BorderWidth>1</BorderWidth>
<ToolTip />
<ID>22</ID>
<Name />
<Location>
<X>88</X>
<Y>53</Y>
</Location>
<Size>
<Width>179</Width>
<Height>282</Height>
</Size>
<ZIndex>0</ZIndex>
<ImageName />
<ImageStretch>None</ImageStretch>
</StaticPicture>
</Components>
<Images />
</SchemeView>August 4, 2021 at 12:39 pm #9334manjey73
ParticipantAnd why did you upload the file? The question is what does it lie in?
August 4, 2021 at 2:02 pm #9335lilytech
ParticipantI misunderstood your meaning.
I thought you need it.I fail to understand your message: August 4, 2021 at 10:51 am
And I fail to understand: The question is what does it lie in?
If you mean the directory position, it is at:
C:->SCADA->Projects->ModbusTry->Interface->Test-MyFile.schAugust 4, 2021 at 2:57 pm #9336manjey73
Participant1. Copy the file to the Interfaces folder. Open a new file with the editor and change the channel bindings.
2. If the channels are strictly sequential, you can refer to the same mnemonic scheme and specify the channel offset in the database settings-Interfaces
August 5, 2021 at 4:51 am #9337lilytech
ParticipantThanks your message.
But I fail to understand.
I have reviewed all videos and document in your web for scheme edit.
Still I fail to understand.Do you have detailed documentation?
If I can copy image here, I could express better.
How to copy paste image here?Or could we use WhatsApp, facebook, weChat, skyPe?
August 5, 2021 at 6:17 am #9338manjey73
ParticipantI use online translation for English and it is unlikely that I will be able to help with the help of messengers.
When you have created the schema in the administrator, right-click-Open the location in Explorer.
Make a copy of the file there and re-open the project in the administrator. You will see a new scheme, open it for editing and change the channel binding. This is path number 1.
The way number 2 is to use offset for channels for an already drawn mnemonic scheme.
Create OffsetAugust 5, 2021 at 6:32 am #9339lilytech
Participantok.
I have copied and edit the channels for new file.
Now, how can I put all drawings (1st device.sch, 2nd device.sch, 3rd.sch, …) to one drawing file: all-in-one.sch?
August 5, 2021 at 7:40 am #9342manjey73
ParticipantOops, try using a frame from additional circuit components. I somehow did not try to put one mnemonic into another…
August 5, 2021 at 8:40 am #9343lilytech
ParticipantThanks.
The scheme editor do not provide frame.
How can I using frame?
How to set URL to standalone device.sch?August 5, 2021 at 8:45 am #9344manjey73
ParticipantThe frame is located in the extended components of the schemas. But I’m trying to figure out the link myself now, I don’t know how to do it correctly.
August 5, 2021 at 8:53 am #9346lilytech
Participantunderstand.
thank you.August 5, 2021 at 8:56 am #9347manjey73
ParticipantDownload and install Extra Component Cheme.
Activate it. Place the Frame component on the main diagram and specify the Address in its properties –../Scheme/Scheme. aspx?viewId=35
where the viewId number corresponds to your view number. In the view settings, if necessary, set the checkbox to the hidden position.August 5, 2021 at 9:02 am #9348lilytech
Participantok.
Thank you! -
This topic was modified 4 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.