Hello Guest it is April 25, 2024, 10:06:43 AM

Author Topic: Signal Number Definitions  (Read 1422 times)

0 Members and 1 Guest are viewing this topic.

Re: Signal Number Definitions
« Reply #10 on: February 18, 2021, 05: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,546 1,546
  • "That there... that's an RV."
    • View Profile
Re: Signal Number Definitions
« Reply #11 on: February 19, 2021, 12:42:02 AM »
it would be mc.OSIG_SPINDLE_FWD.