DEWETRON / OXYGEN-SDK

DEWETRON OXYGEN SDK. OXYGEN API description and example sources.
https://dewetron.github.io/OXYGEN-SDK
MIT License
9 stars 9 forks source link

Issue while using cosine of a channel data #40

Open ravivelugula opened 1 week ago

ravivelugula commented 1 week ago

Hi,

The below problem (see attached) is occurring while using cos [input channel] (see attached formula).

Kindly help me in resolving the issue

Thank you p3 p4

glaure commented 1 week ago

Hi,

you do not provide enough information. But I am pretty sure that the problem is not near the cos computation. You should try to run Oxygen from the Visual Studio Debugger.

Best regards, Gunther

ravivelugula commented 1 week ago

Hi,

I want to calculate Vq i.e., V1 * cos(theta). The V1 and theta are the input channels. I have run the oxygen from visual studio debugger and the plugin developed successfully since it is noted that if select any other input channel (example I1) instead of theta, the plugin working properly and giving the result. The problem occurring only if I select theta input channel.

Kindly suggest suitable solution.

Thank you image p3 p4

glaure commented 1 week ago

I tried the same setup with a modified sum channels plugin without any problem. Please provide the source code to your plugin.

Bye Gunther