LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

vxworks

We have an I2C bus card being developed, and the test drivers are being
written in/for VXWorks. Are there any drivers for communicating with VXWorks
through serial or networked from LabVIEW 5.1.1 in a windows 98 platform to
where we can both send and receive data (execution time is not a huge
constraint)? I figure doing this would be easier then writing new drivers
for the card in C. How would I go about finding more information about this
area?

Thank you,

Charles Adams
Jet Propulsion Laboratory
Charles.R.Adams@jpl.nasa.gov
0 Kudos
Message 1 of 2
(2,511 Views)
We communicate with VxWorks from labVIEW on a Sun platform. The solu-
tion we used was to set up the VxWorks card cage as a server on the LAN
and used labVIEW's TCP/IP functions to set up our client/server
sessions. Basically from every VI that needed to acquire data we opened
a sccket connection. Set the server up to recognize different commands
for routing specific data to specific VI's.


Good luck!


>
> We have an I2C bus card being developed, and the test drivers are being
> written in/for VXWorks. Are there any drivers for communicating with VXWorks
> through serial or networked from LabVIEW 5.1.1 in a windows 98 platform to
> where we can both send and receive data (execution time is not a huge
> constraint)? I figure doing this would be easier then writin
g new drivers
> for the card in C. How would I go about finding more information about this
> area?
>
> Thank you,
>
> Charles Adams
> Jet Propulsion Laboratory
> Charles.R.Adams@jpl.nasa.gov

--

Frank Lane
(256)961-4677
lanef@boris.msfc.nasa.gov
0 Kudos
Message 2 of 2
(2,511 Views)