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 - jweav2223

Pages: [1]
1
Support Questions / Re: Float Addressing - Unitronics PLC
« on: February 05, 2017, 10:43:52 PM »
Winner! Changed SwapWords to True for the Driver and it is now reading correctly. Appreciate all the help.

2
Support Questions / Re: Float Addressing - Unitronics PLC
« on: February 05, 2017, 12:02:49 AM »
Showing to be a valid address and when I change the value via the Controller it changes the value on AdvancedHMI. The values are different, however. For example in the Controller I have the value as 12.35 and the AdvancedHMI is displaying -1.594959E-23.

3
Support Questions / Float Addressing - Unitronics PLC
« on: February 03, 2017, 12:12:16 AM »
Attempting to display values of a couple of Floats from a Unitronics PLC. Address is MF0 in the PLC so attempted F4001 without any success. According to their Help Files Memory Floats start at 4000h. Memory Integers (16 bit unsigned) I was able to get to work correctly starting with 40001 with their Help Files indicating they start at 00000h, 

4
Support Questions / Newbie - Basic Button Question
« on: February 01, 2017, 12:11:23 AM »
In the PLC I have a 16 Bit Register linked to a 3 Position Selector Switch on the HMI. Value of #0-Hand, #1-Off, #2-Auto. On the AdvanceHMI I thought it might be easier to have 3 separate Basic Buttons. Depending on which is pressed it writes those values to the Address linked to the Switch versus having 3 separate Basic Buttons that engage the Boolean Address that in turn stores the correct value to the Switch.

For the Basic Button there is an option for ValueToWrite where I would assume I put thte #0, #1, #2 depending on which position the switch would be in if pressed. However, I'm not seeing a location that makes sense for the address to go to have the value stored.


Pages: [1]