Sign in to follow this  
Followers 0
rock0

CQM1H CPU51 to excel

3 posts in this topic

I need this : when go input 0.00 ON send value from DM600 to exel to exel cell A1. Next time when is 0.00 ON send value from DM600 to cell A2. How I can to do this. I have CX-programmer 4.0 and CX server 2.1. sorry for my bad english.

Share this post


Link to post
Share on other sites
How about something like... IF 0.00 Then Cells(x,1) = pointname x = x + 1 ENDIF where Cells(x,1) = ( Row, Col )

Share this post


Link to post
Share on other sites
What programming language is used here?

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