(1)| 3/22/2017 8:52 PM | |
|
Posts: 4 Rating:
|
Mister Dave, I have a question about Sharp7 and LOGO 8, I initiate a communication between an application and my LOGO thanks to this script : var client = new S7Client(); int result = client.ConnectTo("192.168.0.21", 0x2000, 0x0100); if (result == 0) { Console.WriteLine("je suis connecté au Logo !!!!!!!!!!!!!!"); } else { Console.WriteLine(client.ErrorText(result)); Console.ReadKey(); return; } It is working fine, And now I would like to be able to put some RisingEdge on my Variables, like to exemple the booleen "V30.0" how can I set it to true and reset it few msecond Later ? ------------------------------------------------------------------------------------------ |
Last edited by: Min_Moderator at: 3/23/2017 2:15:15 PMNew subject after splitting |
|
| 1/19/2018 6:37 AM | |
|
Posts: 171 Rating:
|
Did u find anything? Bcaz am looking for the same like yours. Communication successful but getting error while read/write. |
| 1/23/2018 3:54 PM | |
|
Joined: 8/3/2009 Last visit: 1/9/2026 Posts: 16629 Rating:
|
Hello perhaps its a matter of configuration: http://snap7.sourceforge.net/logo.html Bye Murof |
|
If this Information really helps, you could use the Rate function |
|
| 2/10/2018 12:54 PM | |
|
Posts: 171 Rating:
|
This will read the values from VW0. |
Follow us on