
limcm
MrPLC Member-
Content count
19 -
Joined
-
Last visited
Community Reputation
6 NeutralAbout limcm
-
Rank
Sparky
Profile Information
- Country Singapore
-
JeffKiper liked a post in a topic: Mochuan PLC
-
Maryn liked a post in a topic: Mochuan PLC
-
There is nothing on website for plc mcbuilder. Try by mochuan01@mochuan-drives.com website https://www.mochuan-drives.com/ where u can use whatapps or skype for contact
-
New Value in tank (D100)= Previous value in tank (D100) + New value from flow meter (D150). =ADD D150 D100 D100 Please see attachment FLOW.gxw
-
Try out on original Delta dvp-sx2 working perfectly to 100khz. This dvp-es2 is China built compatible of original Delta dvp-es2. Thanks for viewing.
-
HI, I need guidance on HSC, I injected 4khz to X0 the D506 show about 4000hz and D1030 continue increases in numeric. But when inject 5khz, D506/C243 SHOWN ZERO BUT D1030 continue increases in numeric. Looking at spec, X0/X2 can read up to 100khz on pulse up. Also when use Y0 PTO pulse to X0 same as above when 5khz output. Why the pulse cannot count at 4000hz above? Software or hardware high speed counter same result. High Speed Inputs – Outputs.pdf Untitled0.isp
-
limcm started following Delta ISPsoft on MS300 drive : documentation
-
Francisco1998 liked a post in a topic: Serial communication with KINCO PLC
-
hi, I attached delta plc for modbus which i programmed in C#.(china made for delta dvp es2 which is fully compatible) Hope it is of help to U. For rs485, the PC will take one port of rs485 from plc and plc another rs485 port connect to modbus modules. PC side will act as master also plc also act as master. U can try the modbus poll slave to emulate the modbus modules salve hardware. ModBUS_REV2_ES2.isp modbusAlarmES.rar Communication Addresses.pdf
-
limcm liked a post in a topic: HOW TO CONNECT PLC OMRON CP1E TO RS485 DEVICE (CLEAR)
-
Modbus RTU protocol ---->modbus module and plc setting must match baud rate,parity,Stop bit & data length The attached program is for Dvp-Es2. PLC Com1 is for download/upload and MODBUS address id is "1".PLC Com3 MODBUS address id is "2". MY MODBUS MODULE HAVE TO START FROM 3 ONWARDS. DOWNLOAD "MODBUS POLL" SLAVE AND INSTALL ON COMPUTER.WITH A RS485 ATTACH TO COMPUTER COM PORT AND TEST WITH THE PLC. ModBUS_REV2_ES2.isp
-
Hi, For mA, (V0-->I0+), (V1+-->I1+), (V2+-->I2+), (V3+-->I3+), ARE JOINED TOGETHER RESPECTIVELY. ALL THE VI0-,VI1-,VI2- & VI3- CAN GROUND TO COMMON OR INDIVIDUALLY CONNECT TO NEGATIVE SIDE. TESTED WITH AMPERE INJECTION. CANNOT ATTACHED ANY FILES FOR VIEWING.
-
Surya1993 liked a post in a topic: MELSEC MX Component to Read Counter Value from PLC
-
CN0 FOR C0 AND TN0 FOR T0 IN C# axActProgType1.ReadDeviceBlock("CN0", 1, out TEST); axActProgType1.ReadDeviceBlock("TN0", 1, out TEST1);
-
Delta DVP-SA2 with Rapsberry(CH340) - RS485 communication
limcm replied to TOmmyS's topic in Other PLCs
Feel happy for u ,finally it work. The com3 of plc is connected to my computer comport which is used as modbus master and com2 of plc is connected to modbus slave modules.(no resistors) At least your long fight is worth the effort. -
TOmmyS liked a post in a topic: Delta DVP-SA2 with Rapsberry(CH340) - RS485 communication
-
TOmmyS liked a post in a topic: Delta DVP-SA2 with Rapsberry(CH340) - RS485 communication
-
Delta DVP-SA2 with Rapsberry(CH340) - RS485 communication
limcm replied to TOmmyS's topic in Other PLCs
FOR ModbusSlave setup in either "RTS Toggle" or "DSR" no problem with the communication .Tested with my delta es2 with file modbus_REV3_ES2_nofloat.isp. So far all the setting on your side is correct. MY SETTING IS "RTS Toggle". Seem to be hardware side problem. If u have two rs485 dongles ,u can test using the one as master the other as slave with the modbus software just to confirm the dongles is working. As for the twisted pairs of wiring use for the connection is cut from lan cable. The attached files are the modbus modules for modbus slave program. (all these settings are from five modbus hardware modules) Es2 from https://item.taobao.com/item.htm?spm=a1z09.2.0.0.2dc82e8dFbfve5&id=546424488944&_u=91f3q6oc5ba1 ( fully compatible with Delta ES2) Should u need the program using visual studio 2017 in c# acting as HMI for all the modules testing in modbus then please pm me. Me is a hobbyist ...haha (delta dvp-sx2 and dvp-es2 not original) http://www.winchiphead.com/download/ download driver files for ch340 which is Chinese manufacturer.Website in Chinese. 307a_in.mbs 307a_out.mbs 308l_in.mbs 308l_out.mbs 9039_analog_in.mbs 9039_in.mbs 9039_out.mbs tcp580L_in.mbs tcp580L_out.mbs WP3066.mbs -
Delta DVP-SA2 with Rapsberry(CH340) - RS485 communication
limcm replied to TOmmyS's topic in Other PLCs
https://www.modbustools.com/ FOR THE MODBUS SLAVE TESTING. COM2 OF PLC CONNECT TO YOUR RS485 DONGGLE(SHOWN IN YOUR COMPUTER HARDWARE DEVICE ,WHICH I USUALLY SET TO 19200 BITS/SEC) THE ATTACHED DELTA FILE JUST CHANGE THE PLC TYPE TO SA2, TRY IT OUT WHETHER THERE IS ANY COMMUNICATION TRAFFIC. IF NOT THEN THE TWO WIRINGS JOINING YOUR RD485 DONNGLE AND PLC COMPORT2 JUST SWAP THEM. modbus_REV3_ES2_nofloat.isp