Mitsubishi PLC Plugin
Purpose
This is a plugin to read data from a Listsubishi PLC, via the Melsec protocol, via UDP Port 5000, for the FX3U PLCs.
Usage
You run a log
to send data to the cloud, or a discover
to only display information. There must be a config file when running log
or a discover
. The config file defines which variables need to be collected, what names they appear on the the Ardexa cloud, units and scaling, what table(s) they variables will be sent to, and the source name(s). Example config file as follows. Always verify data accuracy by running am discover
first, before committing the plugin to collect data.
NOTES:
Anything that starts with
#
is a comment line, and will be ignoredThe
Type
can be either:decimal
,integer
,bool
,keyword
Units
andScale
can be empty. Each is separated by a colon:
The
Variable Name
is the name that will appear in the Ardexa cloudThe memory address defines the memory address type and location.
Arguments
ip_address
This is an IP address like 192.168.1.4config_path
. This is the config file location--port
This is the UDP port used to connect to the Mitsubishi PLC. Its is defaulted to5000