RobotStudio event

[Wish] Station Logic Export & IOConnection

DenisFR
DenisFR ✭✭✭
edited January 2020 in UpFeed
Hello,
Is it possible to add "Allow cyclic connection" properties in exported to rsxml file for each IOConnection?
And add a column for this in "I/O Connections" list.

In same time, if an option could be added to check it by default when connections are created.

Comments

  • DenisFR
    DenisFR ✭✭✭
    @Maxim Riabichev : Could you do something for that?
  • Could you elaborate on what problem your wish would solve and perhaps show more clearly how you would like it to behave/look like?

    Maxim Riabichev
    PC Software Support Engineer
  • DenisFR
    DenisFR ✭✭✭
    Hello,
    In Station Logic / Signal and Connections / I/O Connections list, you don't have "Allow cyclic connection" column.
    Nether in rsxml exported file:

    <Station name="" xmlns="urn:abb-robotics-robotstudio-graphiccomponent">
      <Signals>
        <IOSignal name="AnalInput" signalType="AnalogInput" value="0" />
      </Signals>
      <Connections>
        <IOConnection source="AnalInput" target="Counter.Count" />
      </Connections>
      <GraphicComponents>
        <EmbeddedLibrary source="%ABBLIBRARY%\Components\Counter.rslib" name="Counter">
          <PropertyValue name="Count" value="0" />
          <SignalValue name="Increase" value="0" />
          <SignalValue name="Decrease" value="0" />
          <SignalValue name="Reset" value="0" />
        </EmbeddedLibrary>
      </GraphicComponents>
    </Station>

    Should be:
    <IOConnection source="AnalInput" target="Counter.Count" allowcc="True" />

    For the option, I hope its clear.
  • Very nice, I'll look into it!

    Thank you.

    Maxim Riabichev
    PC Software Support Engineer
  • Hello Denis,

    I'm glad to inform you that this wish has been granted and implemented in RobotStudio version 2020.2

    Thank you for trying to make the product better.

    Have a great day!

    Maxim Riabichev
    PC Software Support Engineer
  • DenisFR
    DenisFR ✭✭✭
    Hello,
    Still missing column in I/O Connection table.
  • Hello Denis,

    Since it is possible to check the Allow cyclic connection via the Edit-window, R&D has decided to prioritize other functionality requests at this time.

    Perhaps we can return to this request in the future.

    Thanks!

    Maxim Riabichev
    PC Software Support Engineer