Stand Alone Capable?
Moderator: cnckeith
-
- Posts: 78
- Joined: Sun Nov 18, 2018 7:22 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: CNC12-m39-104028
- DC3IOB: No
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: No
- Location: Western NY
Stand Alone Capable?
Just curious if the needed PLC things like Emergency/SV_Stop is incorporated can we run the Hickory app we build and not start CNC12? One clean app by itself.
Rob Jackson
RJ Technical Services
RJ Technical Services
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Web Developer
- Posts: 93
- Joined: Wed Oct 19, 2022 4:49 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: No
- CNC11: Yes
- CPU10 or CPU7: No
Re: Stand Alone Capable?
Hi Rob,
CNC12 and your custom app must be running at the same time, 'Headless' operation is not possible with how CNC12 and the CentroidAPI interact.
There are a few ways you can trigger and react to an E-Stop. The PLC can be interacted with, as can Inputs and Outputs, and you can also simulate 'skin events' like how the VCP is able toggle it's own Reset button, acting like a Cycle Stop and triggering the relay. I will say there isn't a simple PLC.TriggerEStop() method or anything like that but using the current documentation and the VCP manual, it is possible to do.
CNC12 and your custom app must be running at the same time, 'Headless' operation is not possible with how CNC12 and the CentroidAPI interact.
There are a few ways you can trigger and react to an E-Stop. The PLC can be interacted with, as can Inputs and Outputs, and you can also simulate 'skin events' like how the VCP is able toggle it's own Reset button, acting like a Cycle Stop and triggering the relay. I will say there isn't a simple PLC.TriggerEStop() method or anything like that but using the current documentation and the VCP manual, it is possible to do.
When requesting support please read this post first.
A fresh report makes it easier to assist you. To make a report check this post
A fresh report makes it easier to assist you. To make a report check this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)