properly displaying right to left languages with plc

hagaib

Member
Join Date
Feb 2014
Location
israel
Posts
10
hey all,
i'm using Automation studio (B&R) and trying to properly display right to left languages.
i built a small vnc visualization to see how everything responds.
when i add a new language (such as hebrew), there's a property called "Bidirectional" that displays everything properly offline, the problem is that when i transfer to the PLC/PLC simulation the controller goes to service mode when that property is on/true.

any thoughts / solutions?

thanks,
Hagai
 
hey and thanks for the response.

the system logger module issues 2 errors :

1. EXCEPTION : Address error (ASCII data - EXCEPTION_ACCESS_VIOLATION)
2. AR-RTK : EXCEPTION divide error

and actually, number 1 is classified as "error" whereas number 2 is classified as "error/processor exception".
 
Hello,
in Logger-View, when you open the tab <backtrace> you see many details. you should see (find out) if the errors are coming from inside some visual components modules or user-tasks.

in case of a), you should try to update to the newest versions if you dont have already.

in case of b), you should see a line number from your program. this should indicate the point in your program where the error occurs. you can try to double click the line - the source code of the error should open.

You can also upload (or send per PM) the logger module for inspection if you want.

BR
BB
 
the backtrace only shows something for number 2 (AR-RTK), it gives an address. as for updating - all updated.
attached a png, hopefully it's visible.
many thanks again :)

loggerb.jpg backtrace.PNG
 
Last edited:
Hello hagaib,

sorry, but I cant help you. There is not much information. But all I can see is pointing to a problem inside of visual components.

So - the best way to continue: get in contact with B&R Support, via homepage you can make an upload of the project. B&R has to check this out.

BR
BB
 

Similar Topics

I have a UDT with multiple elements that all show on the display perfectly using direct reference. For example I have the following instance on a...
Replies
2
Views
1,426
I want to improve a semi custom product I am delivering to a customer with implementation of safety relays. The system is fairly simple with just...
Replies
5
Views
585
I've been developing a tester using a Micro850 in Connected Components Workbench and part of that tester requires me to scan a barcode every test...
Replies
11
Views
2,215
Hello: Today I have been testing a number of OPCUA servers with Logix symbolic client functionality. I discovered that when you create a user...
Replies
20
Views
6,742
Hello, We have two identical SLC 500 PLCs, one for each package. Part of the programs of one of them is not working properly. Both projects are...
Replies
7
Views
2,107
Back
Top Bottom