<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:37:41 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-1624] Tweak peb to powercycle fiber-USB convertor (&quot;usb2&quot;)</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-1624</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;While troubleshooting PFI old E-box, it was found that one of the fiber-USB convertor (&lt;tt&gt;usb2&lt;/tt&gt;) was always on, because it is connected to different port (&lt;tt&gt;flow = boardb&lt;/tt&gt;) of the PDU. As the current pebActor only has &quot;bounce&quot; option for &quot;boardb&quot; we need to send raw command (see below),or power-cycle the whole PFI E-box, in order to intentionally turn off and on the usb2.&#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;
oneCmd.py peb power raw=:S1FC017C0
oneCmd.py peb power raw=:S1FC01FC0&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;To powercycle both usb convertors rather simply, it would be nice to tweak the software. In longer-term, the PDU board and the wiring of the old E-box will be fixed.&lt;/p&gt;</description>
                <environment></environment>
        <key id="22818">INSTRM-1624</key>
            <summary>Tweak peb to powercycle fiber-USB convertor (&quot;usb2&quot;)</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>EngRun</label>
                    </labels>
                <created>Fri, 10 Jun 2022 15:52:54 +0000</created>
                <updated>Tue, 13 Sep 2022 08:43:32 +0000</updated>
                            <resolved>Tue, 13 Sep 2022 08:43:32 +0000</resolved>
                                                                    <component>ics_pebActor</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                            <comment id="31032" author="yuki.moritani" created="Sat, 11 Jun 2022 19:38:16 +0000"  >&lt;p&gt;I talked about this with Chi-Hung, and he suggest to tweak the pin assignment in &lt;a href=&quot;https://github.com/Subaru-PFS/ics_pebActor/blob/master/python/pebActor/Controllers/power.py&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/ics_pebActor/blob/master/python/pebActor/Controllers/power.py&lt;/a&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;
POWER_BOARDB =  &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;(&lt;span class=&quot;code-quote&quot;&gt;&apos;0000100000000&apos;&lt;/span&gt;,base=2)
POWER_USB2 =    &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;(&lt;span class=&quot;code-quote&quot;&gt;&apos;0100000000000&apos;&lt;/span&gt;,base=2)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="31285" author="hassan" created="Wed, 7 Sep 2022 16:17:38 +0000"  >&lt;p&gt;So can this change be made to &lt;tt&gt;ics_pebActor&lt;/tt&gt; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=chyan&quot; class=&quot;user-hover&quot; rel=&quot;chyan&quot;&gt;chyan&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="31319" author="chyan" created="Tue, 13 Sep 2022 07:14:28 +0000"  >&lt;p&gt;This feature is implemented in &lt;a href=&quot;https://github.com/Subaru-PFS/ics_pebActor/blob/master/python/pebActor/Controllers/power.py&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Subaru-PFS/ics_pebActor/blob/master/python/pebActor/Controllers/power.py&lt;/a&gt; by using different E-Box setting.&lt;/p&gt;</comment>
                    </comments>
                    <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|zzsui6:i</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10005" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="152">preEngRun07Sep</customfieldvalue>

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