Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With Centrix, the default channel Id for a capture is predefined to match the loggers physical channel, and it is not necessary to change it. However on the Network Rail II, it is necessary to make sure that N-R and R-N captures, even from physically different channels, are logged using the same mimosa offset. Capture channel offsets on the II sit in the range 64-127 (however the logger will not enforce this).

  

In the "XML" Config tab of the web tool, this change can be accomplished by editing the following fields:

Code Block
languagexml
<capt id="2" f="250A_P R-N" push="1" off="1025" captGrpID="2" lu="2019-01-03T08:08:04.710Z">
        <startTrig typ="thr" ch="2" a="1" lvl="0.5" t="1"/>
        <stopTrig typ="thr" ch="2" a="0" lvl="0.5" t="1"/>
        <logChans>
            <aipNo off="66">2</aipNo>
        </logChans>
</capt>


<capt id="3" f="250A_P N-R" push="1" off="1025" captGrpID="2" lu="2019-01-03T08:08:04.710Z">
        <startTrig typ="thr" ch="1" a="1" lvl="0.5" t="1"/>
        <stopTrig typ="thr" ch="1" a="0" lvl="0.5" t="1"/>
        <logChans>
            <aipNo off="65">1</aipNo>
        </logChans>
</capt>



Viewing Capture data

    

The captured data will be displayed as below.

...

Filter by label (Content by label)
showLabelsfalse
max5
spacesSSD
showSpacefalse
sortmodifiedshowSpacefalse
reversetrue
typepage
cqllabel = "tx" and type = "page" and space = "SSD"
labelsTX

Page Properties
hiddentrue


Related issues

 


...