GE RX3i Pac system PLC

dbh6

Lifetime Supporting Member
Join Date
Jan 2013
Location
Central, NJ
Posts
552
Hello All,

So im liking the new features you have for the GE Rx3i Pac system PLC. I'm in the process of creating user defined data types for my valves. My user defined data type is a structure, and although you can specify a structures of numerous data types, how come their is no string data type that you can reference or is it that you can't use a string data type within a UDT structure?
 
Yeah,I ran into the same hangup. I created an array of strings then in my udt I added an index into that array. But wait till you get to their hmi, I couldn't figure out an easy way to display out of that array so i ended up moving the string array into the hmi itself.

I think strings were an after thought to the developers.
 
It is strange how GEIP does not give us better "String" handling tools alright. However if you break your string into what it really is, just a "string of ASCII characters", each 1 byte long. It is is not difficult to handle your string data, make your byte arrays the length of your string and go from there. The only time it needs to look like a "String" is when humans need to view it. (Generally, us programmers are not included in that 'human' category.) :)
 

Similar Topics

Hello, I have experience with AB, recently I have been assigned with a job using GE Controls and I am getting familiar with it, I have a program...
Replies
1
Views
1,622
Dear Experts, I am new to the GE Fanuc systems, I need some guidance in communication between RX3i PAC system (CPU CRU 320)and Versamax CPUE05...
Replies
2
Views
4,546
Hello all, First time poster, long time viewer of these forums. Could not find my solution on here. We have had issues with a Comm Fail on an...
Replies
2
Views
381
Hello everyone, I am not a programmer, but I can do some simple programming. So now I want the time to be recorded every time a pump turns on. I...
Replies
35
Views
2,710
Hello, I've recently decide to try using a prosoft gate to bridge handshakes between two of our processors. Reason being is one is profinet and...
Replies
1
Views
1,374
Back
Top Bottom