Hello Ex-jobb
Quite a few attributes/properties of NI-CAN can only be set, while the port/task/object is not yet started. Trying to set one of those attributes while the port/task/object is active (started) will cause error code 0xBFF62007.
Check out the help (CTRL+H in LabVIEW or the 'NI-CAN Hardware and Software Manual' in your ..\NI-CAN\Documentation\ folder) for the attribute you are trying to set. Most likely there is something like this mentioned:
"Communication must be stopped to set this attribute. Use Start On Open False with ncConfigCANNet.vi, set the attribute, then use ncAction.vi to start communication."
-B2k