#includeapdefap.hlong_main(char*lpszPictureName,char*lpszObjectName,char*lpszPropertyName){//WINCC:TAGNAME_SECTION_START//syntax:#defineTagNameInActionDMTagName//nextTagID:2//WINCC:TAGNAME_SECTION_END//WINCC:PICNAME_SECTION_START//syntax:#definePicNameInActionPictureName//nextPicID:1//WINCC:PICNAME_SECTION_END//definitionofvariablesfloatheight;//maximumheightofyourstaticobjectfloatheight_setpoint;//calculatedheightfloatprocent;//processvalueinpercent//presetvalueheight=150;procent=GetTagWord(testvar);//prozessvalue(0-100%)//calculatenewheightheight_setpoint=procent/100*height;//returncalculatedvaluetoobjectreturn(int)height_setpoint;}