From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Requirements Gateway Identifier Format

Hi,

 

this thread has it source in this one:

http://forums.ni.com/t5/forums/replypage/board-id/330/message-id/39779

 

by using the identifier format i should be able to create my ID for requirements and references as well.

For text files it is working well, but when i am using xml files in the reference pane it seems not working.

It attaches only the \1  and \2 is empty and the reference is created twice. One has the nodevalue for <Low>

the other one has the <Element> Value. 

Is there a way to fix this ?

 

Screen2.JPG   

 

Screen1.JPG

 

Regards

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 1 of 5
(3,596 Views)

Hi Juergen,

 

Could you send the custom type you are creating here so I can test this out?

 

Thanks

Al B.
Staff Software Engineer - TestStand
CTA/CLD
0 Kudos
Message 2 of 5
(3,557 Views)

Hi Al,

 

here is a small taylored example which descriptes my "requirements"

 

Regards

 

Juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 3 of 5
(3,549 Views)

Hi Al,

 

do you find out something new ?

 

Regards

 

Juergen

 

 

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 4 of 5
(3,509 Views)

Hi Juergen,

 

It appears that because the XML type is actually using two separate regular expressions, the backreference created in the first regex (the limits field) is being cleared when the second regex (links) is evaluated.  Because of this, it is currently not possible to create an identifier using parts from multiple locations in the XML.  I'll provide this feedback to the development team.

Al B.
Staff Software Engineer - TestStand
CTA/CLD
0 Kudos
Message 5 of 5
(3,493 Views)