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.


Topics - honeydrop

Pages: [1]
1
Support Questions / ChartBySampling (ScaleFactor Problem)
« on: August 07, 2017, 01:13:34 AM »
Hi Archie,

i have problem with ScaleFactor property in ChartBySampling, it outputs wrong result with floating number scale factor, looks like it doesn't read the decimal point. That problem doesn't occure with integer number scale factor.
I'm using Omron PLC with SerialFINS driver.

example:
1) input=0-600
    scale factor=0,5
    output=5 (constant)
2) input=0-600
    scale factor=0,1
    output=1 (constant)
3)  input=0-600
    scale factor=1,5
    output=0-600 (the result equal with scale factor=1)
4)  input=0-600
    scale factor=2,5
    output=0-1200 (the result equal with scale factor=2)
5)  input=0-600
    scale factor=2,9
    output=0-1200 (the result equal with scale factor=2)

2
Support Questions / AHMI connect to Omron CP1E using USB cable?
« on: November 11, 2016, 03:23:46 AM »
Hi anyone,
please help me to connect AHMI to Omron PLC CP1E-NA20DR-A using USB cable.
i have tried with AHMI's driver OmronSerialHostLinkCom1 but it doesn't work.

my project is simple, the momentary pushbutton on AHMI will turn "physical lamp" ON and display it's status back to AHMI.

Pages: [1]