Convert PLC5 integers to ASCII in RSVIEW32

mulderm

Member
Join Date
Jun 2003
Location
Netherlands
Posts
298
Hello,
Another problem for me using RSView32 (I am new for this).
I will bring the Integer values in the PLC5 converted to a ascii value in a display in RSView32.
Example:
I have in a PLC5 3 words: N11:0 = 14385 (ASCII=81)
N11:1 = 13881 (ASCII=69) and N11:2 = 13113 (ASCII=39).
So I want the value 816939 seeing in a display in RSView32.
How must I do this?

Greetings,

mulderm
 
you have two modes:

1.- If you use RSLINX DH+ (direct connection), you must choose the first word (N11:0) and its length: 6
2.- If you use RSLINX OPC, you´ll need string.i.e: ST25:0= 816939
Anyway the tag created was string and you must use a display string in Rsview.
regards
 

Similar Topics

Just curious. Does anyone know the specifics of how the PLC5 converts a single floating point to two integers and back using the COP command? Is...
Replies
3
Views
8,151
Hello Could you advise, how to convert AB program(.rsp PLC5) to pdf? Thanks
Replies
13
Views
4,916
I installed a remote system - a PLC 5/25 - with a KF2 on a telephone company leased-line at 19,200 baud to comunicate with a remote pipeline...
Replies
4
Views
1,736
It's a PLC2/30 system, besides the regular I/O, it has a 1771-VHSC, 1771-KA2, and 1771-KE. You can PM me. TIA.
Replies
1
Views
1,532
I have a Panelview 1000. Originally its was communicating to a PLC5. I replaced the PLC5 with Controllogix. I have converted the PLC logic to...
Replies
19
Views
10,371
Back
Top Bottom