How to send and recive data to Delta PLC in .net?

pare-es

Member
Join Date
Dec 2014
Location
Yazd
Posts
4
I have a delta plc that want to send and recive data from it.
I use this code for open serial port.
Code:
  SerialPort port = new SerialPort("COM1",9600, Parity.Even,7, StopBits.One);   port.Open();   port.WriteLine("???");
I have a VB6 code that send data to Delta PLC.
Code:
var_60 = ":010313F50002F2" var_28 = Chr(13) var_58 = ":010313F50002F2" & var_28 & Chr(10)
I want to send this to Delta PLC, How do send this data to plc with .net?
 
Thanks, i send data to plc and recive data.

But i want to get password of plc,i send :010313F50002F2 data for it.
But i do't get password char.

How to get password of delta plc??/
 

Similar Topics

I have an cp 240 rs485 and I need an Step 7 program to get the values from that CP. I need help thanks
Replies
2
Views
2,904
So I had an odd request from a customer for the above. I have written the logic and tested it all in one PLC with only using 7 outputs and 7...
Replies
15
Views
427
can the slc500 5/05 send a email and text over Ethernet ?
Replies
3
Views
185
Hello Friends I have took the sample program from AB webpage and modified, but I can only send 127 chars...
Replies
1
Views
179
I have followed the videos & still having issues getting the email out. Does anyone have knowledge or has sent an email notification via gp pro ex?
Replies
0
Views
191
Back
Top Bottom