I am attempting to use the following custom device [https://github.com/NIVeriStandAdd-Ons/CAN-Frame-Protection-Custom-Device], but the can message used to broadcast is being sent out with an 11-bit id. After speaking with NI support I was told there was a known bug [# 989923], and the work around is "Programmatically set the extended? flag to True after the signal is converted by reading it from the database." So I attempted to do that, and it worked but a message with no data or id is being sent out at a time step of 0.001, and is causing the can bus crash due to very high load.
What can I do to this custom device to only send the message I need?