Any chance there could be a custom stack datastream element of the calibration switch position?
cheers
Steve
Stack data stream addition
-
- Posts: 49
- Joined: Mon Aug 17, 2009 4:24 pm
- Location: South Uk
Re: Stack data stream addition
Hey Steve
Do you mean that?
http://www.youtube.com/watch?v=2bot4jGzMHw
If so, you should activate it from SConfig.
Do you mean that?
http://www.youtube.com/watch?v=2bot4jGzMHw
If so, you should activate it from SConfig.
-
- Posts: 49
- Joined: Mon Aug 17, 2009 4:24 pm
- Location: South Uk
Re: Stack data stream addition
Cuneyt
no, not quite. what i mean is, as a parameter that is sent down the stack serial data stream.
there are standard things like RPM, LAM, OIL P & T etc but nothing to say what CAL you're in. which, if the switch were to fail, or get knocked you wouldnt know.
i know its on the CAN parameters but im looking at it for on the STACK serial steam.
Steve
no, not quite. what i mean is, as a parameter that is sent down the stack serial data stream.
there are standard things like RPM, LAM, OIL P & T etc but nothing to say what CAL you're in. which, if the switch were to fail, or get knocked you wouldnt know.
i know its on the CAN parameters but im looking at it for on the STACK serial steam.
Steve
Re: Stack data stream addition
The Syvecs team will need to confirm, but I think you may find that there's an update on its way that will provide a whole heap more info via RS232. Not necessarily an update to the existing STACK stream, but via RS232 nevertheless.
-
- Posts: 49
- Joined: Mon Aug 17, 2009 4:24 pm
- Location: South Uk
Re: Stack data stream addition
Tim
Thanks for that snippet. there seems to be some good work going on behind the scences in the way of features (and products ) soon to be launched.
Can anyone confirm what this change to the protocol(s) might be?
ta
Steve
Thanks for that snippet. there seems to be some good work going on behind the scences in the way of features (and products ) soon to be launched.
Can anyone confirm what this change to the protocol(s) might be?
ta
Steve
-
- Posts: 49
- Joined: Mon Aug 17, 2009 4:24 pm
- Location: South Uk
Re: Stack data stream addition
With the new release you can push CAN data through RS232 but can i get this request in for the STACK data stream please?
cheers
Steve
cheers
Steve
Re: Stack data stream addition
Can you not create a new custom RS232 stream like the STACK stream with the addition of CAL position?ScoobyDuck wrote:With the new release you can push CAN data through RS232 but can i get this request in for the STACK data stream please?
cheers
Steve
If the STACK stream was altered it would no longer be a STACK stream.
96 MKIV Supra, S6GP, 591bhp & 523ft/lbs
Re: Stack data stream addition
Why not use the CAN-over-RS232 option (i.e. custom serial)? Much more flexible
-
- Posts: 49
- Joined: Mon Aug 17, 2009 4:24 pm
- Location: South Uk
Re: Stack data stream addition
no you cant Wez and no, it will still be STACK, it will just have additional data in it, each defined by a unique ID.
And no i cant Tim, because my interface is a tiny 8bit thing which can barely cope with the rs232 let alone the processing to get the data out of the CAN packets.
so I just wanted 1 extra bit in the STACK data.
I spoke to Ryan about this and he said it was possible and would try to add it for the next release but that was some months ago now.
Steve
And no i cant Tim, because my interface is a tiny 8bit thing which can barely cope with the rs232 let alone the processing to get the data out of the CAN packets.
so I just wanted 1 extra bit in the STACK data.
I spoke to Ryan about this and he said it was possible and would try to add it for the next release but that was some months ago now.
Steve
Re: Stack data stream addition
The custom RS232 is at 115.2k rather than 1Mbit/s of CAN, so I would think your 8 bit micro should probably cope? The protocol is very straight forward - think of it as like STACK but 10 times faster.