PDA

View Full Version : Spyder Terminal Assignment View



jogas
12-22-2007, 06:25 PM
I've successfully connected to a spyder with my laptop, downloaded a simple program, but am getting Null for any input values from connected sensors.
Can someone tell me where the "Terminal Assignment Viewer" is ?
Or is there something else I'm missing?
jogas

jogas
12-22-2007, 07:00 PM
I've successfully connected to a spyder with my laptop, downloaded a simple program, but am getting Null for any input values from connected sensors.
Can someone tell me where the "Terminal Assignment Viewer" is ?
Or is there something else I'm missing?
jogas

I found the Terminal Assignment Viewer, UI1 was set correctly, but still cannot get UI1 to read other than Null.
jogas

lwarren
12-22-2007, 10:45 PM
Is UI 1 linked to another block, if not it will display null in debug mode. You should be able to see the value by proxing out the point, or if it is not linked just link it to an average block or something.

Also make sure your inputs are configured properly.

jogas
12-23-2007, 12:08 PM
Is UI 1 linked to another block, if not it will display null in debug mode. You should be able to see the value by proxing out the point, or if it is not linked just link it to an average block or something.

Also make sure your inputs are configured properly.

I have it going into the sensor input of a PID.
jogas

lwarren
12-23-2007, 06:51 PM
Make sure you have selected the points you want to monitor in debug mode with the select points button on the toolbar.

jogas
12-23-2007, 07:34 PM
Make sure you have selected the points you want to monitor in debug mode with the select points button on the toolbar.

That was it!!!!! Thanks.
Does that mean the only way to see the spyder logic values is in debug mode. I guess I was expecting something like looking at a JACE wire sheet while it's running.
jogas