Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BW

Pages: [1]
1
Feature Request / Application Showcase
« on: September 26, 2014, 11:20:43 AM »
I was looking through the Application Showcase Topic.
I saw lots of pictures, but no code examples.
Are there any issues posting the code?

2
Feature Request / Re: Automation Direct Drivers
« on: September 26, 2014, 11:18:43 AM »
I have been testing ( AHMI V3.70 ) an Automation Direct Click with the RS232 ( port #1 & #2 ) as well as the RS485 port#3.
I am having polling rate issues and DF ( floating point ) issues .
The rest looks good so far.

3
Support Questions / ModbusRTU Version 3.70 polling rate
« on: September 26, 2014, 10:55:22 AM »
I am running the latest version AHMI 3.70 with the ModbusRTUcomm.
I am testing 2 seperate projects with 38400 baud :
1 via RS232 and the other via RS485.
Both are working but appear to be polling every 19 seconds.
The PollRateOverride is 0 for both.
At a loss what to look for why?

4
Open Discussion / Re: ModbusTCP with Float32 format data
« on: September 25, 2014, 03:00:27 PM »
Try putting an L in front of the address:

L420480

Tried this, but still had issues.

5
Open Discussion / Re: Connect to MODBUS device through USB port
« on: September 25, 2014, 02:50:01 PM »
I have a Automation Direct Click PLC that I am using the ModbusRTUCom with the port 3 RS485 connection working fine.
I have a USB-RS485 convertor connected to my PLC ( Automation Direct USB-485M ).
The setup software will default this to COM3.
Make sure the PC COM3 settings agree with your ModbusRTUCom setting and the Node address defined in the PLC is correct.

6
Open Discussion / Re: ModbusTCP with Float32 format data
« on: September 25, 2014, 02:15:00 PM »
I am having the same problem.
The integer values to a digital panel meter works fine, but the floating point value looks random.
The problem is a floating point is a 2 word value.
Those words can also be different byte order ( AB CD, BA DC, CD AB ).
In other hmis, I have defined it with FP ######, or define the byte order little endian/ big endian.
Not shure what to use for AdvancedHMI.

7
Support Questions / Re: How to Make Modbus Button
« on: September 25, 2014, 02:02:41 PM »
I am working on the same thing ( Click PLC ).
I have the toggle & Set/Reset working, but the momentary does not?
At a loss if there is anything special?

8
I just tested an AutomationDirect Click PLC with Version 365 using Modbus RTU.
The X inputs worked fine, but the Y outputs did not.
I downloaded the latest Version370beta.
The AdvancedHMIDrivers Components are missing?

Pages: [1]