Search results for query: *

  1. B

    PLC Programming - how should I connect it to the OPC server?

    You didn't understand my whole thread. Nevermind.
  2. B

    PLC Programming - how should I connect it to the OPC server?

    Dude if you know or have knowledge about it then please quote it. I don't have time for such baseless things
  3. B

    PLC Programming - how should I connect it to the OPC server?

    Basically I have to write code in C# to read/write the tags in the PLC by communicating through OPC server RSLINX
  4. B

    PLC Programming - how should I connect it to the OPC server?

    Is there anyone who could help me up????
  5. B

    PLC Programming - how should I connect it to the OPC server?

    Sorry sorry, it was a sample code
  6. B

    10th number in array

    Declare a counter variable as int count=0 outside of the loop now traverse the loop from the i=0 to the array.length check if array of i-th index %2==0 and counter==10 then print (array of i-th index) else counter=counter+1;
  7. B

    PLC Programming - how should I connect it to the OPC server?

    I am new to PLC Programming and I do not know the basics of it. My task is to write a code in C#-winforms that sends and receive tags from/to their communication server (OPC server) RSLINX which will be connected to the client's PLC. I have found the sample OPC Client code in the C# but I...
Back
Top Bottom