Quote:
Originally Posted by tekman1001
Does anyone know if you should be able to ping the camera @ 192.168.0.90 from the driver station. Thanks
|
Not from the DS, but rather from a terminal connecting to the cRio. Either through NetConsole, or through Windriver, etc.
The syntax for the VxWorks ping command is
Code:
ping "host address",numPackets
or
Code:
ping "192.168.0.90",10
for a 10 packet ping.