Sign in to follow this  
Followers 0
Surya1993

MELSEC MX Component to Read Counter Value from PLC

3 posts in this topic

Hello Members. I am trying to read Counter values from FX3U PLC using VB.net AxactUtlType Library. But i am not getting those values from PLC. I am getting Memory and Analog data but not Getting Timer and Counter Data How we read that data? Thanks in advance. 

Edited by Surya1993

Share this post


Link to post
Share on other sites

CN0 FOR C0 AND TN0 FOR T0 IN C#

axActProgType1.ReadDeviceBlock("CN0", 1, out TEST);
axActProgType1.ReadDeviceBlock("TN0", 1, out TEST1);

Capture.PNG

1 person likes this

Share this post


Link to post
Share on other sites
On 8/8/2020 at 9:35 PM, limcm said:

CN0 FOR C0 AND TN0 FOR T0 IN C#

axActProgType1.ReadDeviceBlock("CN0", 1, out TEST);
axActProgType1.ReadDeviceBlock("TN0", 1, out TEST1);

Capture.PNG

Thank you @limcm. Problem Solved.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0