Page 1 of 1

I2 pro - memorising a value from an event in a channel

PostPosted: Fri Jan 24, 2014 4:33 am
by davide007
Hi everyone,

Here's the challenge:

I need to store a value coming from a sensor right BEFORE the event of braking and then i need to keep that value in memory through the whole braking event. At the next braking, I want to collect a new value from my sensor again right before the braking.

Can someone give me some help please? I am stuck!

Thank you very much!

Re: I2 pro - memorising a value from an event in a channel

PostPosted: Wed Jan 29, 2014 9:09 pm
by davide007
Please guys,

could someone help me with that topic? I really need some help on that. :?
I need to memorise a value from the brake system logged just before the brake pedal is pressed and compare it with other values logged DURING the braking event (for example, bias before the brake and during the brake, brake pressure before braking and during braking) could you please help me?

thank you!! ;)



davide007 wrote:Hi everyone,

Here's the challenge:

I need to store a value coming from a sensor right BEFORE the event of braking and then i need to keep that value in memory through the whole braking event. At the next braking, I want to collect a new value from my sensor again right before the braking.

Can someone give me some help please? I am stuck!

Thank you very much!

Re: I2 pro - memorising a value from an event in a channel

PostPosted: Wed Feb 12, 2014 9:10 pm
by gcifani
Looking at the APIs documentation I believe that is possible to solve your problem developing a C++ i2 plug-in.

Send me a DM.

Ciao,

GC

Re: I2 pro - memorising a value from an event in a channel

PostPosted: Thu Feb 13, 2014 12:31 am
by Holmz
gcifani wrote:Looking at the APIs documentation I believe that is possible to solve your problem developing a C++ i2 plug-in.

Send me a DM.

Ciao,

GC


Yes or just straight C or even Fortran.
C is usually better for intensive math, but I doubt that most would need the speed advantage over c++.
So a .dll plug would do it nicely... Which is on my long list of things to do.