I`m using SIT to include a simulink diagram in LabVIEW. I have some problems with conflicting datatypes. When I`m changing a value at LabVIEW`s frontpanel, I get this error message:
Error 14103 occurred at SITs Client Thread.vi > SITs Process Packet.vi > SITs Matlab Interaction.vi
Error using ==> set_param
Error in 'foringssystem/Ønsket rotatorietetthet'. Parameter 'Value' setting: "4900,000000" cannot be evaluated. MATLAB error message:
Error: Unexpected MATLAB expression.
I am typing in the value 4900 in labVIEW, but in the Simulink diagram this i set to 4900,00000. I don`t know if Matlab uses . insted of , before the decimal numbers...maybe that is the problem?