yeah, that example doesn't do the solenoids. If you look at the code:
Code:
// Can't read solenoids without an instance of the object
dash.AddU8((char) 0);
that is what is sending the solenoid output. Almost all of the outputs in that example are really just hard-coded and don't actually pay attention to the real I/O. You will probably want to re-write that for the actual dashboard you use