charliehu Posted February 10, 2012 Report Posted February 10, 2012 Hello there, Our project is using a Schneider Modicon TSX P572634M processor for main control. At the moment, I'm trying to use IO scanning function to achieve communication with a M340 PLC, which is just working fine. But the problem is I can't find a digital bit to indicate the IO scanning failure. Anybody has any idea which bit can be used for this purpose? For example, when we use modbus, we can have proper comm report. What about IO scanning? Is there any similar report or debugging information? Thanks! Quote
Ken Moore Posted February 10, 2012 Report Posted February 10, 2012 I moved this to the Modicon forum, you should get a better response here. Quote
charliehu Posted February 10, 2012 Author Report Posted February 10, 2012 Thank you for putting my post in right place. Quote
billysmithde2 Posted February 10, 2012 Report Posted February 10, 2012 (edited) Try to create a an IODDT variable of typeT_COM_ETYX103 at the ETYPort channel: %CH0.1.0. Inside this derived data type will be health bits for IOScanning (and other things). Edited February 10, 2012 by billysmithde2 1 Quote
charliehu Posted February 13, 2012 Author Report Posted February 13, 2012 Thank you very much Billy, it works, solve my problem Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.