Location.SNode( id1,id2,id3 )@[ startLine..endLine ]
Description:
Maps the LabVIEW diagram structure node to the first and last line in the generated C code that implements the structure. This entry locates the structure node when a user sets a breakpoint or single-steps in the generated C code. This entry is used only when you have integrated the LabVIEW debugger with an IDE.
Parameters:
id1,id2,id3 are the internal LabVIEW IDs that locate the LabVIEW diagram structure node on the block diagram.
startLine is the first line number in the C file that implements the structure node.
endLine is the last line number that implements the structure node.
Example:
Location.SNode(10,11,11)@[523..540]