Hello!<br><br>I need to make an arrow returning to the same box it comes from. I would also like to apply a label to that arrow.<br><br>I have a \psidiabox representing a &#39;wait&#39;-function. <br>\ncline lookes like crap, because it makes an arrow straight across the box, and \ncbar does not allow labeling? <br>
Suggestions?<br><br>&nbsp;&nbsp;&nbsp; \psset{shadowcolor=black!70}% <br>&nbsp;&nbsp;&nbsp; \begin{psmatrix}[rowsep=0.5,colsep=0] <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \label{flow:sync}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psovalbox[fillstyle=solid,fillcolor=blue]{Start} \\<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psframebox[shadow=true]{Start reception cycle and counter} \\ <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psdiabox[fillstyle=solid, fillcolor=blue]{Counter = 70ms ?} \\<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psframebox[shadow=true]{Collect results} \\<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psframebox[shadow=true]{Start new reception cycle and restart counter} \\ <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psdiabox[fillstyle=solid,fillcolor=blue]{Received a pulse?} &amp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psframebox[shadow=true]{Out of sync, counter += $\delta$} \\ <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psdiabox[fillstyle=solid, fillcolor=blue]{Counter = 70ms ?} \\<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psframebox[shadow=true]{Collect results} \\<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psframebox[shadow=true]{Start new reception cycle and restart counter} \\<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psdiabox[fillstyle=solid,fillcolor=blue]{Received a pulse?} &amp;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psframebox[shadow=true]{Out of sync, Counter += $\delta$}\\ <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psframebox[shadow=true]{Sync is OK, tune} \\<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psdiabox[fillstyle=solid, fillcolor=blue]{Need tuning?} \\<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \psframebox[shadow=true]{Counter $\pm=\frac{\delta}{4}$} \\<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &amp;\psframebox[fillstyle=solid, fillcolor=green, shadow=true]{Tuning is good}<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; % Links <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{1,1}{2,1} <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{2,1}{3,1} <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{3,1}{3,1}&nbsp; % Not looking good..<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{3,1}{4,1}&gt;{\textcolor{green}{Yes}}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{4,1}{5,1}<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{5,1}{6,1} <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{6,1}{6,2}^{\textcolor{red}{No}} <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncbar[angleA=0, armB=6, nodesepB=0]{-&gt;}{6,2}{3,1}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{6,1}{7,1}&gt;{\textcolor{green}{Yes}}<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{7,1}{8,1}&gt;{\textcolor{green}{Yes}}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{8,1}{9,1}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{9,1}{10,1}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{10,1}{10,2}^{\textcolor{red}{No}}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncbar[angleA=0, armB=6.5, nodesepB=0]{-&gt;}{10,2}{3,1}<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{10,1}{11,1}&gt;{\textcolor{green}{Yes}}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{11,1}{12,1}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{12,1}{13,1}&lt;{\textcolor{green}{Yes}}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncline{-&gt;}{12,1}{14,2}&gt;{\textcolor{red}{No}}<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncbar[angleA=180, armB=2.5, nodesepB=0]{-&gt;}{13,1}{7,1}<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; \ncbar[angleA=180, armB=3, nodesepB=0]{-&gt;}{14,2}{7,1}&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; \end{psmatrix}<br><br>Regards, Andreas<br>