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

Pages: [1]
1
Technical support / Re:Trilogi 6.45 Timer Problem
« on: May 23, 2013, 02:11:49 PM »
Yes

2
Technical support / Re:Trilogi 6.45 Timer Problem
« on: May 12, 2013, 01:14:19 PM »
Thanks, I was on the latest version of java and it was causing problems.

3
Technical support / Trilogi 6.45 Timer Problem
« on: May 11, 2013, 01:46:27 PM »
The timer doesn't decrement in version 6.45.
Is anyone seeing this problem?
I tried running the sample timer program and the timer remains the same value.


4
Technical support / Clearing Output using Modbus
« on: July 02, 2012, 07:10:07 AM »
WriteModbus sets the bit of the slave device but what about setting the bit to 0. Is there a way for me to clear the bit?

5
Technical support / Re:NETCMD RI00
« on: June 15, 2012, 06:58:33 AM »
I see, thanks, I didn't know to ignore the stuff after the 4.

6
Technical support / NETCMD RI00
« on: June 14, 2012, 04:00:54 AM »
I'm trying to read the first 4 inputs of Nano using RS485 and NETCMD.

I'm getting a response back of
@02RI0059 ' No inputs on
@02RI045D ' 1 input is on

I'm not sure how to read this

Z$ = NETCMD$(2,"@02"+"RI00*")
DM[100] = HEXVAL(MID$(Z$,6,4))


7
Technical support / PWM Servo Stuttering
« on: June 10, 2012, 09:57:15 AM »
I'm seeing a lot of stuttering from the servo after I use a duty cycle between 5-10%. This should be the correct duty cycle for the servo.

The command I'm sending is setPWM 1,750,50 I'm not sure if this is expected or is there something wrong with my setup?

Any suggestions on what could be causing the stuttering?

Pages: [1]