04-03-2018 08:48 AM
Does the XNet API allow for creating CAN signals that a setup to be Muxed? I can open the database editor and create signals, and set them up to work just fine. But one of my mux values range from 0 to 96 and I don't feel like creating 96 signals manually, then configuring them all to be mux, changing their values, and scales individually.
I opened up the XNet example for creating signals. I opened the "\examples\nixnet\examples.llb\NI-XNET Example subVI - Create Signal.vi" Here it creates a signal and sets many parameters. I added several Mux properties but most seem to be read-only. Does the XNet API support setting a signal to be Muxed? Or is that only possible through the Database Editor?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
Solved! Go to Solution.
04-03-2018 09:48 AM
Yes it does. You can use the XNET Database Create.vi to create the main frame and then use it again to create the subframes. Sub frames will have the mode value or multiplexer value as a property you can set. The XNET Database Create.vi will also be used to create the signals in the subframe.