|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#5
|
||||||
|
||||||
|
Re: Using Multiple Languages
Both Java and LabVIEW can call a C library. With Java, you would use JNA. With LabVIEW, you would use Call Library Function.
We have never used different programming languages on the robot. We have used Java on the robot, and a LabVIEW dashboard to do vision processing. Quote:
When is it ok to use multiple languages? Here's a few rules of thumb: When each language has clear benefits in a particular area, and a common language has significant detractors in those areas. When everyone agrees that multiple languages are better. When multiple people can work with multiple languages. When there is a clear segmentation (for example, different processors). When the interface between the languages is well defined and the amount of information to be shared is minimal. When there is lots of time for troubleshooting. Quote:
What does this mean? |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|