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

Pages: [1]
1
Technical support / Modbus addresses
« on: September 11, 2017, 05:06:34 AM »
I want to read some data by querying my Nano10 PLC using ModbusTCP.

I was able to get DM[1] value at address 782. But I was not able to get DM[2] at 783.
However, if I put 782 and read range of registers, I get the next DM values.

Is there a list of different registers and their modbus addresses?

2
Technical support / Re:Self Starting Timer
« on: September 11, 2017, 03:58:56 AM »
Refer the screenshot for connection.
The normally closed input should start your timer.

Then to reset the timer, just write a custom function and execute it when the timer hits:

CLRIO timerName
TIMERPV[1]=100 'new time

3
Technical support / Re:Self Starting Timer
« on: September 11, 2017, 03:44:40 AM »
I have a similar problem, but I cannot use CLK for that.

I tried using it, but when the other code is running and the PLC is busy, the CLK circuit does not get hit and I keep on missing few milliseconds everytime.

But in case of timer, it keeps on counting even when the PLC is busy.

So, is there any way to just restart the timer instead of going through all of this?

Pages: [1]