Wao 750-880 RS485 problem

loopin3

Member
Join Date
Feb 2014
Location
italy
Posts
6
hi all , i have a couple controller wago with 750-653/003-000 RS485 module. I have connected on the rs485 4 modbus ADC with 8 channel. I want read 8 register per ADC. I wrote a function block that do this with modbus_extended_master, part of wago library. When i call the function block from the main programit work for first instance to read a someone ADC. when i want read 2 ADC the second instance dosent work.. why i cant read with second instance?

tank you in advance.
 
I look in the second instance of modbus FB the error 5 -> serial port already open.
when i call a fb how can close the serial port and call another instance of fb?
thanks.
 
can you please send me the library, and i will have a look if it is changeable
otherwise find how to close the comms, however this takes time and is not needed
the error comes because the FB wants to open a communication, but it is already open.
http://www.wago.com/wagoweb/documentation/app_note/libdoku/ml01101e.pdf is a example how to do it.
ready is on until comms are ended. then you can false the start input and the comms will close.

another way is to use oscat library at www.oscat.de (yes it is english
go to downloadmanager.
 
in the oscat cat library i can find the modbus library?
I send you a wago library but if enable is false the comm doesnt close !
 
ok a FB with enable= false close the com port but if i call fb after fb return error 12 0x0C Bus module could not be initialised.
 
within oscat network you can find a lot of function blocks to help you, they are not vendor specific, however they are easy readable and you can change them.
 

Similar Topics

Hello, I am in possession of a WAGO PFC 200 750-8216 which I was successfully able to set up as a Modbus RTU Master to a slave device using...
Replies
0
Views
83
I have a project to setup base programs across multiple PLC platforms that can be used for Modbus communications to various sensors that have...
Replies
0
Views
121
Hello, I m having a problem with wago 750-862 plc. The plc won't start automatically in run mode after a power reboot. I've also tried the...
Replies
4
Views
355
Hello everyone, I am trying to setup a Wago 750-8100 PLC to send a text message out via ethernet port, if I get a Digital input that is true. I...
Replies
0
Views
344
Looking over the technical data for a PowerFlex 755 & noticed they specify a minimum enclosure volume for their drives: (1)When using a circuit...
Replies
1
Views
548
Back
Top Bottom