PLC5 > SLC5/04 String MSG Errors

Kabir

Member
Join Date
Mar 2004
Posts
107
I have recently been working on a project that involves a PLC5/40 system and a SLC5/04 networked together through DH+.

I've setup a MSG instruction to write string data in file ST102 of the PLC5/40 into ST102 of the SLC5/04. The message instruction executes without error and the data appears in the SLC5/04. The thing is sometimes the string data gets corrupted before it reaches the SLC file.

For Example if ST102:1 in the PLC5 contains string "APF 17%" I may get something like "APF 17n" in the SLC ST102:1.

I have tried all sorts of thing to correct this I get errors like an extra r at thhe end of the word finisher and so on as well.

Has anyone had a problem like this before please help...
 
Is it possible that the source String element gets updated during the MSG execution ?

Try copying the source String to a buffer String before you send it over the MSG instruction.
 

Similar Topics

Ran into an issue the other day where a network of PLC's (3 PLC5's with ethernet sidecars and a single SLC 5/05) all faulted at the same time. The...
Replies
7
Views
2,743
Hello,ive got a plc 5 reading data from an slc5/03 40 miles up the river. It is done using two us robotics modems and a pstn telephone line both...
Replies
1
Views
2,753
I've got a tough integration question (for me anyway) I have an existing DH+ network. I am installing a new SLC5/05 on an ethernet network that...
Replies
4
Views
3,346
I am using the following formula and I am getting error, Invalid Expression - too many closing parenthesis. when i copy the formula to notepad or...
Replies
4
Views
152
Back
Top Bottom