i2 Pro plugin
Posted: Tue Jan 27, 2015 9:29 pm
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
So how do I get the rpm-values from "rpm"?
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"?