Simulink RT - Lookup-Table for Strings
조회 수: 7 (최근 30일)
이전 댓글 표시
Hey folks,
I´m actually trying to communicate with some industrial devices via TCP. The protocol is ASCII-based SCPI command structure. For that application I would like to create a lookup-table which takes a numeric value as an input/index and replies with the corresponding string (for example '*IDN?). Since strings are kind of accepted in Simulink but aren´t well handable, do you have any hints how this can be done? The solution needs to be code-generatable since I use a Speedgoat-machine on which the program runs.
Best
Jonathan
PS: Since I work on a campus license, I can use any available toolbox.
댓글 수: 0
채택된 답변
Dimitri MANKOV
2020년 11월 27일
Hi Jonathan,
Which MATLAB release are you using? You could maybe try a construct based on String Constant and Multiport Switch blocks. String Constant blocks were introduced in Simulink in R2018a, and fully support code generation. For more information and examples about the usage of strings in Simulink, have a look here.
Best,
Dimitri
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Target Computer Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!