Yup great advice. The only thing I'd add is that the case structure can show a radix when a numeric is wired to it. So you can choose to view it in Hex which I assume would be easier for you. But of course if you have a CAN DBC file and you want to perform the frame to signal conversion without all the hassle of parsing each frame manually, you could look into leveraging the XNet API to perform the conversion for you.
https://decibel.ni.com/content/docs/DOC-39793
But if you just want to convert a few manually that's fine too, it won't require the XNet API and probably would be faster because of it.