5/1/2013 4:16 PM | |
Joined: 1/28/2009 Last visit: 9/15/2025 Posts: 6875 Rating:
|
Hello, Normally , if you defined all symbols related to each element there shouldn't be any error from compiler.My suggestion would be sharing your project plus some snapshots of errors you encountered.You can check my test with snapshots of my symbol table. [code] ORGANIZATION_BLOCK OB1 VAR_TEMP // Reserved info : ARRAY[0..19] OF BYTE; // Temporary Variables END_VAR // Statement md100:=0; //double word md104:=0.0; //real sample.test_r:=0.0; //real sample.test_d:=0; //double word ; END_ORGANIZATION_BLOCK[/code] Best regards Hamid Hosseini Attachmentsymbol.zip (467 Downloads) |
Last edited by: hdhosseini at: 5/1/2013 4:25 PM |
|
5/1/2013 4:38 PM | |
Posts: 41 Rating:
|
Hello :) Yes it's defined as a REAL in the DB - that's what i think is weird... :S But i can try make another DB with some REAL values
|
5/1/2013 11:32 PM | |
Joined: 1/17/2006 Last visit: 7/14/2025 Posts: 554 Rating:
|
Hi. Take a look at the following link: Best regards.
|
This contribution was helpful to
1 thankful Users |
5/2/2013 7:13 AM | |
Posts: 41 Rating:
|
Thx Alot Berg, that solved my problem.. Great - Thx all :) |
Follow us on