List of Contributions

ToBarMN

Contact Details

ToBarMN


My Content

1 to 20 of 20 total
Posted By ToBarMN Jan 20, 2023 06:49:00 AM
Found In Egroup: General Discussions
\ view thread
The "enhanced opportunities" will be mostly for the organizers, and the vendors having less capital outlay. The people in the seats will be the losers. ------------------------------ ToBarMN ------------------------------
Posted By ToBarMN Nov 04, 2022 07:37:00 AM
Found In Egroup: Advanced Software
\ view thread
I apologize. I am still ignorant enough that I do not separate RA and "that other company". This explains why I mystified people with my postS. EF, I apologize for not getting the subject changed as you requested. Admins, please delete, banish, lock, or use another practice to remove this post ...
Posted By ToBarMN Nov 03, 2022 03:29:00 PM
Found In Egroup: Advanced Software
\ view thread
It is not the identity column (I hope), when I tried to set the value, I got an error saying that you cannot set identity columns (or something to that effect). ------------------------------ ToBarMN ------------------------------
Posted By ToBarMN Nov 03, 2022 01:10:00 PM
Found In Egroup: Advanced Software
\ view thread
FT Newb, but SQL ancient. Here is my table. CREATE TABLE [dbo].[tblWorkers]( [WorkerID] [int] IDENTITY(1,1) NOT NULL, [FirstName] [varchar](40) NOT NULL, [LastName] [varchar](40) NOT NULL, [DisplayName] [varchar](40) NULL, [DefaultShift] [varchar](40) NULL, [IsHPOperator] [int] NULL, ...
Posted By ToBarMN Nov 01, 2022 11:47:00 AM
Found In Egroup: Advanced Software
\ view thread
Uh. Is InTouch scripting considered VBA? Nothing I have tried has even allowed me to exit the InTouch Editor. What I have tried is wcAddItem("Listbox_1", loop_index + ": " + t_DisplayName); (error: can't mix types ) wcAddItem("Listbox_1", TO_CHAR(loop_index) + ": " + t_DisplayName); (doesn't ...
Posted By ToBarMN Oct 31, 2022 02:39:00 PM
Found In Egroup: Advanced Software
\ view thread
EF-Changed title of post so it is more likely to be understood and responded to. There may still need to be more info from OP but perhaps this will help. Newb using FT 13/Windowmaker. I can't believe I need to ask this, but I cannot find a way to do it. Hopefully I am just oblivious ... ...
Posted By ToBarMN Oct 31, 2022 09:40:00 AM
Found In Egroup: Advanced Software
\ view thread
[Note: I am right-brained thinker (musician). I was trained as a software developer back in the 1980's. From that point on I developed my left-brain thinking as a necessity. I am still a software guy. I have never pretended to be an engineer even on stage. I think I understand engineers, but I am probably ...
Posted By ToBarMN Oct 20, 2022 08:54:00 AM
Found In Egroup: Advanced Software
\ view thread
Isn't this a question more appropriate for Microsoft, or a Microsoft community? ------------------------------ ToBarMN ------------------------------
Posted By ToBarMN Oct 10, 2022 08:56:00 AM
Found In Egroup: Advanced Software
\ view thread
I am a total PLC newb so ignore my reply if what I say isn't possible. Does your range need to include negative numbers? Instead of -10 to 10, with 0 as half full, can you use 1 - 20 with 10 as half full? Does that totally screw up the rest of your coding? ------------------------------ ToBarMN ...
Posted By ToBarMN Sep 21, 2022 01:33:00 PM
Found In Egroup: Advanced Software
\ view thread
Sorry Ray. I should have pointed out that I am not very FT literate at this point. (trying to catch up by being here.) I didn't understand that DISPLAY and a display where not the same thing. ------------------------------ ToBarMN ------------------------------
Posted By ToBarMN Sep 21, 2022 10:55:00 AM
Found In Egroup: Advanced Software
\ view thread
Why? Is there no discrete connection that goes to Line B1 that does not go to B2? I realize it seems far fetched, but isn't it fetched for the software to work on one PC and not another? Something is different in the environments. Don't assume the software is to blame. Have these installations every ...
Posted By ToBarMN Sep 21, 2022 10:33:00 AM
Found In Egroup: Advanced Software
\ view thread
No worries Ray, life happens. When you open on your PC, are you isolated from the hardware connected "to" the lines? If you are still using the same connection that might be a place to look. I am not sure if it is feasible, but can you swap a working line to a non-working line to see if the issue ...
Posted By ToBarMN Sep 16, 2022 09:34:00 AM
Found In Egroup: Advanced Software
\ view thread
First off, are you sure the Historian is not using a SQL Server backend? If so your job should be easy(ier). I am sorry I am not as familiar with Historian to just be able to give you an answer. I am a database professional however. I did some research and came upon this FT Historian to MS SQL using ...
Posted By ToBarMN Sep 07, 2022 04:26:00 PM
Found In Egroup: Advanced Software
\ view thread
Glad you figured it out. Have you addressed fault handling? What happens if a part or order is not found? What about several Order A repetitions on the line? etc. ToBar ------------------------------ ToBarMN ------------------------------
Posted By ToBarMN Sep 07, 2022 08:37:00 AM
Found In Egroup: Advanced Software
\ view thread
Hey Brendan, I am not sure I understand your process, so I am making some assumptions. First the questions: Are you simulating the conveyor or the items on the conveyor? (There is a difference). You say "When I increase the number of cells in the segment it works ok", so why not do that and be ...
Posted By ToBarMN Aug 11, 2022 03:23:00 PM
Found In Egroup: Advanced Software
\ view thread
Do you need to format the string? ------------------------------ ToBarMN ------------------------------
Posted By ToBarMN Aug 10, 2022 11:17:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, I enjoy this community. Can anyone explain, or point me to documentation that explains, why the int32 creates an int $Datatable.Columns.Add("Tnum", "System.Int32") but this creates a string $Datatable.Columns.Add("Tnum", "System.Int") Thanks ------------------------------ ToBarMN ...
Posted By ToBarMN Aug 05, 2022 07:38:00 AM
Found In Egroup: Advanced Software
\ view thread
Does the user, that the process is running under, have permissions to write to the folder/directory? ------------------------------ ToBarMN ------------------------------
Posted By ToBarMN Jul 15, 2022 10:42:00 AM
Found In Egroup: Advanced Software
\ view thread
Thanks for all the help. It got me going. I should have started by saying that I am new to Rockwell products. The documentation appears to have been computer generated as it doesn't tell "me" anything. In addition, I consider myself a novice at object oriented programming even though I have been a ...
Posted By ToBarMN Jul 11, 2022 08:50:00 AM
Found In Egroup: Advanced Software
\ view thread
Andrei, Thank you for providing hope that some where there exists documentation for use of PowerShell. Unfortunately, you do not mention which "code bulletin" it is in. In my opinion RA/Engage, has a terrible search engine. If you could provide the bulletin number I would be very grateful. Admittedly ...