You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great library :)
Do you have any example using decision matrix? Is it enough to send the corresponding values e.g. through the VSCP works program (with the corresponding mdf file of course) and in the program only handle the actions in the callback 'void actionExecute(unsigned char action, unsigned char par, vscp_RxMessage const * const msg)' or does something else need to be added?
The text was updated successfully, but these errors were encountered:
You need to configure the decision matrix itself. You can do this via code or via a tool.
Don't forget to enable each decision matrix row otherwise its not considered. :-)
Great library :)
Do you have any example using decision matrix? Is it enough to send the corresponding values e.g. through the VSCP works program (with the corresponding mdf file of course) and in the program only handle the actions in the callback 'void actionExecute(unsigned char action, unsigned char par, vscp_RxMessage const * const msg)' or does something else need to be added?
The text was updated successfully, but these errors were encountered: