This Python script allows users to interactively add custom Programmable Logic Controller (PLC) tags to a CSV file. The script is designed for automation engineers and technicians who need to manage PLC tag configurations efficiently. It supports custom inputs for tag types, scopes, names, data types, and attributes, streamlining the process of tag creation for import into automation software like Studio5000.
- Interactive Input: Prompts the user for input on tag characteristics.
- Flexible Tag Creation: Generates tags based on user-specified parameters.
- Append to CSV: Safely appends new tags to an existing CSV file without overwriting existing data.
Before running this script, ensure that you have Python installed on your machine. The script is compatible with Python 3.x. You can download Python here.
Clone the repository to your local machine using:
git clone https://github.com/reddycontrols/PLC.git
cd PLC