Page 1 of 1

i2 Pro plugin

PostPosted: Tue Jan 27, 2015 9:29 pm
by Stenley
I am struggling on programming plugins in visual basics.
I understand the math functions and can program that with no problem, but not I am working on plugins.
The problem that I have is that in plugins I don't know how I can acquire the values of a channel to do any further math and right them to a new channel.

In the example plugin I have the line
Code: Select all
Dim rpm As IMtcChannel = layer.Channels("ECU Rs Eng RPM")


So how do I get the rpm-values from "rpm"?

Re: i2 Pro plugin

PostPosted: Fri Feb 20, 2015 9:14 pm
by mach1000
Hi Stenley,

I am watching this as well, and if you have any documents on how to create simple plugins I am very interested. I have watched the samples but I would like something in more details on how this works.

Thank you