Touchplate, what am I doing wrong?

I’ve got a touchplate and I hooked the wires to the first input on the board, furthest away from the power connector like specified on the v1e page for the jackpot controller. When I run the price from fluid, I just get this and no movement.

G91

G38.2 Z-120 F20

G90

G10 L20 P1 Z0.5

$J=G91 G21 F1000 Z10

<Run|MPos:0.000,303.000,11.725|FS:20,0>

<Run|MPos:0.000,303.000,11.075|FS:20,0>

<Run|MPos:0.000,303.000,10.390|FS:20,0>

<Run|MPos:0.000,303.000,9.730|FS:20,0>

<Run|MPos:0.000,303.000,9.055|FS:20,0>

<Run|MPos:0.000,303.000,8.370|FS:20,0|WCO:-48.000,176.000,-4.650>

<Run|MPos:0.000,303.000,7.690|FS:20,0|Ov:100,100,100>

You didn’t specify which board you have. Does it move up and down on the z axis? Try just this:

G21 ;(set metric mode)
G90 ;(set absolute mode)
G38.2 Z-110 F200 P0.5 ;(probe down set thickness)
G1 Z10 F900

Sorry Vincent. It’s a jackpot CNC and it moves just fine. I have the probe working now. I think I had a loose connection and I reseated it and it’s good to go!