Automated Scheamtic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I currently export a CSV file from a config file, from which it lets me know what devices I currently have on a network....
Cell A = Node ID
Cell B = Line ID
Cell C = Device Address
Cell D = Type
Cell E = Description
From this I normally build up a schematic manually, select the block for the device type then change the Node ID, Line ID, and Device Address attributes, N1/L1/001 for example, thousands of times over...
This is easiest the longest document of my projects and I have been looking for an easier solution.
I have limited understanding of python so that was my first avenue, but came up short of anything already out there that I could easily adapt.
Is there anything already out there I could try or a different avenue to learn? lisp for example? VB?
Ideally I would want a script to automatically generate a line schematic based off my already generated CSV file,
for example
Type 1 places block 1 with attributes in cells A1-C1 in "x" position 100
Draw line 100
Type 1 places block 1 with attributes in cells A2-C2 in "x" position 300
Draw line 100
Type 2 places block 2 with attributes in cells A3-C3 in "x" position 500