
I’ve added one transition to go from X to Y state and given event condition as “"J1939.CCVS.Wheel Based Vehicle Speed" > 0”. Somehow the transition was not taking place. The transition takes place if I use timer to transit from X to Y state. To debug the problem getting for event condition associated with J1939 message, I added one text box on display screen and associated "J1939.CCVS.Wheel Based Vehicle Speed" with that textbox.
On the textbox I could see the value of "J1939.CCVS.Wheel Based Vehicle Speed" parameter getting changed (going beyond 0).
Then I thought I might have written the event condition incorrectly. So I tried to put it in different mathematical form like:
AND("J1939.CCVS.Wheel Based Vehicle Speed",1)
If("J1939.CCVS.Wheel Based Vehicle Speed" > 0).Nothing worked out.

Any idea why its not working?