Difference between revisions of "JMobile Studio"
(Created page with " = JMobile Studio = Python script: '''JMobile_csv.py''' Default target .csv file name: '''JMobile_HMI.csv''' (user-definable) To import tags, perform the following procedur...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 39: | Line 39: | ||
[[File:softMC Modbus HMI (10).png|600px|softMC Modbus HMI (10).png]] | [[File:softMC Modbus HMI (10).png|600px|softMC Modbus HMI (10).png]] | ||
+ | |||
+ | [[Category:Modbus Communication]] |
Latest revision as of 16:12, 6 February 2020
JMobile Studio
Python script: JMobile_csv.py
Default target .csv file name: JMobile_HMI.csv (user-definable)
To import tags, perform the following procedure in JMobile Studio.
Define Protocol
1. In the ProjectView pane, select Protocols.
2. Click the blue + sign.
3. From the list, select Modbus TCP.
4. In the Modbus TCP configuration window, define:
- IP Address: Set the IP address of your softMC.
- PLC Models: Select Generic Modbus (0-based), meaning the softMC Modbus server starts addressing tags from 0.
- Click OK.
Import Tags
1. In the ProjectView pane, select Tags.
2. From the list, select Modbus TCP protocol defined previously.
3. Click the Import Tags button.
4. Open the generated file JMobile_HMI.csv.
5. Select the tags you want to add to your project, and click the Import tags button.