Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wago 750-636 DC-Drive Controller always shows current position = 0 #19

Open
moniwe opened this issue Nov 29, 2024 · 0 comments
Open

Wago 750-636 DC-Drive Controller always shows current position = 0 #19

moniwe opened this issue Nov 29, 2024 · 0 comments

Comments

@moniwe
Copy link

moniwe commented Nov 29, 2024

For Eclipse 4diac I try to support 750-636 DC-Drive Controller for its modular IO implementation. The motor I connected for testing is a encoder motor used within a Fischertechnik plant. With my current implementation I am able to move the motor in positive and negative direction but the current position remains 0.

TForteByte inDataDWord[4];  
int retval = mAppDevInterface->ReadBytes(mKBusDeviceId, mTaskId, mInputOffset, 4, inDataDWord);

mAppDevInterface->ReadBytes returns DAL_SUCCESS. Has someone an idea what could be wrong that the current position remains 0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant