
alpha91
MrPLC Member-
Content count
8 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Calendar
Everything posted by alpha91
-
CP1E host link communication via serial port gives IC error code for Timer SV Read
alpha91 replied to S2N1992's topic in Omron
Hi all, i am require to control my PLC from a pc software which i can read and write the DM and contact on CP1E. I need to know the command to send to my CP1E. And according to this post. May I know which manual is able to guide me on the instruction as the post like @00R#TIMH001028* . I keep searching in the internet but cant get any manual which showing this. -
Hi, does anyone familiar with the Panasonic PLC FP0R-C16MT with RS485 communication? I got a sample program which is working, but it is different with what I read in manual. (Control word part) Can anyone help explain this to me? Picture below shows what is inside manual Example from manual This is sample program In this sample program, the control word part is direct insert value which is 1301 in hex. But according to manual, this area should be 2 word instead of one. But I had tested this sample program which is working fine.
-
Dear all, I am requite to control a load cell indicator with my Panasonic PLC, FP0R-T32MT Panasonic Modbus setting I need to send out the command code as below: 01 10 04 4C 00 01 02 0B B8 EA DE Currently I am using the function F145 SEND DT10 : 00001 (hex) DT11: 1001 (hex) DT20: 0BB8 (hex) DT21: 2CBA (hex) DT0: 0 (hex) With these setting my output function code is: 01 06 04 4C 0B B8 4E 6F If i modify DT10: to 00002 (HEX) 01 10 04 4C 00 02 04 0B B8 2C BA DA 78 01 10 04 4C 00 02 81 2F This is slightly near to what is want. But i cant modify the no. of write registers and no. of write data.Does anyone know what can i do to change it?
-
Dear all, did anyone did this before. Actually I require to store the weighing reading in hex in order for SCADA to read. But now the weighing value is in decimal format. For example: Indicator display 1234 KG suppose I need to store this value in 1234(hex) in data register, but now is 1234(decimal). Does anyone here know how to do it? or can i do it manually? i have no idea on how to convert it.
-
Hi, thank you very much for the manual.
-
Hi, thank you very much for your help. But i found that there is no function block in my Panasonic PLC can perform this function. So is that means i need to do it manually, for example, write a calculation function for this conversion? or is there any better way to do this?
-
Hi, yes, I got 4D2 when displaying in hex. But what i need is I need to show 1234kg in hex instead of 4D2.
-
Dear all, The problem is solved. Thank you. The Modbus that is using by the sample program which is Modbus mode 2 which i overlooked in the manual.