virtual-labs / engineers-forum

This is the central repository to post all the queries regarding labs and experiments.
Other
2 stars 5 forks source link

Experiment Repository Creation Request for Programmable Logic Controller Lab COEP #766

Open coepvlab opened 2 years ago

coepvlab commented 2 years ago

Repository Creation Request

@pavanchow I need to update the Programmable Logic Controller Lab from Phase II UI to Phase III.

Coordinating Institute: College of Engineering Pune

Repository URL: https://github.com/virtual-labs/programmable-logic-controller-coep

Hosted URL: http://plc-coep.vlabs.ac.in/

Primary GitHub Handle Details:

Name: CoEP
GitHub Handle: coepvlab
Email id: coevlab@gmail.com

Secondary GitHub Handle Details:

Name: Vaibhav Kurhe
GitHub Handle: vaibhavkurhe27
Email id: vrk.vlab@coep.ac.in

Lab Name: Programmable Logic Controller Lab COEP

Experiment List

Study hardware and software used in PLC
Implementation Logic Gates
Implementation Of DOL Starter
Implementation Of On-Delay Timer
Implementation Of Off-Delay Timer
Implementation Of Up-Down Counter
Implementation Of PLC Arithmatic Instructions
Implementation Of PID Controller
pavanchow commented 2 years ago

@coepvlab Please find the links for Programmable Logic Controller Lab experiments and populate the repositories with sources of the experiments as detailed in Step 4 of the migration document.

Study hardware and software used in PLC - https://github.com/virtual-labs/exp-hardware-software-plc-coep

Implementation Logic Gates - https://github.com/virtual-labs/exp-implementation-logic-gates-coep

Implementation Of DOL Starter - https://github.com/virtual-labs/exp-dol-starter-coep

Implementation Of On-Delay Timer - https://github.com/virtual-labs/exp-on-delay-timer-coep

Implementation Of Off-Delay Timer - https://github.com/virtual-labs/exp-off-delay-timer-coep

Implementation Of Up-Down Counter - https://github.com/virtual-labs/exp-up-down-counter-coep

Implementation Of PLC Arithmatic Instructions - https://github.com/virtual-labs/exp-plc-arithmatic-instructions-coep

Implementation Of PID Controller - https://github.com/virtual-labs/exp-pid-controller-coep

vaibhavkurhe27 commented 2 years ago

@pavanchow I have uploaded some experiment content on the dev branch and then merged it with the test and main branch. It's been half an hour. The URL "https://virtual-labs.github.io/exp-hardware-software-plc-coep" is not showing content.

While merging with the main branch got something like this before merging. image

Please check and help me with this.

pavanchow commented 2 years ago

@vaibhavkurhe27 There are a few errors in the pretest.json and posttest.json file. I have used jsonlint to validate the json and found extra "," in the file. Please remove those to run the pipeline.

vaibhavkurhe27 commented 2 years ago

@pavanchow Thank you. JSON validated using jsonlint and updated to all the branches. Still, the test link is not showing the content.

pavanchow commented 2 years ago

@vaibhavkurhe27 We are looking into this issue. We will ping you as soon as this is fixed.

pavanchow commented 2 years ago

@vaibhavkurhe27 Could you please use HTTPS in the references.md file for links. Also, see this.

vaibhavkurhe27 commented 2 years ago

@pavanchow got it. Thank you. Kept the references with HTTPS only and working fine now. Used link creation in markdown syntax.

vaibhavkurhe27 commented 2 years ago

@pavanchow I have an issue with table structure in markdown language. Please check the following link Github - https://github.com/virtual-labs/exp-plc-arithmatic-instructions-coep/blob/main/experiment/theory.md Hosted - https://virtual-labs.github.io/exp-plc-arithmatic-instructions-coep/theory.html

On GitHub preview it seems ok but after deployment table structure disappears.

vaibhavkurhe27 commented 2 years ago

@pavanchow above issue is resolved.