AVOLITES TITAN API

UpdateExchangeMappingWheelValue

Called by the menu to increment the function value on a wheel by a set amount.

Namespace: Fixtures.Exchange

Syntax

MACRO

Void Fixtures.Exchange.UpdateExchangeMappingWheelValue(Int32 wheelIndex, Single value, Double timeDelta)

HTTP

http://[ip]:4430/titan/script/2/Fixtures/Exchange/UpdateExchangeMappingWheelValue?wheelIndex={titanId}&value={float}&timeDelta={double}

Parameters

wheelIndex ( Int32 ) : The index of the wheel containing a function to increment.

value ( Single ) : The amount you want to increment the function range value by.

timeDelta ( Double ) : The time delta between calls - this is used to calculate acceleration.