-
Amanda Ghassaei authoredAmanda Ghassaei authored
SendMenuView.html 1.10 KiB
<% if(connected){ %>
<% if(dataOut==0){ %>
You need to go through the Assemble workflow to setup your machine and create <%= allCamProcesses[camProcess] %> first.
<% }else{ %>
<% if(streaming){ %>
<a href="#" id="pauseStream" class="btn btn-halfWidth btn-lg btn-warning">Pause</a>
<% }else{ %>
<a href="#" id="streamCommands" class="btn btn-halfWidth btn-lg btn-success">Stream</a>
<% } %>
<a href="#" id="stopMachine" class="btn pull-right btn-halfWidth btn-lg btn-danger">Stop</a><br/><br/>
Incoming: <pre id="incomingSerialMessage"></pre><br/><br/>
Out: <input id="sendSerialMessage" value="" placeholder="Send Message" class="seventyFiveWidth form-control unresponsiveInput" type="text"><br/><br/>
Next Line: <input id="nextLine" value="" placeholder="##" class="intInput form-control unresponsiveInput" type="text">Up/down<br/><br/>
<div id="gcodeEditor"><%= dataOut %></div><br/>
<% } %>
<% } else { %>
Not connected, go back to setup tab and connect to Node server.
<% } %>