Citect - Disable checking *[General]CheckAddressBoundary*

ongzy

Member
Join Date
Dec 2010
Location
Selangor
Posts
100
The Vijeo Citect compiler displays the "Address on bad boundary" message if the address of a long or real variable is not aligned correctly.
Allowable Values:

  • 0 - (Disable checking)
  • 1 - (Enable checking)
Default Value: 1



Where to edit the .ini file?
 
I've just figured this out.

Citect Project Editor > Computer Setup Editor *Down right corner*
Section: General
Parameter: CheckAddressBoundary
Value: 0

-> Press Add, and then save.

*Make sure you save a backup copy of your citect.ini file first before attempting the above.
 
you can also do it in the ini file.
But be careful, I have found that on some PLC's (Ti series) that regardless of wether you disable the boundary checking or not Citect can have comms problems if all of your multiple word address's are not on the same boundary. INT's are OK but we have had problems with REAL's when some of them are addressed to the odd address (eg V123 the REAL value in the PLC is stored in address's V123 & V124)and others are on the even (eg V124 the REAL value in the PLC is stored in address's V124 & V125)
 
Be careful with changing this parameter. Some drivers can give unexpected results when integers and longs are not on even addresses.

Regards,

Marsi.
 
I've just figured this out.

Citect Project Editor > Computer Setup Editor *Down right corner*
Section: General
Parameter: CheckAddressBoundary
Value: 0

-> Press Add, and then save.

*Make sure you save a backup copy of your citect.ini file first before attempting the above.

Thanks a lot.
 
Be careful with changing this parameter. Some drivers can give unexpected results when integers and longs are not on even addresses.

Regards,

Marsi.

That's not really a problem with the parameter as such, that's more a driver/device issue, address boundary parameter does what it says on the tin, just stops a check and subsequent compile failure if they are odd/even.
 

Similar Topics

Hello, I have a running project on Citect v5.42 and simatic net v6.4 I have created a new spare PC and loaded all software like Citect, station...
Replies
0
Views
68
Hello everyone, In a factory where we installed Citect 7.20 the computer began to show the first signs of end of life. They never considered...
Replies
0
Views
73
I have a running backup of Citect and plc and I want to make a spare PC station so I have installed the win XP and somatic net v6.0 and import the...
Replies
3
Views
121
I am trying to display a variable within a cicode function onto a graphics page. This function queries a SQL database. I can get the value onto a...
Replies
3
Views
287
Looking for some help with the connection issue between Citect 2018 and Top Server v6 for Opto22. I’m setting all this up to communicate with some...
Replies
0
Views
119
Back
Top Bottom