Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ts_main_telescope
-
Labels:
-
Story Points:1
-
Epic Link:
-
Team:Telescope and Site
-
Urgent?:No
Description
We noted that after I created the ts_m2fpga LabVIEW project on my Windows 10 machine, and Te-Wei cloned and opened this project on his Windows 10 machine, an asterisk appeared in the LabVIEW project explorer.
After a quick analysis of the problem, I found that this asterisk in the LabVIEW Project Explorer appears after I add an FPGA target to the project. This gives me a clue that the problem can be because of a difference with the NI CompactRIO Drivers version installed on my Windows machine and Te-Wei's Windows machine. After I checked the results from the git diff command in Te-Wei's laptop, I noted a text added to almost the end of the result: [rSeriesConfig.Begin][rSeriesConfig.End]. This is shown in the attached image gitDiff1a. NI-MAX shows which software and version are installed on a computer, so if we compare Te-Wei's computer and Patricio's computer, we can see in niMaxCompare.png attached image that there is the NI R Series Multifunction RIO 18.0 driver installed in Te-Wei's laptop and not installed in Patricio's laptop, which can generate this inconsistency in drivers detection by the LabVIEW Project Explorer, showing the asterisk on it. I will reinstall the NI Device Drivers on my laptop with the same drivers and version as Te-Wei's computer, and let's see if this solves the problem.