The READ_VAR / WIRETE_VAR works between two Simulator Control Expert V14.1

ahcoleho

Member
Join Date
Apr 2024
Location
Minas Gerais
Posts
2
I’m attempt to establish a communication between two simulator M580 CPUs, using a READ_VAR, I have two vitalization Windows 10 in VMWare and each one with Control Expert V14.1 Installed, I create a new program with CPU M580, crate a section with READ_VAR, put the configuration of block, especially the address using the block ADDMX, I’ve trayed a lot of strings in input ADDMX, however the in/out GEST in READ_VAR block return value #16003 (Incorrect address format) doesn’t matter what I into in ADDMS’s input. I’m think that Control Expert 14.1 don’t work with communication between two Simulators, but I couldn’t find this information anywhere. Someone already has this issue? Someone two help me?
 

Attachments

  • READ_VAR.png
    READ_VAR.png
    30.4 KB · Views: 3
I can't find the exact reference but I could swear the old PLC simulator didn't work with READ_VAR and WRITE_VAR but there was an update that made it work. This article refers to 15.0:
It didn't work before V15 and needed real hardware.

Manual which you linked confirms that

"For Control Expert V14.1 and earlier the PLC simulator does not support
communication to other PCs or PLC simulators, neither remote nor local"

There is still litlle backport for testing on older control experts.
You can read on earlier simulator PLC's own ip address (127.0.0.1 or computer ip, not remember anymore if both worked) and read_var / write_var to different memory ares on same simulator PLC.
Tested TCP coms that way years ago when needed two M580s

Pretty sure that it was simulator below v15 as I could not communicate to another simulator on PC that time.
 
Last edited:
Thank everybody, I have found the answer and the @Lare is right, the communication between PLCs Simulators on Control Expert just work in Libset 15.0 or later, this information is just on help of V15.0 and later.
 

Similar Topics

Hi, I am trying to use READ VAR function block in Modicon M251 to read data from 1 unit of Modbus RTU slave. However the READ VAR return error...
Replies
0
Views
832
Hi Guy's, I have fully configured all my reads writes and sequeneced them as per my usual setup. However while configuring my code I found that...
Replies
3
Views
4,062
Hello, I am fairly experienced programming and modifying existing FTView ME programs. I have also used FTView SE to make modifications to a...
Replies
0
Views
6
Hi, The hardware is: Click Plc model # CO-O1DD1-O HMI model # S3ML-R magnetic-inductive flow meter model # FMM100-1001. I will set the flow meter...
Replies
4
Views
193
Is there a way to use the FAL instruction to do +=2 instead of +=1? I have an array that is organized with alternating "data" and "flag" values...
Replies
5
Views
147
Back
Top Bottom