PV 1000 to slc504 ascii to integer

rstead

Member
Join Date
Dec 2009
Location
Edinburg
Posts
12
Trying to write an Ascii Input from a PV 1000 to a slc504 Integer file. What is the trick to this? The PV gave me an error Unable to write error 208 I believe. No one at rockwell had an answer just to redo it as a ST file. All docs I find say you can write an ascii input (character aray) to an INteger file but obviously I have done something wrong?
 
I do a simular ascii to decimal. I read a bar code scanner that is ascii based. I read from the PLC via an ARL statement and put the string into an ST file.

ARL
ASCII Read Line
Channel 0
Dest ST:62:0
Control R66:0
String Length 24
Characters Read 1
Error 00h

Anyway you get the idea. You can read the ascii from the PV then once it's in the ST file you can manipulate it any way you want to. Move it, add it, compute it. ECT, ECT.
 
Should be able to do it - I can read from a N table

Data type : Character Array
Tag Address Nx:yy
Array Size: number of characters


Notes
1) The Last table address Must be Nx:yy + array size/2
2) The Byte order in the PLC may require manipulation
 
Last edited:

Similar Topics

Thanks for the replies following my initial post Re connecting via serial to a DH485 PV1000 We have now found a 1761-NET-AIC and a 1761-CBL-AS03...
Replies
0
Views
1,700
Hello, I made a change in alarm setup in factory view studio, where I changed a alarm message text. After that I made a run application and...
Replies
0
Views
71
Hello brothers We are contacting you because an error like [display change is currently controlled remotely] occurred while using the equipment we...
Replies
2
Views
174
We broke the glass on the new PanelView Plus 7 .... 2 months after the install. Our vendor stated that we cannot buy the repair parts...(Touch...
Replies
5
Views
185
Back
Top Bottom