CAN bus access from Script
- mbowdich
- Posts: 209
- Joined: Tue Oct 05, 2010 10:54 am
CAN bus access from Script
Is therea way to access the CAN bus directly from a script. I am interested in both sending messages (J1939 and CANOpen), and recieving messages (being able to write to a variable with an extended timeout.
- jpurdum
- Enovation Controls Development
- Posts: 153
- Joined: Mon Jun 21, 2010 11:19 am
Re: CAN bus access from Script
No - not currently. There has been some discussion about adding this as a feature, but it hasn't gotten to the top of the list yet.
- mbowdich
- Posts: 209
- Joined: Tue Oct 05, 2010 10:54 am
Re: CAN bus access from Script
Can I trigger a FFCAN send from a script or do I have to put it in a state machine and call an event to the state machine from the script?
- jpurdum
- Enovation Controls Development
- Posts: 153
- Joined: Mon Jun 21, 2010 11:19 am
Re: CAN bus access from Script
Correct. Actions come only from state machines currently.