Michael Büsch

Results 82 comments of Michael Büsch

Thanks for your report. Can you please send the GSD file via mail to me, so that I can reproduce the behaviour? Thanks.

Thanks. I checked this problem and what I found out is: * The GSD parser currently does not parse Bit() or BitArea() definitions. * The GSD interpreter currently does not...

Please also note that you probably won't get your device working, if the UserPrmData from the GSD file is ignored by pyprofibus. That is unless you somehow hack the code...

Re-opening the issue, to keep track of this feature, because it should be implemented at some point. I think it is fairly easy to work around this missing feature, by...

That will silence the error message, but the root of the problem will still persist. No valid UserPrmData will be generated and no UserPrmData will be sent to the slave....

Ok. Fair enough. So your device is not as picky about missing data as mine. :)

Yes, that feature would be nice to have. If you want to help implementing it, please feel free to send some pull requests. Thanks.

Thanks for your message. Are you able to implement such error handling? If so, please feel free to submit a pull request with your suggested implementation.

Your help is much appreciated. Thanks.

Hello Victor, thanks for your question. Yes, pyprofibus would be usable as a base for such a development. Implementation of the slave side would need some development effort, though. There...