I can't see how this question relates to your previous question, where you were trying to determine the "position" of a node without saying exacly what you mean by "position".
Finding the node whose position you are interested in seems to be a completely separate question.
You can find the CRCFUNCTION nodes with a value of 600, 700, or 800 using either
Code:
CRCFUNCTION[. = ('600', '700', '800')]
or
Code:
CRCFUNCTION[not(. = ('900', ''))]
whichever you prefer.