Cannot Connect to Simulink Items with '\' Character in Their Names with SIT 2.0.xPrimary Software: LabVIEW Toolkits>>Simulation Interface ToolkitPrimary Software Version: 2.0.1 Primary Software Fixed Version: N/A Secondary Software: N/A
Problem: I have blocks in a Simulink model with a '\' character in the name. The SIT Connection Manager can connect to it fine, but the LabVIEW VI doesn't run the VI. Solution: LabVIEW parses the Simulink block names to be able to establish a connection to the Simulink model. A '\' character generally stands for a special code in ASCII. For instance, if a model contains a block named 'sig\nal', the parser reads '\n' as a new line. A new line is represented as '\n' in ASCII. There are some other similar representations that begin with '\' that may cause this problem. The KnowledgeBase linked below provides more information on ASCII character representations. Thus, it is recommended that you eliminate the use of the '\' character in Simulink model block names. Simulink® is a registered trademark of The MathWorks, Inc. Related Links: KnowledgeBase 28OBO5SG: Table of ASCII Characters and Their Code Equivalents Attachments:
Report Date: 05/13/2004 Last Updated: 08/15/2007 Document ID: 39CDOMDS |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
