<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:38:47 JST 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INSTRM-1729] Cobra .xml file is missing two broken fiber of SM1</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1729</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;Cobra xml file marks&#160; broken fibers (in &quot;Status&quot; tag), and the latest version (20220923) has only 5 broken fibers, which are broken at Cable C. However,&#160; there are two more broken fiber at Cable A, SM1. Namely,&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;#mod&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;#cm2&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;#sp&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;#fh&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;#fid&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;4&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;2&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;1&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;3&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;12&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;21&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;1&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;114&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;114&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;I think these two fibers should be marked as broken fibers too. (Note: strictly speaking, fid=3 is fiber with very low transmission, not completely broken.)&lt;/p&gt;</description>
                <environment></environment>
        <key id="23016">INSTRM-1729</key>
            <summary>Cobra .xml file is missing two broken fiber of SM1</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="10002" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/statuses/generic.png" description="The issue is resolved, reviewed, and merged">Done</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="chyan">chyan</assignee>
                                    <reporter username="yuki.moritani">yuki.moritani</reporter>
                        <labels>
                            <label>CanBeClosed</label>
                            <label>EngRun</label>
                    </labels>
                <created>Sun, 2 Oct 2022 23:56:49 +0000</created>
                <updated>Fri, 9 Dec 2022 18:09:39 +0000</updated>
                            <resolved>Fri, 9 Dec 2022 18:09:39 +0000</resolved>
                                                                    <component>pfs_instdata</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="31618" author="chyan" created="Fri, 14 Oct 2022 14:24:21 +0000"  >&lt;p&gt;Looking at the current definition from pfiDesign, we have:&lt;/p&gt;

&lt;p&gt;COBRA_OK_MASK           = 0x0001  # a synthetic summary bit: 1 for good, 0 for bad.&lt;br/&gt;
COBRA_INVISIBLE_MASK    = 0x0002  # 1 if the fiber is not visible&lt;br/&gt;
COBRA_BROKEN_THETA_MASK = 0x0004  # 1 if the phi motor do not work&lt;br/&gt;
COBRA_BROKEN_PHI_MASK   = 0x0008  # 1 if the theta motor does not work&lt;/p&gt;

&lt;p&gt;So, we do need new definition to track this situation.&lt;/p&gt;</comment>
                            <comment id="31663" author="yuki.moritani" created="Fri, 21 Oct 2022 08:51:44 +0000"  >&lt;p&gt;At the meeting about ASIAA task on 20-21 October 2022, we came up one proposal to add three more bits to describe which part of the fiber is broken: namely,&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
FIBER_A_BROKEN: 0x0010  # 5th bit is 1 &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; cable A is broken
FIBER_B_BROKEN: 0x0020  # 6th bit is 1 &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; cable B is broken
FIBER_C_BROKEN: 0x0040  # 7th bit is 1 &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; cable C is broken
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="31678" author="hassan" created="Wed, 26 Oct 2022 15:09:01 +0000"  >&lt;p&gt;In order to implement this change as soon as possible, &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=yuki.moritani&quot; class=&quot;user-hover&quot; rel=&quot;yuki.moritani&quot;&gt;yuki.moritani&lt;/a&gt; and I propose that if there are no objections to the proposal by Yuki above by the ICS/PFI telecon 2022-10-28, that proposal is accepted and will be implemented (at least as a medium-term solution).&lt;/p&gt;</comment>
                            <comment id="31946" author="chyan" created="Fri, 9 Dec 2022 18:09:39 +0000"  >&lt;p&gt;This ticket is closed since the branch is merged to master&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="23038">INSTRM-1748</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="15598">INSTRM-1270</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|zzsvhi:o</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="154">preEngRun08Nov</customfieldvalue>
    <customfieldvalue id="157">PreEngRun09Dec</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                        </customfields>
    </item>
</channel>
</rss>