Unicode and ControlLogix

CapinWinky

Member
Join Date
Aug 2011
Location
Virginia
Posts
566
I need to implement user log in and logging of user actions in Chinese. The HMI side is fine, since FactoryTalk seems to support Unicode decently well, but there appears to be zero unicode support in Studio 5000 / ControlLogix. I'm used to simply handling the strings and file writes on the PLC and it looks this won't work on AB. A lot of platforms don't support WSTRING data type and require you to use an array of INT to work with Unicode, but I'm struggling to figure out how to get the string from the HMI to an INT array.

How would I go about saving a unicode string entered on a FactoryTalk HMI to a file on the SD card. I'm less concerned about the file saving (although the sample project from Rockwell looks ominous) because I'm confident once I get the characters into an INT array, I can slap together a unicode text file. It's getting the string out of the HMI and into an INT array that looks to be the major hurdle.
 

Similar Topics

Hello all, I am looking into Iginition's manual of the Siemens Driver and I understand there is no way to read unicode strings from the PLC -...
Replies
0
Views
1,613
Hi All, Recently i upload project from FATEK FBe PLC to troubleshooting, but i stuck over the comments which are showing all seems like this...
Replies
3
Views
2,068
Why does the controllogix redundancy modules use a single mode fiber vs multimode fiber?
Replies
1
Views
78
Hello, I have two 16 point input cards and 1 16 point output card showing module faulted on my IO tree in Logix Designer. The fault code is...
Replies
7
Views
214
Hello, My associate and I are trying to sync up two ControlLogix racks (7-slot chassis) with identical modules. We are able to see the secondary...
Replies
4
Views
190
Back
Top Bottom