Mitsubishi Melseq Q
1) how to insert address
ex) PLC addres is X 1160 ( run-status ) - bool
XY 1180 ( level ) - real ( value )
Mitsubishi Melseq Q
1) how to insert address
ex) PLC addres is X 1160 ( run-status ) - bool
XY 1180 ( level ) - real ( value )
a support ticket was created for you for a very similar topic. (THQ110523RDFP).
Does this forum post cover the same topic, or is this regarding a different issue?
let me know how to find out a ticket THQ110523RDFP ??
when a support ticket is issued and you have the ticket ID, you can contact the COPA-DATA support with this ticket ID between brackets in the subject line of your e-mail.
e.g. subject line: Re: [THQ110523RDFP] - further questions
The PLC addresses in Mitsubishi PLC are in hexadecimal. For the offset for the variable in zenon, you will need to convert the hexadecimal address to a decimal value.
For example, X1160 would be a binary input with the offset 4448.
The following is supported by the Mitsubishi Melsec driver:
- Input (X)
- Output (Y)
- Data Register (D)
- File Register (R)
- Internal Relay (M)
- Link Register (W)
- Timer (T)
Please note, that the data type "real" is not supported by any of the above drive object types.
Also, I'm not sure what "XY" 1180 - level stands for. Input/Output ?