Programming a spike relay in labview

We are trying to program a relay in labview to activate our arm at the touch of a button. However we cant get the spike relay to respond. We can do everything with a jaguar so we think its our programming. Diagramns would be most appreciated.:confused:

Are you using the Relay palet in the WPI robotics library?

How do you have the Spike connected? Where are its control wires coming from?

do the pwm channels correspond in the code and electrical systems?

Yes, but the spike needs to be set on a relay so the pwm wire will go from relay 1 on the sidecar to the spike not from pwm 1

I hope not, since spikes do not use the PWM outputs.

do the pwm channels correspond in the code and electrical systems?

I hope not, since spikes do not use the PWM outputs.
’
Let me better state this
The PWM’s do correspond in electrical and code but only for motors and servos.
Relays use PWM cables but are plugged into the relay ports on the digital sidecar

We got the relay to work. We had some wires connected incorrectly and fixed the programming for the button controls.