Skip to content

Web based tool to automatically generate logic flow diagrams for Foxboro I/A series DCS based on configuration files dumped from the ICC.

License

Notifications You must be signed in to change notification settings

ndunnett/foxconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoxConnect

Web based tool to automatically generate logic flow diagrams for Foxboro I/A series DCS based on configuration files dumped from the ICC.

Environment

  • Windows 11 with WSL2 and Docker Desktop installed
  • VSCode with the Remote Development extensions to use dev containers

Setup

  1. Ensure the icc_git_input directory containing the configuration files is one directory up from this project.
  2. Build the icc_git_input volume by running ./build_volume.bat. This will create a new Docker volume, attach it to a dummy container, then copy the configuration files into the volume.
  3. Start the application using docker-compose up or by opening the project within VSCode in a dev container and running one of the "start server" tasks.
  4. Access the application in the browser at 127.0.0.1:5000.

Warning

This app is entirely experimental and an early work in progress, designed for one specific control system and may need to be adapted for others.

About

Web based tool to automatically generate logic flow diagrams for Foxboro I/A series DCS based on configuration files dumped from the ICC.

Resources

License

Stars

Watchers

Forks