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

Pages: [1]
1
Support Questions / Re: Simple BasicDataLogger2 Question
« on: December 14, 2018, 03:08:22 PM »
So I have followed the steps for BasicDataLogger2 to WriteOnDataBit using the code you provided. When I set it to this function, nothing is output. I switched to the TimeInterval function and it shows a True/False for when I want the test to run and stop. How do I get it to write only on True? I have the PlcAddressWriteOnBitTure value as 00105, which is the same as the True/False displayed in the log.

2
Support Questions / Re: Multiple CSV files
« on: December 14, 2018, 01:51:26 PM »
How would I assign the click event? Currently all I see is PLC Address Click, which only assigns something to the PLC. In BasicDataLogger2 the file name is set as PLCDataLog.log, so I don't lnow how it would change that with the button.

3
Support Questions / Multiple CSV files
« on: December 13, 2018, 05:00:08 PM »
Hello,

So I am currently using Basic Data Logger 2 to save multiple points from the PLC. I am trying to do two things with this though.
The first is to implement a start test/ stop test button to create the file and store data collection for the time I start and stop. Currently, as soon as the interface is running, data is taken and continues until I close the program.
The second is to have multiple CSV files saved for each test, rather than just saving into the previous file.
Thanks

4
Support Questions / Re: Trackbar
« on: November 13, 2018, 08:28:26 PM »
I tried that, but I couldn't see the 'add existing item'. Am I looking in the right place? My attachment shows what I'm seeing.

5
Support Questions / Re: Trackbar
« on: November 12, 2018, 02:23:57 PM »
Hello, I'm new to AdvancedHMI. After reading the previous posts, I'm still confused as to adding the PLCAddressValue to the TrackBar. I downloaded AdvancedHMI recently and it has the TrackBar in the Toolbox. I downloaded gTrackBarHMI.vb and put it in AdvancedHMI\AdvancedHMIControls\PurchasedControls. PLCAddressValue isn't showing up in the properties window, even after rebuilding and closing/reopening AdvancedHMI.

I think what I may be missing is adding gTrackBar.dll as a reference to AdvancedHMI and AdvancedHMIControls. I'm not sure how to do that, though.

Pages: [1]