Prosoft MV156 GSC

PaulF

Member
Join Date
Aug 2007
Location
Glasgow & NE Eng
Posts
4
I have got a ASCII device communicating with CLX, by using the Prosoft Module MV 156 GSV, the data from the device is stored in the CLX as a SINT[200] file, with using a new word for each character, I cannot figure out how to store the whole string data in a STRING data type.

Any help would be appreciated
 
PaulF

With the string type data on clx5 the data length is limited to 82 Characters, so a copy instruction like this COP Sint[0] ASCIIString.Data[0] length 82 and a MOV 82 ASCIIString.Len will get the first 82 characters in to a string, now if there is more data in your Sint array further copy and move instructions. Now if you want to just extract part of the Sint array just start the COP instruction from Sint number required.

Hooey
 
Thanks Hooey,

I was trying to make things more complicated than they were, I used the COP, MID and STOR instructions.
icon7.gif
 

Similar Topics

I am using Modbus Ethernet to read from a Statcom using a Prosoft MV156-MNET module. I am able to read the digital and analogue signals fine (into...
Replies
2
Views
2,853
Hi, We have an application that has a device that goes through a reboot (appears un-graceful) What then happens is the MVI module appears to hang...
Replies
0
Views
58
I am working on setting up a Prosoft Datalogger model PLX51-DLplus-232. This unit will be collecting data from a SLC 5/05 on the DB9 port set to...
Replies
3
Views
86
Hello. I am trying to use a Prosoft AN-X4 to improve the communications for a new panelview plus 7. This is going from a SLC-500 through DH+ to a...
Replies
9
Views
270
Hi. I'm using a Modbus ProSoft where I basically map data to a big INT array. Example, where GX_I_63HPU is a REAL, MNETC.DATA.WriteData[200] an...
Replies
21
Views
411
Back
Top Bottom