Thanks for the reply Nathan. I have the key inputs setup under CAN Inputs.

I was just wondering what the reason is for not having a divisor option when Data Size: 8bit and if there is a workaround.
Currently the "On" state for each key would return the decimal value below.
In.CAN.SWP.Key0 = 00000001 = 1dec
In.CAN.SWP.Key1 = 00000010 = 2dec
In.CAN.SWP.Key2 = 00000100 = 4dec
In.CAN.SWP.Key3 = 00001000 = 8dec
In.CAN.SWP.Key4 = 00010000 = 16dec
In.CAN.SWP.Key5 = 00100000 = 32dec
In.CAN.SWP.Key6 = 01000000 = 64dec
In.CAN.SWP.Key7 = 10000000 = 128dec
My preference would be to use a divisor, for example 128 for Key7, so that each key returns a 0 (Off) or 1 (On) for easy use in functions. I take it that I would have to use a 16bit message for this.

