🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Extend Sensor Link Extension!!

User: "OutOfBount"
New Altair Community Member
Updated by Jocelyn
Hi

I would like to develop an extension that extends the Sensor Link extension for the PI system. The idea is to allow the user to enter PI tags separated by commas and insert them directly to any operator in the sensor link extension.

However, I face an issue when I try to make my new extension depend on the sensor link extension. I don't know what is the correct namespace to add to the build.gradle file:
dependencies {
        rapidminer '9.8.0'
        extension namespace: 'sensorlink', version: '1.4.2'
        //extension namespace: 'text', version: '8.1.0'
}

Also, I tried to download the sensor link (.jar) and create a new folder called libs and add the following line to the build.gradle file:
flatDir {
dirs 'libs'
}

But I don't know if the extension was added to the project or not. So how could I check and use the extension for development?

Find more posts tagged with