Sign in to follow this  
Followers 0
hattab fethi

Communication Between S7-200 And Pc Through Rs232

2 posts in this topic

I have documents which explains the protocol ppi (explains the formats of frame accepted by the CPU of the S7-200 automat). I wrote a code which ensures the communication between PC and s7-200. I tested but it does not function I have make several checking: - I have an achievable file which ensures the communication between PC s7-200. I used a serial monitor to know the frame exchanged between PC and automat I noted that they similar to those are used in my code I have doubts about times (use of structure COMMTIMEOUTS) typedef struct _COMMTIMEOUTS { // ctmo DWORD ReadIntervalTimeout; DWORD ReadTotalTimeoutMultiplier; DWORD ReadTotalTimeoutConstant; DWORD WriteTotalTimeoutMultiplier; DWORD WriteTotalTimeoutConstant; } COMMTIMEOUTS,*LPCOMMTIMEOUTS; language used is C++ if you have in more one idea on others problémes which can met us. To indicate us Doc1.doc Please help me

Share this post


Link to post
Share on other sites
Hi, Is it possible for you to send the rest of document(doc1.doc) too?

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