Search found 7 matches

by wiresalot
Mon Feb 28, 2011 3:20 pm
Forum: PINK
Topic: HMI
Replies: 5
Views: 11229

Re: HMI

Thanks for the replies, looks like I got some reaserch to do!
Great information you have shared.

Thanks again!

wiresalot
by wiresalot
Thu Feb 24, 2011 1:39 pm
Forum: PINK
Topic: HMI
Replies: 5
Views: 11229

Re: HMI

The Pink would be the originator.

I just whant something that I could go to a webpage and and veiw my variables, and send variable, only instead of numbers, there would be graphics, IE switches, indicator lights, and guages.

Maybe HMI isnt what I am looking for.

Thanks for your time.

wiresalot
by wiresalot
Sat Feb 19, 2011 7:49 pm
Forum: PINK
Topic: HMI
Replies: 5
Views: 11229

HMI

Hello,

Is there any open source HMI/SCADA program I can use with my PINK?

Any help Is appreciated, or lead me in the right direction!

Thanks
wiresalot
by wiresalot
Tue Jan 04, 2011 3:32 pm
Forum: PINK
Topic: Problem with PINK and BS2
Replies: 9
Views: 13147

Re: Problem with PINK and BS2

Are you powering the PINK of the Stamp 5v Vdd and Vss?

Make sure your power supply is able to handle both of them (350ma) is what I believe it should be.
I had issues with mine before I upgraded to a bigger PS.

wiresalot
by wiresalot
Sun Jan 02, 2011 7:47 am
Forum: PINK
Topic: sending a variable
Replies: 3
Views: 6831

Re: sending a variable

I figuered it out I had to add DEC5. nbvar VAR Byte ' PINK Data Variable ' -----[ Program Code ]---------------------------------------------------- DO HIGH 10 PAUSE 1 RCTIME 10, 1, nbvar DEBUG HOME, "time= ", DEC5 nbvar SEROUT TX, Baud, ["!NB0W20:", DEC5 nbvar, CLS] LOOP Thank y...
by wiresalot
Sat Jan 01, 2011 3:12 pm
Forum: PINK
Topic: sending a variable
Replies: 3
Views: 6831

Re: sending a variable

Thanks for the reply.

Well basically im trying to use a thermistor for temperature reading, have a potentiometer conected now, until I get a thermistor. just trying to get the code to work.

"nbval" what is that :)
I didnt see it in Variable table.

Thanks for your reply.

wiresalot
by wiresalot
Sat Jan 01, 2011 1:33 pm
Forum: PINK
Topic: sending a variable
Replies: 3
Views: 6831

sending a variable

Hello, Im using an rc time program on my BS2 changing it with a POT. The value changes and shows numbers, The pink recieves it, But displays odd charcters and not the number i need it to be a number. How can I make it be a number only? nbvar VAR Byte ' PINK Data Variable ' -----[ Program Code ]-----...