Hello Guest it is March 04, 2026, 10:50:58 AM

Author Topic: Signal Number Definitions  (Read 9750 times)

0 Members and 1 Guest are viewing this topic.

Re: Signal Number Definitions
« Reply #10 on: February 18, 2021, 04:12:00 PM »
Let me clarify my question. I know from looking at the ini file that signal 1142 is associated with Spindel_Fwd. Assuming that is true, can I replace this:

Read_Signal(1142)

with this:
Read_Signal(mc.MC_SPINDLE_FWD)

Or do I simply reference the signal state using "mc.MC_SPINDLE_FWD" and drop the Read_Signal portion?

Offline smurph

*
  • *
  •  1,575 1,575
  • "That there... that's an RV."
Re: Signal Number Definitions
« Reply #11 on: February 18, 2021, 11:42:02 PM »
it would be mc.OSIG_SPINDLE_FWD.