You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have downloaded your code. i have started the "building" process to create a LabVIEW variant. i am trying to separate out the LabVIEW instructions from the Python and C# instructions. first, i have installed Visual Studio Community 2019 as Visual Studio 2015 Express is no longer available.
Second, in one step, you say to "adjust the cintools folder to your LabVIEW version...". i do not know what this means as cintools is part of LabVIEW.
Third, i have modified the "IndradriveAPIDeaults.props" file as you described adding the Labview paths to the current version of LabVIEW (LabVIEW 2020).
fourth, i have opened the Indradrive.sln in Visual Studio Community 2019 and i think that i have correctly chosen the "ReleaseLabVIEW" confguration.
fifth, i selected Build to build the solution and get two errors that i do not know how to fix. one of the errors is MSB3703 and refers to Python. the other has to do with .NETFramework version 4.6.1 was not found. i am looking for a solution to that problem now.
My goal is to create a LavVIEW vi that will communicate with a Bosch Rexroth drive during use using the SIS protocol, then monitor about 4 parameters and log their values to file
The text was updated successfully, but these errors were encountered:
i have downloaded your code. i have started the "building" process to create a LabVIEW variant. i am trying to separate out the LabVIEW instructions from the Python and C# instructions. first, i have installed Visual Studio Community 2019 as Visual Studio 2015 Express is no longer available.
Second, in one step, you say to "adjust the cintools folder to your LabVIEW version...". i do not know what this means as cintools is part of LabVIEW.
Third, i have modified the "IndradriveAPIDeaults.props" file as you described adding the Labview paths to the current version of LabVIEW (LabVIEW 2020).
fourth, i have opened the Indradrive.sln in Visual Studio Community 2019 and i think that i have correctly chosen the "ReleaseLabVIEW" confguration.
fifth, i selected Build to build the solution and get two errors that i do not know how to fix. one of the errors is MSB3703 and refers to Python. the other has to do with .NETFramework version 4.6.1 was not found. i am looking for a solution to that problem now.
My goal is to create a LavVIEW vi that will communicate with a Bosch Rexroth drive during use using the SIS protocol, then monitor about 4 parameters and log their values to file
The text was updated successfully, but these errors were encountered: