Melsec Driver issues #2098
Replies: 3 comments 1 reply
-
|
I have gotten it working mostly, @unocelli according to the mcprotocol.js sample when reading or writing register addresses if they are other than WORD values the address needs to be modified when sending it to the variable. IF I have D1000 in the plc and I want to read it as REAL, I have to enter DFLOAT1000. To me the correct way yo handle this would be to just enter it a D1000. If I set the Tag to be a REAL it should modify it to DFLOAT1000 when sending to to mcprotocol.js variable. The same thing happens with Double data types. a Double Word needs to be addressed as DDINT1000 if Address D1000 is a double integer. If its a String it needs to be DSTR1000, (length of string) This could be another setting for the tag (string length). I will be happy to try to make these adjustments although my Java programming skills are terrible. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
@unocelli Ive done quite a bit of updating to the Melsec driver. I would like to know the following.
0 verbose cli /usr/local/bin/node /usr/local/bin/npm |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
I am using Version Fuxa-pro version 1.2.7 with the Melsec driver. I am using a iQ-F PLC. I set the SLMP connection up on port 1240. I cannot seem to make it work. It connects and reads the status for the tag once then I get a polling overload.

Any assistance would be appreciated. I may be able to assist with any development with this driver as I worked for Mitsubishi for 15 years including a couple as director for CLPA-Americas.
Beta Was this translation helpful? Give feedback.
All reactions